We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c30e9 commit 5afe61eCopy full SHA for 5afe61e
1 file changed
dotnet/MyUploads.cs
@@ -18,7 +18,7 @@ namespace Google.Apis.YouTube.Samples
18
/// <summary>
19
/// YouTube Data API v3 sample: retrieve my uploads.
20
/// Relies on the Google APIs Client Library for .NET, v1.7.0 or higher.
21
- /// See https://code.google.com/p/google-api-dotnet-client/wiki/GettingStarted
+ /// See https://developers.google.com/api-client-library/dotnet/get_started
22
/// </summary>
23
internal class MyUploads
24
{
@@ -102,4 +102,4 @@ private async Task Run()
102
}
103
104
105
-}
+}
0 commit comments