fix: correct repository URLs from Azure to microsoft org and add API docs badge#136
Merged
hectorhdzg merged 1 commit intoMay 12, 2026
Conversation
…docs badge The repository.url fields in package.json and samples/package.json pointed to github.com/Azure/ instead of github.com/microsoft/. Updated all 16 occurrences across package.json, samples/package.json, and samples/README.md. Also added an API Docs badge to the main README linking to the TypeDoc site at microsoft.github.io.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository links throughout the project to point to the microsoft/ GitHub org (instead of Azure/) and adds a top-level README badge linking to the generated TypeDoc site, aligning metadata and documentation links with the current repository location.
Changes:
- Updated
repository.urlin the rootpackage.jsonandsamples/package.jsontohttps://github.com/microsoft/opentelemetry-distro-javascript. - Updated sample reference links in
samples/README.mdto themicrosoft/org. - Added an “API Docs” README badge linking to the GitHub Pages TypeDoc site.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
samples/README.md |
Fixes sample source links to the correct GitHub org/repo. |
samples/package.json |
Corrects package metadata repository URL. |
README.md |
Adds an API docs badge linking to the deployed TypeDoc site. |
package.json |
Corrects package metadata repository URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rads-1996
approved these changes
May 12, 2026
JacksonWeber
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repository.url fields in package.json and samples/package.json pointed to github.com/Azure/ instead of github.com/microsoft/. Updated all 16 occurrences across package.json, samples/package.json, and samples/README.md. Also added an API Docs badge to the main README linking to the TypeDoc site at microsoft.github.io.