Skip to content

Commit 2904a98

Browse files
authored
Broken link fixed
1 parent db38927 commit 2904a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-video-indexer/video-indexer-use-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When you're uploading videos by using the API, you have the following options:
120120
The following C# code snippet demonstrates the usage of all the Azure Video Indexer APIs together.
121121
122122
> [!NOTE]
123-
> The following sample is intended for classic accounts only and not compatible with ARM-based accounts. For an updated sample for ARM (recommended), see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/ApiUsage/ArmBased/Program.cs).
123+
> The following sample is intended for classic accounts only and not compatible with ARM-based accounts. For an updated sample for ARM (recommended), see [this ARM sample repo](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/API-Samples/C%23/ArmBased/Program.cs).
124124
125125
```csharp
126126
var apiUrl = "https://api.videoindexer.ai";

0 commit comments

Comments
 (0)