Skip to content

Commit

Permalink
Fix: Invalid docs link in ignore editor. Fixes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Jul 23, 2015
1 parent 42ff7dd commit 27b4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignore-editor.glade
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<property name="can_focus">True</property>
<property name="margin_top">15</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">See &lt;a href="https://github.com/syncthing/syncthing/wiki/Ignoring-Files"&gt;Syncthing documentation&lt;/a&gt; for list of supported patterns</property>
<property name="label" translatable="yes">See &lt;a href="http://docs.syncthing.net/users/ignoring.html"&gt;Syncthing documentation&lt;/a&gt; for list of supported patterns</property>
<property name="use_markup">True</property>
</object>
<packing>
Expand Down

0 comments on commit 27b4e92

Please sign in to comment.