Skip to content

Commit f696aca

Browse files
committed
fix url
1 parent 710076e commit f696aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/cmi/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def open_manual_and_exit() -> None:
3434
"""
3535
import webbrowser
3636

37-
url = "diffpy.org/diffpy.cmi"
37+
url = "https://diffpy.org/diffpy.cmi"
3838
plog.info("Opening manual at %s", url)
3939
webbrowser.open(url)
4040
raise SystemExit(0)

0 commit comments

Comments
 (0)