Skip to content

Commit afa8d7c

Browse files
authored
Readme Use "trailing .md" instead of existing "training .md" (#3189)
1 parent 21d70d9 commit afa8d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ No contribution is too big or too small.
2323
1. Visit the page to edit in [NuGet documentation](https://learn.microsoft.com/nuget/), then click the **Edit** button on the top right. This brings you to the appropriate markdown page in the repo.
2424
1. Edit the markdown:
2525
1. If you're including images (use PNGs, generally), place them in the media folder that's in the topic's folder. Links are then `media/<image_name>.png`.
26-
1. Relative links to other pages in this docset should be in the form `../<folder>/<topic-file>.md` including the training `.md`. If you're linking to another topic in the same folder, then `../<folder>/` can be omitted. When using anchors, always remember to include the `.md` before the `#`.
26+
1. Relative links to other pages in this docset should be in the form `../<folder>/<topic-file>.md` including the trailing `.md`. If you're linking to another topic in the same folder, then `../<folder>/` can be omitted. When using anchors, always remember to include the `.md` before the `#`.
2727
1. When using external links, especially to Microsoft Learn, omit any language tag like "en-us" so that a reader in another language lands on a target page in that same language if it's available.
2828
1. When you're done, enter a commit message below, and click **Propose file change**.
2929
1. Send a pull request for your change. Review requests are automatic and we review PRs on a regular basis.

0 commit comments

Comments
 (0)