Skip to content

Commit

Permalink
Fix link issues in getstarted (#27726)
Browse files Browse the repository at this point in the history
Fix link issues in getstarted
  • Loading branch information
MaryGao authored Nov 9, 2023
1 parent cca9c4c commit d33220b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/DPG-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion documentation/RLC-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit d33220b

Please sign in to comment.