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.
2 parents 710076e + 92c8471 commit 719c919Copy full SHA for 719c919
news/fix-manual-open.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* No news needed.
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
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