You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ NuGet follows the [.NET Foundation Contributors Code of Conduct](https://github.
17
17
18
18
No contribution is too big or too small--
19
19
20
-
1. Visit the page to edit on [docs.microsoft.com/nuget](https://docs.microsoft.com/en-us/nuget/), then click the **Edit** button on the top right. This brings you to the appropriate markdown page in the repo.
20
+
1. Visit the page to edit on [docs.microsoft.com/nuget](/en-us/nuget/), then click the **Edit** button on the top right. This brings you to the appropriate markdown page in the repo.
21
21
1. Edit the markdown:
22
22
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`.
23
23
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 `#`.
24
-
1. When using external links, especially to docs.microsoft.com or msdn.microsoft.com, 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.
24
+
1. When using external links, especially to docs.microsoft.com (or msdn.microsoft.com for any older content), 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.
25
25
1. When you're done, enter a commit message below, and click **Propose file change**.
26
26
1. Send a pull request for your change. We review PRs on a regular basis.
27
27
1. Thank you!
@@ -121,16 +121,16 @@ The only case when you should use ``` without a language tag is when creating a
121
121
122
122
docs.microsoft.com uses blockquotes for callouts, that is, lines starting with ">".
123
123
124
-
Callout sections with ">" only will appear with a solid gray line to the left. See [Creating NuGet packages](https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package) for examples.
124
+
Callout sections with ">" only will appear with a solid gray line to the left. See [Creating NuGet packages](/en-us/nuget/create-packages/creating-a-package) for examples.
125
125
126
126
You can also use one of the following callout tags on the first line that will create a shaded callout in the indicated color:
127
127
128
128
| Tag | Shading color | Topic with examples |
129
129
| --- | --- | --- |
130
-
|`> [!Note]`| Light blue, use for callouts without any special emphasis. |[Creating NuGet packages](https://docs.microsoft.com/nuget/create-packages/creating-a-package)|
131
-
|`> [!Tip]`| Green, use for callouts that share special tips and tricks or other helpful knowledge. |[Package consumption overview](https://docs.microsoft.com/nuget/consume-packages/overview-and-workflow)|
132
-
|`> [!Important]`| Yellow, use for callouts that describe cautions. |[NuGet.Server](https://docs.microsoft.com/nuget/hosting-packages/nuget-server)|
133
-
|`> [!Warning]`| Red, use for callouts that warn readers about situations that could cause data loss or unexpected consequences. |[Dependency resolution](https://docs.microsoft.com/nuget/consume-packages/dependency-resolution)|
130
+
|`> [!Note]`| Light blue, use for callouts without any special emphasis. |[Creating NuGet packages](/nuget/create-packages/creating-a-package)|
131
+
|`> [!Tip]`| Green, use for callouts that share special tips and tricks or other helpful knowledge. |[Package consumption overview](/nuget/consume-packages/overview-and-workflow)|
132
+
|`> [!Important]`| Yellow, use for callouts that describe cautions. |[NuGet.Server](/nuget/hosting-packages/nuget-server)|
133
+
|`> [!Warning]`| Red, use for callouts that warn readers about situations that could cause data loss or unexpected consequences. |[Dependency resolution](/nuget/consume-packages/dependency-resolution)|
134
134
135
135
### Links
136
136
@@ -139,7 +139,7 @@ You can also use one of the following callout tags on the first line that will c
139
139
- Links to other markdown files on docs.microsoft.com are case-insensitive (unlike links to files in GitHub, which are).
140
140
- If you're linking to another topic in the same folder, then `../<folder>/` can be omitted.
141
141
- When using anchors, always remember to include the `.md` before the `#`.
142
-
- When using external links, especially to docs.microsoft.com or msdn.microsoft.com, 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.
142
+
- When using external links, especially to docs.microsoft.com (or msdn.microsoft.com for any older content), 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.
143
143
- Bare URLs are not automatically converted into links.
0 commit comments