octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48716] Bad link to C++ API on octave.sourcefo


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #48716] Bad link to C++ API on octave.sourceforge.net
Date: Sun, 7 Aug 2016 23:01:32 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #48716 (project octave):

The problem was on Octave Forge rewrite rule for doxygen docs (so that old
links continue to work):


RewriteRule ^(html/)?(.*)$ http://octave.org/doxygen/3.2/$2 [L,R=301]


The html section is optional, but if it is there, then the rule expected a
backslash. So

http://octave.sourceforge.net/doxygen/html

was being redirected to

http://octave.org/doxygen/4.0/html

which did not exist.

Fixed with http://hg.code.sf.net/p/octave/project-web/rev/a22411edd6ea

(you may have to remove your browser cache for the fix to work -- or try in 
private mode).

I could also fix the URL so it doesn't involve any rewrite rule.

Can octave.org provide a link that will point to the last stable release?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48716>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]