Skip to content

Commit 9fe38bf

Browse files
committed
fixups for the OMPI v4.0 docs
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 755424f commit 9fe38bf

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<p><ul>
3232

33-
<li><a href="current/"><strong>v3.1 series</strong></a>.
33+
<li><a href="v3.1/"><strong>v3.1 series</strong></a>.
3434
This documentation reflects the latest progression in the 3.1.x series.
3535
<strong><font color=red>This code base is still supported, but is
3636
in "bug fix only" mode.</font></strong>

doc/nav.inc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ include_once("$topdir/includes/nav.inc");
33

44
$this_dir = "doc";
55
$this_nav[] = new Nav("Current");
6-
$this_nav[] = new Nav("v3.1 (current stable)", "$topdir/doc/v3.1/");
6+
$this_nav[] = new Nav("v4.0 (current stable)", "$topdir/doc/v4.0/");
77
$this_nav[] = new Nav("Still supported");
8+
$this_nav[] = new Nav("v3.1 (prior stable)", "$topdir/doc/v3.1/");
89
$this_nav[] = new Nav("v3.0 (priot stable)", "$topdir/doc/v3.0/");
910
$this_nav[] = new Nav("v2.1 (prior stable)", "$topdir/doc/v2.1/");
10-
$this_nav[] = new Nav("v2.0 (prior stable)", "$topdir/doc/v2.0/");
1111
$this_nav[] = new Nav("Older versions");
12-
$this_nav[] = new Nav("v1.10 (prior stable)", "$topdir/doc/v1.10/");
13-
$this_nav[] = new Nav("v1.8 (prior stable)", "$topdir/doc/v1.8/");
14-
$this_nav[] = new Nav("v1.7 (prior feature)", "$topdir/doc/v1.7/");
15-
$this_nav[] = new Nav("v1.6 (retired)", "$topdir/doc/v1.6/");
16-
$this_nav[] = new Nav("v1.5 (retired)", "$topdir/doc/v1.5/");
12+
$this_nav[] = new Nav("v2.0 (retired)", "$topdir/doc/v2.0/");
13+
$this_nav[] = new Nav("v1.10 (retired)", "$topdir/doc/v1.10/");
14+
$this_nav[] = new Nav("v1.8 (ancient)", "$topdir/doc/v1.8/");
15+
$this_nav[] = new Nav("v1.7 (ancient)", "$topdir/doc/v1.7/");
16+
$this_nav[] = new Nav("v1.6 (ancient)", "$topdir/doc/v1.6/");
17+
$this_nav[] = new Nav("v1.5 (ancient)", "$topdir/doc/v1.5/");
1718
$this_nav[] = new Nav("v1.4 (ancient)", "$topdir/doc/v1.4/");
1819
$this_nav[] = new Nav("v1.3 (ancient)", "$topdir/doc/v1.3/");
1920
$this_nav[] = new Nav("v1.2 (ancient)", "$topdir/doc/v1.2/");

0 commit comments

Comments
 (0)