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 710076e commit f696acaCopy full SHA for f696aca
src/diffpy/cmi/cli.py
@@ -34,7 +34,7 @@ def open_manual_and_exit() -> None:
34
"""
35
import webbrowser
36
37
- url = "diffpy.org/diffpy.cmi"
+ url = "https://diffpy.org/diffpy.cmi"
38
plog.info("Opening manual at %s", url)
39
webbrowser.open(url)
40
raise SystemExit(0)
0 commit comments