File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ raw: ${prefix}/master -> ${base}/upcoming/
76
76
[v5.0-*]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/auth/
77
77
[v5.0-*]: ${prefix}/${version}/connection/socks/ -> ${base}/${version}/security/socks/
78
78
79
- [v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/whats-new /
79
+ [v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes /
80
80
[v5.0-*]: ${prefix}/${version}/compatibility/ -> ${base}/${version}/reference/compatibility/
81
81
[v5.0-*]: ${prefix}/${version}/upgrade/ -> ${base}/${version}/reference/upgrade/
82
82
[v5.0-*]: ${prefix}/${version}/legacy/ -> ${base}/${version}/reference/legacy/
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ Get Started
63
63
Learn how to establish a connection to MongoDB Atlas and begin
64
64
working with data in the :ref:`Get Started <java-get-started>` section.
65
65
66
- What's New
67
- ----------
66
+ Release Notes
67
+ -------------
68
68
69
69
For a list of new features and changes in each version, see the
70
- :ref:`What's New <java-whats-new >` section.
70
+ :ref:`Release Notes <java-release-notes >` section.
71
71
72
72
API Documentation
73
73
-----------------
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Reference
9
9
:titlesonly:
10
10
:maxdepth: 1
11
11
12
- Release Notes </reference/whats-new >
12
+ Release Notes </reference/release-notes >
13
13
Compatibility </reference/compatibility>
14
14
Upgrade </reference/upgrade>
15
15
Migrate from the Legacy API </reference/legacy>
16
16
17
- - :ref:`Release Notes <java-whats-new >`
17
+ - :ref:`Release Notes <java-release-notes >`
18
18
- :ref:`Compatibility <java-compatibility-tables>`
19
19
- :ref:`Upgrade <java-upgrade-driver>`
20
20
- :ref:`Migrate from the Legacy API <java-legacy-api>`
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ API include:
58
58
- **Native POJO support**, which provides automatic or custom mapping between
59
59
MongoDB documents and Java objects
60
60
61
- To learn about more features of the current API, see :ref:`java-whats-new `.
61
+ To learn about more features of the current API, see :ref:`java-release-notes `.
62
62
63
63
64
64
API Changes
Original file line number Diff line number Diff line change 1
1
.. _java-whats-new:
2
+ .. _java-release-notes:
2
3
3
- ==========
4
- What's New
5
- ==========
4
+ =============
5
+ Release Notes
6
+ =============
6
7
7
8
.. facet::
8
9
:name: genre
You can’t perform that action at this time.
0 commit comments