diff --git a/documentation/DPG-quickstart.md b/documentation/DPG-quickstart.md index e35c895a79e9..4984f9c52bff 100644 --- a/documentation/DPG-quickstart.md +++ b/documentation/DPG-quickstart.md @@ -38,7 +38,7 @@ The `package name` is used when publishing to [npmjs](https://www.npmjs.com/). I 1. **Package Name Convention**: follow the format `@azure/{service-name}-{module}`, like `@azure/storage-blob`. -# Steps to Generate DPG +# Steps to generate DPG 1. **Configure tspconfig.yaml in spec repository** @@ -117,4 +117,4 @@ The `package name` is used when publishing to [npmjs](https://www.npmjs.com/). I # After SDK generation -The generated code is not enough to release at once and you need to update it for better usage experience. Please follow [steps after generation guide](https://github.com/Azure/azure-sdk-for-js/blob/update-get-started-doc/documentation/steps-after-generations.md) to check the code. \ No newline at end of file +The generated code is not enough to release at once and you need to update it for better usage experience. Please follow [steps after generation guide](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/steps-after-generations.md) to check the code. \ No newline at end of file diff --git a/documentation/RLC-quickstart.md b/documentation/RLC-quickstart.md index 4ab1fcbefce3..8f48a18b8cc2 100644 --- a/documentation/RLC-quickstart.md +++ b/documentation/RLC-quickstart.md @@ -120,4 +120,4 @@ The `package name` is used when publishing to [npmjs](https://www.npmjs.com/). I # After SDK generation -The generated code is not enough to release at once and you need to update it for better usage experience. Please follow [steps after generation guide](https://github.com/Azure/azure-sdk-for-js/blob/update-get-started-doc/documentation/steps-after-generations.md) to check the code. \ No newline at end of file +The generated code is not enough to release at once and you need to update it for better usage experience. Please follow [steps after generation guide](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/steps-after-generations.md) to check the code. \ No newline at end of file