Skip to content

[Java Sync] Rename What's New to Release Notes #698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ raw: ${prefix}/master -> ${base}/upcoming/
[v5.0-*]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/auth/
[v5.0-*]: ${prefix}/${version}/connection/socks/ -> ${base}/${version}/security/socks/

[v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/whats-new/
[v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/
[v5.0-*]: ${prefix}/${version}/compatibility/ -> ${base}/${version}/reference/compatibility/
[v5.0-*]: ${prefix}/${version}/upgrade/ -> ${base}/${version}/reference/upgrade/
[v5.0-*]: ${prefix}/${version}/legacy/ -> ${base}/${version}/reference/legacy/
Expand Down
6 changes: 3 additions & 3 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ Get Started
Learn how to establish a connection to MongoDB Atlas and begin
working with data in the :ref:`Get Started <java-get-started>` section.

What's New
----------
Release Notes
-------------

For a list of new features and changes in each version, see the
:ref:`What's New <java-whats-new>` section.
:ref:`Release Notes <java-release-notes>` section.

API Documentation
-----------------
Expand Down
4 changes: 2 additions & 2 deletions source/reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Reference
:titlesonly:
:maxdepth: 1

Release Notes </reference/whats-new>
Release Notes </reference/release-notes>
Compatibility </reference/compatibility>
Upgrade </reference/upgrade>
Migrate from the Legacy API </reference/legacy>

- :ref:`Release Notes <java-whats-new>`
- :ref:`Release Notes <java-release-notes>`
- :ref:`Compatibility <java-compatibility-tables>`
- :ref:`Upgrade <java-upgrade-driver>`
- :ref:`Migrate from the Legacy API <java-legacy-api>`
2 changes: 1 addition & 1 deletion source/reference/legacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ API include:
- **Native POJO support**, which provides automatic or custom mapping between
MongoDB documents and Java objects

To learn about more features of the current API, see :ref:`java-whats-new`.
To learn about more features of the current API, see :ref:`java-release-notes`.


API Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. _java-whats-new:
.. _java-release-notes:

==========
What's New
==========
=============
Release Notes
=============

.. facet::
:name: genre
Expand Down
Loading