diff --git a/config/redirects b/config/redirects index d4a82eb86..b840d3e91 100644 --- a/config/redirects +++ b/config/redirects @@ -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/ diff --git a/source/index.txt b/source/index.txt index 96aceb34c..8ec261d1d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -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 ` section. -What's New ----------- +Release Notes +------------- For a list of new features and changes in each version, see the -:ref:`What's New ` section. +:ref:`Release Notes ` section. API Documentation ----------------- diff --git a/source/reference.txt b/source/reference.txt index 965cf7039..5eb0901a9 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -9,12 +9,12 @@ Reference :titlesonly: :maxdepth: 1 - Release Notes + Release Notes Compatibility Upgrade Migrate from the Legacy API -- :ref:`Release Notes ` +- :ref:`Release Notes ` - :ref:`Compatibility ` - :ref:`Upgrade ` - :ref:`Migrate from the Legacy API ` diff --git a/source/reference/legacy.txt b/source/reference/legacy.txt index 4784079e0..b67eebbad 100644 --- a/source/reference/legacy.txt +++ b/source/reference/legacy.txt @@ -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 diff --git a/source/reference/whats-new.txt b/source/reference/release-notes.txt similarity index 99% rename from source/reference/whats-new.txt rename to source/reference/release-notes.txt index 2aa706adf..2342b5d82 100644 --- a/source/reference/whats-new.txt +++ b/source/reference/release-notes.txt @@ -1,8 +1,9 @@ .. _java-whats-new: +.. _java-release-notes: -========== -What's New -========== +============= +Release Notes +============= .. facet:: :name: genre