From: c. <car...@gm...> - 2012-10-12 07:01:37
|
The "SVN" link in the navigation bar on all Octave-forge points to: http://sourceforge.net/svn/?group_id=2888 the correct link has now changed to https://sourceforge.net/p/octave/code The patch below (which I just checked in) will fix the link in the next package releases, if - a new release of generate_html is made - all packages a released anew - html files are generated for each package with the latest version of generate_html This sounds like a task for a code-sprint, should we add it to the pkg.m code-sprint? c. Index: get_html_options.m =================================================================== --- get_html_options.m (revision 11242) +++ get_html_options.m (working copy) @@ -92,7 +92,7 @@ <a href=\"%rootbugs.html\" class=\"menu\">Bugs</a> ·\n\ <a href=\"%rootarchive.html\" class=\"menu\">Mailing Lists</a> ·\n\ <a href=\"%rootlinks.html\" class=\"menu\">Links</a> ·\n\ - <a href=\"http://sourceforge.net/svn/?group_id=2888\" class=\"menu\">SVN</a>\n\ + <a href=\"https://sourceforge.net/p/octave/code\" class=\"menu\">SVN</a>\n\ \n\ </td>\n\ </tr>\n\ |