Skip to content

Commit de5eedd

Browse files
BillWagnermairaw
authored andcommitted
update links to new samples repo (#1)
1 parent b4c2f62 commit de5eedd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ with `http://docs.microsoft.com/dotnet/articles`.
116116

117117
Your 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We will have a CI system in place to build these projects shortly.
5252

5353
To 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.
5656
2. Write the topic that explains the concepts demonstrated in your sample (example: `docs/standard/linq/where-clause.md`)
5757
3. Write your sample (example: `WhereClause-Sample1.cs`)
5858
4. 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:

framework/libraries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ And that's it!
3939

4040
The project under `/new-library` targets **only** .NET Core. For that reason,
4141
this 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

4444
It demonstrates two other things: how to use multiple projects, and how to test.
4545

0 commit comments

Comments
 (0)