Skip to content

Commit ebe5a52

Browse files
committed
Updated baseUrl to be /current rather than /3.0
JAVA-1729
1 parent d4de0c2 commit ebe5a52

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

docs/landing/data/releases.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,15 @@ current = "3.0.0-rc1"
22
[[versions]]
33
version = "3.0.0-rc1"
44
status = "rc"
5-
docs = "http://mongodb.github.io/mongo-java-driver/3.0"
6-
api = "http://api.mongodb.org/java/3.0"
5+
docs = "./current"
6+
api = "http://api.mongodb.org/java/current"
77

88
[[versions]]
99
version = "2.13.0"
1010
status = "current"
11-
docs = "http://mongodb.github.io/mongo-java-driver/2.13"
11+
docs = "./2.13"
1212
api = "http://api.mongodb.org/java/2.13"
1313

14-
[[versions]]
15-
version = "2.12.5"
16-
status = "old"
17-
docs = "http://api.mongodb.org/java/2.12" # We have no plans for a doc site
18-
api = "http://api.mongodb.org/java/2.12"
19-
2014
[[drivers]]
2115
name = "mongodb-driver"
2216
description = "The synchronous driver, new in 3.0, for older versions select the: `mongo-java-driver`"

docs/reference/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "/mongo-java-driver/3.0"
1+
baseurl = "/mongo-java-driver/current"
22
languageCode = "en-us"
33
title = "MongoDB Java Driver"
44
theme = "mongodb"

0 commit comments

Comments
 (0)