Skip to content

Conversation

@sanych-sun
Copy link
Member

No description provided.

@sanych-sun sanych-sun added the chore Non–user-facing code changes (tests, build scripts, etc.). label Jan 16, 2026
@sanych-sun sanych-sun requested a review from a team as a code owner January 16, 2026 00:34
@sanych-sun sanych-sun requested review from Copilot and papafe January 16, 2026 00:34
Copy link
Contributor

Copilot AI left a 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 the documentation link in the README to point to the latest API documentation instead of a specific version (3.4.0), and removes a trailing slash from a GitHub API URL.

Changes:

  • Updated README documentation badge to use /latest.html instead of /3.4.0/api/index.html
  • Removed trailing slash from GitHub releases API URL endpoint

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates documentation link to point to latest version instead of hardcoded 3.4.0
evergreen/release-notes.py Removes trailing slash from GitHub API releases endpoint URL

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

raise SystemExit("Release with the tag already exists")

url = '{github_api_base_url}{repo}/releases/'.format(github_api_base_url=opts.github_api_base_url, repo=opts.repo)
url = '{github_api_base_url}{repo}/releases'.format(github_api_base_url=opts.github_api_base_url, repo=opts.repo)
Copy link
Member Author

Choose a reason for hiding this comment

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

Trailing slash in the URL made GitHub Rest API to throw 404 error.


[![MongoDB.Driver](https://img.shields.io/nuget/v/MongoDB.Driver.svg)](https://www.nuget.org/packages/MongoDB.Driver/)
[![Documentation](https://img.shields.io/badge/docs-docfx-blue.svg)](https://mongodb.github.io/mongo-csharp-driver/3.4.0/api/index.html)
[![Documentation](https://img.shields.io/badge/docs-docfx-blue.svg)](https://mongodb.github.io/mongo-csharp-driver/latest.html)
Copy link
Member Author

Choose a reason for hiding this comment

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

This new page is being generated as a part of the release (new in 3.6 release). The static page will be updated on each release to point to the latest released API docs.

Copy link
Contributor

@papafe papafe left a comment

Choose a reason for hiding this comment

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

LGTM

@sanych-sun sanych-sun merged commit 627838c into mongodb:main Jan 16, 2026
31 of 37 checks passed
@sanych-sun sanych-sun deleted the csharp5843 branch January 16, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Non–user-facing code changes (tests, build scripts, etc.).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants