Skip to content

Commit 5124b1d

Browse files
committed
Fixed bad docs references
1 parent 3a6feab commit 5124b1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Migration/NET-Standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The first sample demonstrates updating a simple class library to .NET Standard.
2525

2626
## Sample 2: Refactoring Business Logic
2727

28-
The second sample shows how to take an existing ASP<span></span>.NET application and refactor our some business logic as a .NET Standard project. You can find the source and directions for this sample in the [samples/netstandard-2](../samples/netstandard-2/README.md) folder.
28+
The second sample shows how to take an existing ASP<span></span>.NET application and refactor our some business logic as a .NET Standard project. You can find the source and directions for this sample in the samples/netstandard-2 (coming soon) folder.

docs/Migration/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The default layout for your application will be defined in the `App.razor` file
7373

7474
You can add additional rules in this file to route and choose different layouts as appropriate for your application.
7575

76-
For more complex scenarios and a walk-through with samples, read the [MasterPages strategy documentation](Strategy/MasterPages.md).
76+
For more complex scenarios and a walk-through with samples, read the [MasterPages strategy documentation](MasterPages.md).
7777

7878
[Back to top](#Migration---Getting-Started)
7979

docs/samples/netstandard-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
One of the first steps in our [recommended migration strategy](../../migration/NET-Standard.md) focuses on migrating class libraries from .NET Framework (netfx) 3.5 and later to .NET Standard 2.0+
1+
One of the first steps in our [recommended migration strategy](../../Migration/NET-Standard.md) focuses on migrating class libraries from .NET Framework (netfx) 3.5 and later to .NET Standard 2.0+
22

33
## Scenario
44

0 commit comments

Comments
 (0)