diff --git a/projects/hwloc/nav.inc b/projects/hwloc/nav.inc index 2bf2530a0..e67ae6006 100644 --- a/projects/hwloc/nav.inc +++ b/projects/hwloc/nav.inc @@ -10,9 +10,9 @@ if (preg_match("/\/doc\/v([0-9]+).([0-9]+)/", $_SERVER['REQUEST_URI'], $matches) } $this_dir = "hwloc"; -$this_nav[] = new Nav("Download v2.11 (new)", "$topdir/software/hwloc/v2.11/"); -$this_nav[] = new Nav("Download v2.10 (stable)", "$topdir/software/hwloc/v2.10/"); -$this_nav[] = new Nav("Download v2.9 (old)", "$topdir/software/hwloc/v2.9/"); +$this_nav[] = new Nav("Download v2.11 (stable)", "$topdir/software/hwloc/v2.11/"); +$this_nav[] = new Nav("Download v2.10 (old)", "$topdir/software/hwloc/v2.10/"); +$this_nav[] = new Nav("Download v2.9 (older)", "$topdir/software/hwloc/v2.9/"); $this_nav[] = new Nav("Download ancient", "$topdir/software/hwloc/ancient/"); $this_nav[] = new Nav("Documentation", "$topdir/projects/hwloc/doc/"); $this_nav[] = new Nav("Tutorials", "$topdir/projects/hwloc/tutorials/");