Skip to content

#1122 broken links

Metadata

Property Value
Reported by Elias Pipping (elias.pipping@fu-berlin.de)
Reported at Jun 5, 2012 12:50
Type Bug Report
Version 2.2
Operating System Unspecified / All
Last edited by Christoph Grüninger (gruenich@iws.uni-stuttgart.de)
Last edited at Jun 5, 2012 14:46
Closed by Christoph Grüninger (gruenich@iws.uni-stuttgart.de)
Closed at Jun 5, 2012 14:46
Closed in version Unknown
Resolution Fixed
Comment

Description

The homepage http://www.dune-project.org/index.html currently contains the following code:

You can read the release notes for all the details.

that's because it contains the latest news from http://www.dune-project.org/news/index.html

That link will take one to http://www.dune-project.org/releasenotes/releasenotes-2.2.html which is where the release notes for the 2.2 release are.

If you browse http://www.dune-project.org/news/index.html directly (which makes sense because that's where the "News" link from the sidebar takes you), you'll again find the code

You can read the release notes for all the details.

but now it'll take you to http://www.dune-project.org/news/releasenotes/releasenotes-2.2.html -- note the extra /news. That's because the link to the release notes is relative rather than absolute. Clicking the link leads to a 404.