Skip to content

Commit 20cc8bd

Browse files
Livarnguerrera
Livar
authored andcommitted
Fixing the link to the developer guide (dotnet#8269)
1 parent 6894eb0 commit 20cc8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/general/intro-to-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The way the `dotnet` driver finds the command it is instructed to run using `dot
4545
Adding a new command to the .NET Core CLI
4646
=========================================
4747

48-
If you want to contribute to the actual .NET Core CLI by adding a new command that you think would be useful, please refer to the [developer guide](developer-guide.md) in this directory. It contains all of the guidance on both the process as well as the infrastructure that you need to adhere to when adding a new command to the CLI toolchain.
48+
If you want to contribute to the actual .NET Core CLI by adding a new command that you think would be useful, please refer to the [developer guide](../project-docs/developer-guide.md) in this directory. It contains all of the guidance on both the process as well as the infrastructure that you need to adhere to when adding a new command to the CLI toolchain.
4949

5050
After you familiarize yourself with the process of working with the source code in the repo, please consult the [CLI UX guidelines](cli-ux-guidelines.md) to get to know the user experience tenants the CLI has.
5151

0 commit comments

Comments
 (0)