Skip to content

Commit 19e232f

Browse files
authored
fix codegen link in docs (#380)
1 parent 9b58930 commit 19e232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The `azdev` tool is designed to aid new and experienced developers in contributi
111111
112112
## Authoring commands and tests
113113
114-
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:
114+
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:
115115
```
116116
azdev extension create <extension-name>
117117
```

0 commit comments

Comments
 (0)