Skip to content

Commit bdbed3e

Browse files
authored
Fix broken link (#1135)
* fix broken redirect link * remove no-longer-relevant sidebar link
1 parent e9a9b79 commit bdbed3e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

docs/config.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ publishdir = "../build/hugo"
99
[blackfriday]
1010
plainIdAnchors = true
1111

12-
13-
# Update versions in mongodb.toml as well
14-
[[menu.main]]
15-
name = "mongocxx (v3)"
16-
pre = "<i class='fa fa-arrow-right'></i>"
17-
weight = 30
18-
identifier = "mongocxx3"
19-
url = "/mongocxx-v3/"
20-
2112
[[menu.main]]
2213
name = "legacy (v1)"
2314
pre = "<i class='fa fa-arrow-right'></i>"

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type = "index"
88

99
This is the legacy site for the Mongo C++ Driver documentation. See the new
1010
[MongoDB C++ Driver
11-
documentation](https://www.mongodb.com/docs/languages/cpp/drivers/current/).
11+
documentation](https://www.mongodb.com/docs/languages/cpp/).
1212

1313
For documentation of the legacy C++ driver (versions older than 3.0), see the
1414
[Legacy C++ Driver documentation](https://mongocxx.org/legacy-v1/).

0 commit comments

Comments
 (0)