We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f70a6 commit 8ae9f03Copy full SHA for 8ae9f03
1 file changed
dotnet/Search.cs
@@ -19,7 +19,7 @@ namespace Google.Apis.YouTube.Samples
19
/// <summary>
20
/// YouTube Data API v3 sample: search by keyword.
21
/// Relies on the Google APIs Client Library for .NET, v1.7.0 or higher.
22
- /// See https://code.google.com/p/google-api-dotnet-client/wiki/GettingStarted
+ /// See https://developers.google.com/api-client-library/dotnet/get_started
23
///
24
/// Set ApiKey to the API key value from the APIs & auth > Registered apps tab of
25
/// https://cloud.google.com/console
@@ -93,4 +93,4 @@ private async Task Run()
93
Console.WriteLine(String.Format("Playlists:\n{0}\n", string.Join("\n", playlists)));
94
}
95
96
-}
+}
0 commit comments