-
Notifications
You must be signed in to change notification settings - Fork 209
Fix links to spec documents, migrated from rst to md #1865
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation links within test files and contributing documentation to reflect a migration from reStructuredText (.rst
) to Markdown (.md
) format in the MongoDB specifications repository.
- Updates file extension references from
.rst
to.md
in 20 test files and 1 documentation file - Preserves all existing URL paths and fragment identifiers
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
tests/writeError/writeerror-getInfo-002.phpt | Updates CRUD spec link from .rst to .md |
tests/writeConcernError/writeconcernerror-getinfo-001.phpt | Updates CRUD spec link from .rst to .md |
tests/session/session-003.phpt | Updates session spec link from .rst to .md |
tests/session/session-002.phpt | Updates session spec link from .rst to .md |
tests/session/session-001.phpt | Updates session spec link from .rst to .md |
tests/manager/manager-startSession_error-002.phpt | Updates session spec link from .rst to .md |
tests/causal-consistency/causal-consistency-*.phpt (12 files) | Updates causal consistency spec links from .rst to .md |
CONTRIBUTING.md | Updates stable API and CSFLE testing spec links from .rst to .md |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed some URL fragments.
Co-authored-by: Jeremy Mikola <[email protected]>
mongodb/specifications#1520