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 0f03f4c commit 4c78fb1Copy full SHA for 4c78fb1
Mdnsearch.py
@@ -18,7 +18,7 @@
18
19
20
def SearchFor(text):
21
- url = 'http://unbug.github.io/codelf/#' + quote(text)
+ url = 'https://unbug.github.io/codelf/#' + quote(text)
22
webbrowser.open_new_tab(url)
23
24
0 commit comments