Skip to content

Commit 41f30e3

Browse files
authored
Fix dead link (#11279)
Linked fragment doesn't exist anymore. Same link was fixed in MicrosoftDocs/Contribute#946 Note: Figuring out the cause of the problem was a bit confusing. - Before [this change](https://github.com/MicrosoftDocs/Contribute/pull/775/files#diff-3fa6f2a8672a06f5c881c8621af9e49f935e65eb99e06ec73d42afe0b1323d7a) that link was to `index.md` but the current page is built from [`index.yml`](https://github.com/MicrosoftDocs/Contribute/blob/main/Contribute/index.yml). - [This edit to index.md](https://github.com/MicrosoftDocs/Contribute/pull/823/files#diff-ffd9be212c6bbe6590c4f303f94fc153ba3e2e2b4432f0c603d65929774ec70b) moved the linked resource to a new page.
1 parent ddcace6 commit 41f30e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/docs-conceptual/community/contributing/get-started-writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ more information and best practices.
9595
[2]: https://github.com/MicrosoftDocs/PowerShell-Docs/tree/main/reference
9696
[3]: https://github.com/MicrosoftDocs/PowerShell-Docs/tree/main/reference/docs-conceptual
9797
[4]: https://github.com/PowerShell/powershell-rfc/blob/master/RFC0000-RFC-Process.md
98-
[5]: /contribute/#quick-edits-to-existing-documents
98+
[5]: /contribute/content/how-to-write-quick-edits
9999
[6]: /contribute/how-to-write-workflows-major#making-your-changes
100100
[7]: /contribute/get-started-setup-local#fork-the-repository
101101
[8]: pull-requests.md

reference/docs-conceptual/community/contributing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Additional resources
9696
[7]: https://www.powershellgallery.com/packages/posh-git
9797
[8]: /contribute/get-started-setup-local
9898
[9]: /contribute/git-github-fundamentals
99-
[10]: /contribute/#quick-edits-to-existing-documents
99+
[10]: /contribute/content/how-to-write-quick-edits
100100
[11]: /contribute/how-to-write-workflows-major
101101
[12]: /contribute/style-quick-start
102102
[13]: /style-guide/welcome/

0 commit comments

Comments
 (0)