Skip to content

Commit

Permalink
hwloc: update new/stable/old in nav.inc
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <[email protected]>
  • Loading branch information
bgoglin committed Sep 13, 2024
1 parent c17016e commit 112b5f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/hwloc/nav.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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/");
Expand Down

0 comments on commit 112b5f8

Please sign in to comment.