summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-18 08:47:00 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-18 08:57:31 -0500
commitdb3bb220827554a75a5829df813d91c09f5dd97c (patch)
treeca17edb721476ca9f5f84af46f08fefe4f876b59 /docs/reference
parent4006fc59ae4effb82214a9080b750036d229c938 (diff)
downloadtotem-db3bb220827554a75a5829df813d91c09f5dd97c.tar.gz
Update project homepage url
Diffstat (limited to 'docs/reference')
-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>