File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ with `http://docs.microsoft.com/dotnet/articles`.
116116
117117Your topic will also contain links to the sample. Link directly to the sample's folder on GitHub.
118118
119- For more information, see the [ Samples Readme] ( https://github.com/dotnet/docs /blob/master/samples /README.md ) .
119+ For more information, see the [ Samples Readme] ( https://github.com/dotnet/samples /blob/master/README.md ) .
120120
121121## DOs and DON'Ts
122122
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ We will have a CI system in place to build these projects shortly.
5252
5353To create a sample:
5454
55- 1 . File an [ issue] ( https://github.com/dotnet/docs /issues ) or add a comment to an existing one that you are working on it.
55+ 1 . File an [ issue] ( https://github.com/dotnet/samples /issues ) or add a comment to an existing one that you are working on it.
56562 . Write the topic that explains the concepts demonstrated in your sample (example: ` docs/standard/linq/where-clause.md ` )
57573 . Write your sample (example: ` WhereClause-Sample1.cs ` )
58584 . Create a Program.cs with a Main entry point that calls your samples. If there is already one there, add the call to your sample:
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ And that's it!
3939
4040The project under ` /new-library ` targets ** only** .NET Core. For that reason,
4141this project is stored under the core project directory, so our build server builds it on
42- all platforms. Look under https://github.com/dotnet/docs /tree/master/samples /core/libraries/new-library/ .
42+ all platforms. Look under https://github.com/dotnet/samples /tree/master/core/libraries/new-library/ .
4343
4444It demonstrates two other things: how to use multiple projects, and how to test.
4545
You can’t perform that action at this time.
0 commit comments