Skip to content

Commit 7b43208

Browse files
Update publishing-guidelines.md - fixing dead link (#145)
* Update publishing-guidelines.md - fixing dead link Updating dead link to Github markdown documentation. * Update publishing-guidelines.md --------- Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent 80013a9 commit 7b43208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

powershell-gallery/docs-conceptual/concepts/publishing-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ to provide documentation with PowerShell packages, including:
8585
[About Comment Based Help](/powershell/module/microsoft.powershell.core/about/about_comment_based_help).
8686
- Many modules also include documentation in text format, such as MarkDown files. This can be
8787
particularly helpful when there's a project site in GitHub, where Markdown is a heavily used
88-
format. The best practice is to use [GitHub-flavored Markdown](https://help.github.com/categories/writing-on-github/).
88+
format. The best practice is to use [GitHub-flavored Markdown](https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).
8989

9090
Examples show users how the package is intended to be used. Many developers will say that they look
9191
at examples before documentation to understand how to use something. The best types of examples show

0 commit comments

Comments
 (0)