summaryrefslogtreecommitdiff
path: root/docs/reference/totem-plugins.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/totem-plugins.xml')
-rw-r--r--docs/reference/totem-plugins.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/totem-plugins.xml b/docs/reference/totem-plugins.xml
index df5c64f96..4d839c3b6 100644
--- a/docs/reference/totem-plugins.xml
+++ b/docs/reference/totem-plugins.xml
@@ -53,7 +53,7 @@
Most of the values in the template are fairly self-explanatory. One thing to note is that the plugin name should be
in lowercase, and contain no spaces. The plugin interface age should start at <literal>1</literal>, and only be
incremented when the binary interface of the plugin (as used by Totem) changes. If the plugin does not have its own
- website, Totem's website (<literal>http://projects.gnome.org/totem/</literal>) can be used.</para>
+ website, Totem's website (<literal>https://wiki.gnome.org/Apps/Videos</literal>) can be used.</para>
<para>The library file containing the plugin's code should be named
<filename>lib<replaceable>plugin-name</replaceable>.so</filename> (for C, or other compiled language, plugins) or
<filename><replaceable>pluginname</replaceable>.py</filename> (for Python plugins).</para>