diff develop.html @ 79:a8e9310cd629 website

Fix embedded doc links
author Chris Cannam
date Mon, 21 Oct 2013 13:42:56 +0100
parents 72f59aa7e503
children df86d318892b
line wrap: on
line diff
--- a/develop.html	Thu Oct 17 09:22:53 2013 +0100
+++ b/develop.html	Mon Oct 21 13:42:56 2013 +0100
@@ -104,7 +104,7 @@
       <li>Read <a href="vamp-programmer-presentation.pdf">a presentation</a> about the principles of Vamp plugins for
       potential developers.</li>
 
-      <li><a href="https://code.soundsoftware.ac.uk/embedded/vamp-plugin-sdk/">Read the API documentation online</a>.  Your plugins will normally derive from <a href="https://code.soundsoftware.ac.uk/embedded/vamp-plugin-sdk/classVamp_1_1Plugin.html">the Vamp::Plugin class</a>.</li>
+      <li><a href="https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/embedded/">Read the API documentation online</a>.  Your plugins will normally derive from <a href="https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/embedded/classVamp_1_1Plugin.html">the Vamp::Plugin class</a>.</li>
 
       <li><a href="https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/README">Read the README file for the SDK</a>.</li>