We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2577d00 commit 948cee0Copy full SHA for 948cee0
src/diffpy/structure/parsers/p_cif.py
@@ -15,7 +15,7 @@
15
16
"""Parser for basic CIF file format
17
18
-http://www.iucr.org/iucr-top/cif/home.html
+https://www.iucr.org/resources/cif
19
"""
20
21
import re
src/diffpy/structure/parsers/p_pdb.py
@@ -17,8 +17,8 @@
References
- http://www.wwpdb.org/documentation/format23/v2.3.html
- http://www.wwpdb.org/documentation/format30/index.html
+ https://www.wwpdb.org/documentation/file-format-content/format23/v2.3.html
+ https://www.wwpdb.org/documentation/file-format-content/format30/index.html
22
23
24
import sys
0 commit comments