Skip to content

Commit d68c74c

Browse files
Bot 🤖 generated CleanRepo tool run (#48807)
Co-authored-by: gewarren <[email protected]>
1 parent 48ea405 commit d68c74c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/core/tools/dotnet-run.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To run the application, the `dotnet run` command resolves the dependencies of th
8585

8686
- **`--file <FILE_PATH>`**
8787

88-
The path to the file-based app to run. If a path isn't specified, the current directory is used to find and run the file. For more information on file-based apps, see [Build file-based C# apps](/dotnet/csharp/fundamentals/tutorials/file-based-programs).
88+
The path to the file-based app to run. If a path isn't specified, the current directory is used to find and run the file. For more information on file-based apps, see [Build file-based C# apps](../../csharp/fundamentals/tutorials/file-based-programs.md).
8989

9090
On Unix, you can run file-based apps directly, using the source file name on the command line instead of `dotnet run`. First, ensure the file has execute permissions. Then, add a shebang line `#!` as the first line of the file, for example:
9191

‎docs/visual-basic/programming-guide/concepts/async/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ The benefit becomes even more apparent as the number of chained operations incre
359359
- [Async](../../../language-reference/modifiers/async.md)
360360
- [Walkthrough: Accessing the Web by Using Async and Await (Visual Basic)](walkthrough-accessing-the-web-by-using-async-and-await.md)
361361
- [Async Return Types (Visual Basic)](async-return-types.md)
362-
- [Task-based Asynchronous Pattern (TAP)](/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap)
362+
- [Task-based Asynchronous Pattern (TAP)](../../../../standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap.md)

0 commit comments

Comments
 (0)