Skip to content
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

CSHARP-4124: Replaced docs.mongodb.com with www.mongodb.com/docs and similar URL redirect fixes. #782

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

JamesKovacs
Copy link
Contributor

Updated docs.mongodb.com to www.mongodb.com/docs. Also ensured that we are using https consistently, fixed broken links, and replaced mongodb.org redirects with the correct URLs. I'll be putting up a separate PR for updating the live gh-pages documentation.


<title>404 Page not found</title>

<link rel="stylesheet" href="http://localhost:1313/mongo-java-driver/s/lib/bootstrap.min.css" type="text/css" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@@ -13,7 +13,7 @@ tests:
filter: {x: 'PING'}
update:
$set: {x: 'pong'}
collation: { locale: 'en_US', strength: 2} # https://docs.mongodb.com/manual/reference/collation/#collation-document
collation: { locale: 'en_US', strength: 2} # https://www.mongodb.com/docs/manual/reference/collation/#collation-document
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's not change this without changes in appropriate specs, otherwise we will always see a diff in these files comparing it with master, same for changes in spec files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. I've reverted the URL changes in the specs.

Copy link
Contributor

@DmitryLukyanov DmitryLukyanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JamesKovacs JamesKovacs merged commit f7d3598 into mongodb:master Apr 29, 2022
@JamesKovacs JamesKovacs deleted the csharp4124 branch April 29, 2022 16:13
BorisDog pushed a commit to BorisDog/mongo-csharp-driver that referenced this pull request May 4, 2022
…similar URL redirect fixes. (mongodb#782)

Reverted CSharp4079Tests.cs and VersionedAPIExamples.cs changes from original f7d3598 commit
@JamesKovacs JamesKovacs restored the csharp4124 branch September 6, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants