Skip to content

Commit 47e2fcd

Browse files
authored
Pulling back docs updates (FritzAndFriends#198)
* Fixed bad docs references * Removed extra GridView doc
1 parent e8b9e9c commit 47e2fcd

File tree

4 files changed

+3
-31
lines changed

4 files changed

+3
-31
lines changed

docs/GridView.md

-28
This file was deleted.

docs/Migration/NET-Standard.md

+1-1
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

+1-1
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

+1-1
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)