Skip to content

Commit 861ddd7

Browse files
authored
rename what's new (#698)
1 parent 3f3372e commit 861ddd7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ raw: ${prefix}/master -> ${base}/upcoming/
7676
[v5.0-*]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/auth/
7777
[v5.0-*]: ${prefix}/${version}/connection/socks/ -> ${base}/${version}/security/socks/
7878

79-
[v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/whats-new/
79+
[v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/
8080
[v5.0-*]: ${prefix}/${version}/compatibility/ -> ${base}/${version}/reference/compatibility/
8181
[v5.0-*]: ${prefix}/${version}/upgrade/ -> ${base}/${version}/reference/upgrade/
8282
[v5.0-*]: ${prefix}/${version}/legacy/ -> ${base}/${version}/reference/legacy/

source/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Get Started
6363
Learn how to establish a connection to MongoDB Atlas and begin
6464
working with data in the :ref:`Get Started <java-get-started>` section.
6565

66-
What's New
67-
----------
66+
Release Notes
67+
-------------
6868

6969
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.
7171

7272
API Documentation
7373
-----------------

source/reference.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Reference
99
:titlesonly:
1010
:maxdepth: 1
1111

12-
Release Notes </reference/whats-new>
12+
Release Notes </reference/release-notes>
1313
Compatibility </reference/compatibility>
1414
Upgrade </reference/upgrade>
1515
Migrate from the Legacy API </reference/legacy>
1616

17-
- :ref:`Release Notes <java-whats-new>`
17+
- :ref:`Release Notes <java-release-notes>`
1818
- :ref:`Compatibility <java-compatibility-tables>`
1919
- :ref:`Upgrade <java-upgrade-driver>`
2020
- :ref:`Migrate from the Legacy API <java-legacy-api>`

source/reference/legacy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ API include:
5858
- **Native POJO support**, which provides automatic or custom mapping between
5959
MongoDB documents and Java objects
6060

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`.
6262

6363

6464
API Changes

source/reference/whats-new.txt renamed to source/reference/release-notes.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.. _java-whats-new:
2+
.. _java-release-notes:
23

3-
==========
4-
What's New
5-
==========
4+
=============
5+
Release Notes
6+
=============
67

78
.. facet::
89
:name: genre

0 commit comments

Comments
 (0)