Skip to content

Commit f7d3598

Browse files
authoredApr 29, 2022
CSHARP-4124: Replaced docs.mongodb.com with www.mongodb.com/docs and similar URL redirect fixes. (#782)
1 parent d9c4c21 commit f7d3598

File tree

85 files changed

+174
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+174
-174
lines changed
 

‎CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- 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.
66
- Fork the [repo](https://github.com/mongodb/mongo-csharp-driver).
7-
- Ensure your core.autocrlf settings are set to true. [see here](http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Downloading)
7+
- Ensure your core.autocrlf settings are set to true.
88
- Follow the general coding style of the rest of the project.
9-
- Write tests and make sure they pass. [see here](http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Runningunittests)
9+
- Write tests and make sure they pass.
1010
- 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)
11-
- Submit a pull request from github.
11+
- Submit a pull request from github.

‎Docs/landing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To run the server call the hugo command:
1515
| Options explained ||
1616
| --------------------------- |--------------------------------------------------------------------------|
1717
| server | Hugo runs its own webserver to render the files |
18-
| --baseUrl=http://localhost/ | Normally the base url will be /mongo-java-driver for gh-pages |
18+
| --baseUrl=http://localhost/ | Normally the base url will be /mongo-csharp-driver for gh-pages |
1919
| --buildDrafts | Include draft posts in the output - these won't be published to gh-pages |
2020
| -- watch | Automatically reloads on file change |
2121

0 commit comments

Comments
 (0)