Skip to content

Commit dead6ad

Browse files
authored
Merge pull request #1035 from I2PC/agm_links
links fixed
2 parents 575f501 + 72ff454 commit dead6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/xmipp/libraries/reconstruction/reconstruct_wbp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void ProgRecWbp::defineParams()
123123
addParamsLine(
124124
" :+Td, Th, O, Oh I, I1, I2, I3, I4, I5, Ih. For a full ");
125125
addParamsLine(
126-
" :+description of symmetries look at http://xmipp.cnb.csic.es/twiki/bin/view/Xmipp/Symmetry");
126+
" :+description of symmetries look at https://i2pc.github.io/docs/Utils/Conventions/index.html#symmetry");
127127
addParamsLine(
128128
" [ --threshold+ <float=0.005> ] : Lower (relative) threshold for filter values ");
129129
addParamsLine(

src/xmipp/libraries/reconstruction/symmetrize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void ProgSymmetrize::defineParams()
7272
addParamsLine(" : Cnv, Cnh, Sn, Dn, Dnv, Dnh, T, Td, Th, O, Oh");
7373
addParamsLine(" : I, I1, I2, I3, I4, I5, Ih, helical, dihedral, helicalDihedral");
7474
addParamsLine(" :+ For a full description of symmetries look at");
75-
addParamsLine(" :+ http://xmipp.cnb.csic.es/twiki/bin/view/Xmipp/Symmetry");
75+
addParamsLine(" :+ https://i2pc.github.io/docs/Utils/Conventions/index.html#symmetry");
7676
addParamsLine(" [--sym2 <sym2=C1>] : Only for helical, or helicalDihedral");
7777
addParamsLine(" : You may use any other Cn symmetry");
7878
addParamsLine(" [--helixParams <z> <rot> <rotPhase=0>]: Helical parameters z(Angstroms), rot(degrees), rotPhase(degrees)");

0 commit comments

Comments
 (0)