Skip to content

Commit

Permalink
fix codegen link in docs (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms authored Jun 2, 2023
1 parent 9b58930 commit 19e232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The `azdev` tool is designed to aid new and experienced developers in contributi
## Authoring commands and tests
If you are building commands based on a REST API SPEC from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs), you can leverage [autorest.az](https://github.com/Azure/autorest.az) to generate the commands. Otherwise you can run the following commands to create a code template:
If you are building commands based on a REST API SPEC from [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs), you can leverage [aaz-dev-tools](https://github.com/Azure/aaz-dev-tools) to generate the commands. Otherwise you can run the following commands to create a code template:
```
azdev extension create <extension-name>
```
Expand Down

0 comments on commit 19e232f

Please sign in to comment.