Skip to content

Commit 62cb0db

Browse files
authored
Fix broken aka links (Azure#18470)
1 parent 8595fcd commit 62cb0db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/new-version-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func main() {
316316

317317
In addition to resource groups, we will also use Virtual Machine as an example and show how to manage how to create a Virtual Machine which involves three Azure services (Resource Group, Network and Compute)
318318

319-
Due to the complexity of this scenario, please [click here](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/createVM) for the complete sample.
319+
Due to the complexity of this scenario, please [click here](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/create_vm) for the complete sample.
320320

321321
## Code Samples
322322

sdk/resourcemanager/compute/armcompute/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ client, err := armcompute.NewLogAnalyticsClient(<subscription ID>, cred, &option
5555
## More sample code
5656

5757
- [Availability Set](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/availabilityset)
58-
- [Virtual Machine](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/createVM)
58+
- [Virtual Machine](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/create_vm)
5959
- [Dedicated Host](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/dedicated_host)
6060
- [Disk](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/disk)
6161
- [Gallery](https://aka.ms/azsdk/go/mgmt/samples?path=sdk/resourcemanager/compute/gallery)
@@ -85,4 +85,4 @@ This project has adopted the
8585
For more information, see the
8686
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
8787
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any
88-
additional questions or comments.
88+
additional questions or comments.

0 commit comments

Comments
 (0)