We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ba573 commit 3a825abCopy full SHA for 3a825ab
1 file changed
dotnet/PlaylistUpdates.cs
@@ -18,7 +18,7 @@ namespace Google.Apis.YouTube.Samples
18
/// <summary>
19
/// YouTube Data API v3 sample: create a playlist.
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 PlaylistUpdates
24
{
@@ -87,4 +87,4 @@ private async Task Run()
87
Console.WriteLine("Playlist item id {0} was added to playlist id {1}.", newPlaylistItem.Id, newPlaylist.Id);
88
}
89
90
-}
+}
0 commit comments