From 1813353b9826cbf730076210623f28c78c75f09f Mon Sep 17 00:00:00 2001 From: James Kovacs Date: Wed, 27 Apr 2022 12:43:22 -0600 Subject: [PATCH 1/2] CSHARP-4124: Replaced docs.mongodb.com with www.mongodb.com/docs and similar URL redirect fixes. --- CONTRIBUTING.md | 6 +-- Docs/landing/layouts/partials/footer.html | 4 +- .../landing/layouts/partials/header/main.html | 2 +- .../layouts/partials/header/topRight.html | 8 ++-- Docs/landing/static/404.html | 42 +++++++++---------- .../content/getting_started/installation.md | 12 +++--- .../content/getting_started/quick_tour.md | 2 +- Docs/reference/content/issues_help.md | 2 +- Docs/reference/content/reference/bson/bson.md | 2 +- .../reference/driver/authentication.md | 16 +++---- .../reference/driver/change_streams.md | 8 ++-- .../content/reference/driver/connecting.md | 4 +- Docs/reference/content/what_is_new.md | 8 ++-- .../layouts/partials/header/topRight.html | 10 ++--- .../mongodb/layouts/shortcodes/docsref.html | 2 +- Docs/reference/themes/mongodb/theme.toml | 8 ++-- README.md | 8 ++-- Release Notes/Release Notes v1.4.md | 4 +- Release Notes/Release Notes v1.6.1.md | 2 +- Release Notes/Release Notes v1.6.md | 2 +- Release Notes/Release Notes v1.9.md | 18 ++++---- Release Notes/Release Notes v2.0.0.md | 2 +- Release Notes/Release Notes v2.1.0.md | 2 +- Release Notes/Release Notes v2.10.0-beta1.md | 2 +- Release Notes/Release Notes v2.10.0.md | 4 +- Release Notes/Release Notes v2.10.1.md | 2 +- Release Notes/Release Notes v2.10.2.md | 2 +- Release Notes/Release Notes v2.10.3.md | 2 +- Release Notes/Release Notes v2.10.4.md | 2 +- Release Notes/Release Notes v2.11.0-beta1.md | 4 +- Release Notes/Release Notes v2.11.0-beta2.md | 6 +-- Release Notes/Release Notes v2.11.0.md | 6 +-- Release Notes/Release Notes v2.11.1.md | 2 +- Release Notes/Release Notes v2.11.2.md | 2 +- Release Notes/Release Notes v2.11.3.md | 2 +- Release Notes/Release Notes v2.11.4.md | 2 +- Release Notes/Release Notes v2.11.5.md | 2 +- Release Notes/Release Notes v2.11.6.md | 2 +- Release Notes/Release Notes v2.12.0-beta1.md | 2 +- Release Notes/Release Notes v2.12.0.md | 2 +- Release Notes/Release Notes v2.12.1.md | 2 +- Release Notes/Release Notes v2.12.2.md | 2 +- Release Notes/Release Notes v2.12.3.md | 2 +- Release Notes/Release Notes v2.12.4.md | 2 +- Release Notes/Release Notes v2.12.5.md | 2 +- Release Notes/Release Notes v2.13.0-beta1.md | 2 +- Release Notes/Release Notes v2.13.0.md | 2 +- Release Notes/Release Notes v2.13.1.md | 2 +- Release Notes/Release Notes v2.13.2.md | 2 +- Release Notes/Release Notes v2.13.3.md | 2 +- Release Notes/Release Notes v2.14.0-beta1.md | 2 +- Release Notes/Release Notes v2.14.0.md | 2 +- Release Notes/Release Notes v2.14.1.md | 2 +- Release Notes/Release Notes v2.2.1.md | 2 +- Release Notes/Release Notes v2.4.1.md | 2 +- Release Notes/Release Notes v2.4.2.md | 2 +- Release Notes/Release Notes v2.4.3.md | 2 +- Release Notes/Release Notes v2.4.4.md | 2 +- Release Notes/Release Notes v2.5.1.md | 2 +- Release Notes/Release Notes v2.6.1.md | 2 +- Release Notes/Release Notes v2.7.0-beta1.md | 2 +- Release Notes/Release Notes v2.7.0.md | 2 +- Release Notes/Release Notes v2.7.1.md | 2 +- Release Notes/Release Notes v2.7.2.md | 2 +- Release Notes/Release Notes v2.7.3.md | 2 +- Release Notes/Release Notes v2.8.0.md | 2 +- Release Notes/Release Notes v2.8.1.md | 2 +- Release Notes/Release Notes v2.9.0-beta1.md | 2 +- Release Notes/Release Notes v2.9.0-beta2.md | 2 +- Release Notes/Release Notes v2.9.0.md | 2 +- Release Notes/Release Notes v2.9.1.md | 2 +- Release Notes/Release Notes v2.9.2.md | 2 +- Release Notes/Release Notes v2.9.3.md | 2 +- src/MongoDB.Bson/MongoDB.Bson.csproj | 4 +- .../Operations/CreateCollectionOperation.cs | 4 +- .../MongoDB.Driver.Core.csproj | 4 +- src/MongoDB.Driver.Core/TimeSeriesOptions.cs | 4 +- .../MongoDB.Driver.GridFS.csproj | 4 +- .../MongoDB.Driver.Legacy.csproj | 4 +- src/MongoDB.Driver/MongoDB.Driver.csproj | 4 +- ...nedApiExamples.cs => StableApiExamples.cs} | 22 +++++----- .../Jira/CSharp3225Tests.cs | 2 +- .../Jira/CSharp4079Tests.cs | 6 +-- .../atlas-data-lake/tests/README.rst | 4 +- .../client-side-encryption/tests/README.rst | 4 +- .../Specifications/crud/tests/README.rst | 2 +- .../tests/v1/read/aggregate-collation.yml | 2 +- .../crud/tests/v1/read/count-collation.yml | 2 +- .../crud/tests/v1/read/distinct-collation.yml | 2 +- .../crud/tests/v1/read/find-collation.yml | 2 +- .../tests/v1/write/bulkWrite-collation.yml | 2 +- .../tests/v1/write/deleteMany-collation.yml | 2 +- .../tests/v1/write/deleteOne-collation.yml | 2 +- .../v1/write/findOneAndDelete-collation.yml | 2 +- .../v1/write/findOneAndReplace-collation.yml | 2 +- .../v1/write/findOneAndUpdate-collation.yml | 2 +- .../tests/v1/write/replaceOne-collation.yml | 2 +- .../tests/v1/write/updateMany-collation.yml | 2 +- .../tests/v1/write/updateOne-collation.yml | 2 +- 99 files changed, 190 insertions(+), 190 deletions(-) rename tests/MongoDB.Driver.Examples/{VersionedApiExamples.cs => StableApiExamples.cs} (90%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 218e42aec7c..3047e8676d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ - Before starting to write code, look for existing [tickets](https://jira.mongodb.org/browse/CSHARP#selectedTab=com.atlassian.jira.plugin.system.project%3Asummary-panel) or create one for your specific issue. That way you avoid working on something that might not be of interest or that has been addressed already in a different branch. - Fork the [repo](https://github.com/mongodb/mongo-csharp-driver). -- Ensure your core.autocrlf settings are set to true. [see here](http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Downloading) +- Ensure your core.autocrlf settings are set to true. - Follow the general coding style of the rest of the project. -- Write tests and make sure they pass. [see here](http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Runningunittests) +- Write tests and make sure they pass. - Your final commit should have the JIRA issue number as the first part of the commit message. [see here](https://github.com/mongodb/mongo-csharp-driver/commit/40e69fe1cf45b0ed9d68a551b0222a140fa26ba2) -- Submit a pull request from github. \ No newline at end of file +- Submit a pull request from github. diff --git a/Docs/landing/layouts/partials/footer.html b/Docs/landing/layouts/partials/footer.html index 78e051b0d1b..9133ef11836 100644 --- a/Docs/landing/layouts/partials/footer.html +++ b/Docs/landing/layouts/partials/footer.html @@ -1,8 +1,8 @@ diff --git a/Docs/landing/layouts/partials/header/main.html b/Docs/landing/layouts/partials/header/main.html index c9a32f11540..d57e0c42a1a 100644 --- a/Docs/landing/layouts/partials/header/main.html +++ b/Docs/landing/layouts/partials/header/main.html @@ -3,7 +3,7 @@ diff --git a/Docs/landing/layouts/partials/header/topRight.html b/Docs/landing/layouts/partials/header/topRight.html index ea01a373aba..e2209f60a3f 100644 --- a/Docs/landing/layouts/partials/header/topRight.html +++ b/Docs/landing/layouts/partials/header/topRight.html @@ -1,8 +1,8 @@
diff --git a/Docs/landing/static/404.html b/Docs/landing/static/404.html index cfe1aaaf2fd..870383c6b72 100644 --- a/Docs/landing/static/404.html +++ b/Docs/landing/static/404.html @@ -7,16 +7,16 @@ - + 404 Page not found - - - - - - + + + + + + @@ -26,17 +26,17 @@
@@ -64,7 +64,7 @@

404: Page not found