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> &middot;\n\
  <a href=\"%rootarchive.html\" class=\"menu\">Mailing Lists</a> &middot;\n\
  <a href=\"%rootlinks.html\" class=\"menu\">Links</a> &middot;\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\


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to