Skip to content

Commit 2f1715c

Browse files
committed
fix address
1 parent a816525 commit 2f1715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def setup(app):
211211
"numpy": ("https://numpy.org/doc/stable/", None),
212212
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
213213
'matplotlib': ('https://matplotlib.org/stable/', None),
214-
"qcelemental": ("http://docs.qcarchive.molssi.org/projects/QCElemental/en/latest/", None),
214+
"qcelemental": ("https://molssi.github.io/QCElemental/dev/", None),
215215
"qcportal": ("http://docs.qcarchive.molssi.org/projects/QCPortal/en/latest/", None),
216216
"qcfractal": ("http://docs.qcarchive.molssi.org/projects/QCFractal/en/latest/", None),
217217
}

0 commit comments

Comments
 (0)