Skip to content

Commit 46061ef

Browse files
authored
fix broken link (#1166)
* fix broken link * fixed another broken link
1 parent 72d5172 commit 46061ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/core/porting/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ And that's it! Because your projects now target .NET Framework 4.6.2, you can u
257257

258258
The next step is to run the API Portability Analyzer (ApiPort) to generate a portability report that you can begin to analyze.
259259

260-
You'll need to make sure you understand the [API Portability tool (ApiPort)](https://github.com/Microsoft/dotnet-apiport/blob/master/docs/HowTo/Introduction.md) and can generate portability reports for targeting .NET Core. How you do this will likely vary based on your needs and personal tastes. What follows are a few different approaches - you may find yourself mixing each approach depending on how your code is structured.
260+
You'll need to make sure you understand the [API Portability tool (ApiPort)](https://github.com/Microsoft/dotnet-apiport/blob/master/docs/HowTo/) and can generate portability reports for targeting .NET Core. How you do this will likely vary based on your needs and personal tastes. What follows are a few different approaches - you may find yourself mixing each approach depending on how your code is structured.
261261

262262
### Dealing Primarily with the Compiler
263263

docs/core/porting/third-party-deps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The .NET Team would like to know which libraries are the most important to suppo
8787

8888
## Analyzing Dependencies which aren't NuGet Packages
8989

90-
You may have a dependency that isn't a NuGet package, such as a DLL in the filesystem. The only way to determine the portability of that dependency is to run the [ApiPort tool](https://github.com/Microsoft/dotnet-apiport/blob/master/docs/HowTo/Introduction.md).
90+
You may have a dependency that isn't a NuGet package, such as a DLL in the filesystem. The only way to determine the portability of that dependency is to run the [ApiPort tool](https://github.com/Microsoft/dotnet-apiport/blob/master/docs/HowTo/).
9191

9292
## Next steps
9393

94-
If you're porting a library, check out [Porting your Libraries](libraries.md).
94+
If you're porting a library, check out [Porting your Libraries](libraries.md).

0 commit comments

Comments
 (0)