docs: fix broken links and update docs to 3.x#7510
Closed
banzalik wants to merge 1 commit into
Closed
Conversation
docs: fix broken links and update docs to 3.x Update all documentation links in README.md to point to the latest 3.x version and fix broken URLs: - docs/2.x/introduction → docs/3.x/introduction - docs/fast-element/getting-started (404) → docs/3.x/getting-started/quick-start/ - docs/getting-started/quick-start (404) → docs/3.x/getting-started/quick-start/ - docs/integrations (404) → docs/3.x/integrations/ - docs/community/contributor-guide (404) → docs/3.x/community/join/ - docs.microsoft.com/en-us/fluent-ui/web-components/ (404) → learn.microsoft.com/en-us/fluent-ui/web-components/
Collaborator
|
Hi @banzalik these changes are only in the release branch until we are out of release candidate and stable, until then we will continue linking to the 2.x docs as our current stable release. If you find any of these links are incorrect in the |
Author
|
Hi @janechu, some links in the README.md on the main branch are returning 404 errors (for Example the Getting Started guide). |
5 tasks
janechu
added a commit
that referenced
this pull request
May 12, 2026
# Pull Request ## 📖 Description Incorrect links as indicated by #7510, however we are currently on stable 2.x. This change directs the links to the appropriate stable major versioned pages. ### 🎫 Issues See #7510 big thanks to @banzalik for discovering this issue! ## ✅ Checklist ### General - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project.
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.
docs: fix broken links and update docs to 3.x
Update all documentation links in README.md to point to the latest 3.x version and fix broken URLs:
Pull Request
📖 Description
🎫 Issues
👩💻 Reviewer Notes
📑 Test Plan
✅ Checklist
General
$ npm run change⏭ Next Steps