Skip to content

Commit c03cff8

Browse files
committed
Fix manual URL.
1 parent 59240cb commit c03cff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ be done in two modes - either as a real-space summation of peak profiles
2121
transform of the total scattering structure function (DebyePDFCalculator).
2222

2323
The diffpy.srreal package is a Python binding to the C++ library libdiffpy
24-
(https://github.com/diffpy/libdiffpy/). Calculators are created as
24+
(https://github.com/diffpy/libdiffpy). Calculators are created as
2525
objects of a given calculator type and so multiple instances of the same
2626
calculator type can exist with different configurations. Calculators are
2727
composed of other objects that perform lower-level tasks, such as calculating
@@ -34,7 +34,7 @@ can be also defined for any quantity that is obtained by iteration over atom
3434
pairs, by defining only the function that processes atom-pair contributions.
3535

3636
For more information about the diffpy.srreal library, see users manual at
37-
http://www.diffpy.org/doc/srreal.
37+
http://diffpy.github.io/diffpy.srreal.
3838

3939

4040
REQUIREMENTS

0 commit comments

Comments
 (0)