Skip to content

Commit

Permalink
Update broken links for test proxy documentation (#36250)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar authored Aug 4, 2023
1 parent f2a67eb commit 67df692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/core/azure-core-test/RecordingMigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ either directly from an `azure-sdk-tools` repo clone or with a local download of
your current working directory, use the following PowerShell command:

```PowerShell
Invoke-WebRequest -OutFile "generate-assets-json.ps1" https://raw.githubusercontent.com/Azure/azure-sdk-for-java/eng/common/testproxy/transition-scripts/generate-assets-json.ps1
Invoke-WebRequest -OutFile "generate-assets-json.ps1" https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/eng/common/testproxy/onboarding/generate-assets-json.ps1
```

### Migration script prerequisites
Expand Down Expand Up @@ -116,8 +116,8 @@ primary ways:

[azure_sdk_assets]: https://github.com/Azure/azure-sdk-assets
[detailed_docs]: https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/documentation/asset-sync/README.md
[generate_assets_json]: https://github.com/Azure/azure-sdk-for-java/blob/main/eng/common/testproxy/transition-scripts/generate-assets-json.ps1
[generate_assets_json]: https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/testproxy/onboarding/generate-assets-json.ps1
[git_setup]: https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
[git_token]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
[powershell]: https://learn.microsoft.com/powershell/scripting/install/installing-powershell?view=powershell-latest
[transition_script]: https://github.com/Azure/azure-sdk-for-java/tree/main/eng/common/testproxy/transition-scripts
[transition_script]: https://github.com/Azure/azure-sdk-for-java/blob/main/eng/common/testproxy/onboarding/README.me

0 comments on commit 67df692

Please sign in to comment.