Skip to content

DOCSP-20362 Update links for subdomain consolidation project #71

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 8 commits into from
Mar 30, 2022

Conversation

mdb-ashley
Copy link
Collaborator

Copy link
Contributor

@schmalliso schmalliso left a comment

Choose a reason for hiding this comment

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

This looks great. That said, if you wouldn't mind terribly, could you also add the www. to all the mongodb.coms to avoid the extra redirect step at the beginning? :D

Copy link
Contributor

@schmalliso schmalliso left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

@schmalliso
Copy link
Contributor

schmalliso commented Mar 29, 2022

Wrong PR. Oops.

Copy link
Collaborator

@jeff-allen-mongo jeff-allen-mongo left a comment

Choose a reason for hiding this comment

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

Thanks @mdb-ashley ! I have a few suggestions here but the main theme is preferring roles when possible. Let me know if you have any questions!

Comment on lines 47 to 49
- `MongoDB 4.2 bsondump <https://www.mongodb.com/docs/v4.2/reference/program/bsondump>`__
- `MongoDB 4.0 bsondump <https://www.mongodb.com/docs/v4.0/reference/program/bsondump>`__
- `MongoDB 3.6 bsondump <https://www.mongodb.com/docs/v3.6/reference/program/bsondump>`__
Copy link
Collaborator

Choose a reason for hiding this comment

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

For these, rather than using full URLs, I think using the version roles may be better.

Suggested change
- `MongoDB 4.2 bsondump <https://www.mongodb.com/docs/v4.2/reference/program/bsondump>`__
- `MongoDB 4.0 bsondump <https://www.mongodb.com/docs/v4.0/reference/program/bsondump>`__
- `MongoDB 3.6 bsondump <https://www.mongodb.com/docs/v3.6/reference/program/bsondump>`__
- :v4.2:`MongoDB 4.2 bsondump </reference/program/bsondump>`
- :v4.0:`MongoDB 4.0 bsondump </reference/program/bsondump>`

I think we can remove the v3.6 link because it's EOL.

This comment applies to the other db tools pages edited as part of this PR.

- `MongoDB 4.2 Tools <https://docs.mongodb.com/v4.2/reference/program/>`__
- `MongoDB 4.0 Tools <https://docs.mongodb.com/v4.0/reference/program/>`__
- `MongoDB 3.6 Tools <https://docs.mongodb.com/v3.6/reference/program/>`__
- `MongoDB 4.2 Tools <https://www.mongodb.com/docs/v4.2/reference/program/>`__
Copy link
Collaborator

Choose a reason for hiding this comment

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

See comment on bsondump.

source/index.txt Outdated
@@ -109,13 +109,13 @@ Further Reading
`MongoDB, Inc.`_
The company behind MongoDB.

`MongoDB Manual <https://docs.mongodb.com/manual?tck=docs_databasetools>`__
`MongoDB Manual <https://www.mongodb.com/docs/manual/?tck=docs_databasetools>`__
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can use the :manual: role here:

Suggested change
`MongoDB Manual <https://www.mongodb.com/docs/manual/?tck=docs_databasetools>`__
:manual:`MongoDB Manual </?tck=docs_databasetools>`

source/index.txt Outdated
The MongoDB server documentation.

`MongoDB Atlas <https://www.mongodb.com/cloud?tck=docs_databasetools>`__
Database as a service.

`MongoDB Ecosystem <https://docs.mongodb.com/ecosystem/?tck=docs_databasetools>`__
`MongoDB Ecosystem <https://www.mongodb.com/docs/drivers/?tck=docs_databasetools>`__
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can use the :ecosystem: role here:

Suggested change
`MongoDB Ecosystem <https://www.mongodb.com/docs/drivers/?tck=docs_databasetools>`__
:ecosystem:`MongoDB Ecosystem </?tck=docs_databasetools>`

- `MongoDB 4.2 mongodump <https://docs.mongodb.com/v4.2/reference/program/mongodump>`__
- `MongoDB 4.0 mongodump <https://docs.mongodb.com/v4.0/reference/program/mongodump>`__
- `MongoDB 3.6 mongodump <https://docs.mongodb.com/v3.6/reference/program/mongodump>`__
- `MongoDB 4.2 mongodump <https://www.mongodb.com/docs/v4.2/reference/program/mongodump>`__
Copy link
Collaborator

Choose a reason for hiding this comment

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

See comment on bsondump

Copy link
Collaborator

@jeff-allen-mongo jeff-allen-mongo left a comment

Choose a reason for hiding this comment

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

LGTM!

@jeff-allen-mongo jeff-allen-mongo merged commit 966160f into mongodb:master Mar 30, 2022
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.

3 participants