Update pandoc help link

ft.font-size^2
Gonçalo Silva 2019-04-14 01:59:10 +01:00
parent 50729b0d34
commit 4b32617ca7
2 changed files with 2 additions and 3 deletions

View File

@ -426,7 +426,7 @@
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="has_tooltip">True</property> <property name="has_tooltip">True</property>
<property name="relief">none</property> <property name="relief">none</property>
<property name="uri">http://johnmacfarlane.net/pandoc/README.html</property> <property name="uri">https://pandoc.org/MANUAL.html</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>

View File

@ -208,8 +208,7 @@ class Application(Gtk.Application):
def on_help(self, _action, _param): def on_help(self, _action, _param):
"""open pandoc markdown web """open pandoc markdown web
""" """
webbrowser.open( webbrowser.open("https://pandoc.org/MANUAL.html#pandocs-markdown")
"http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown")
def on_shortcuts(self, _action, _param): def on_shortcuts(self, _action, _param):
builder = get_builder('Shortcuts') builder = get_builder('Shortcuts')