Skip to content

Commit 3a825ab

Browse files
"Updating samples to reflect recent changes."
1 parent 19ba573 commit 3a825ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotnet/PlaylistUpdates.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Google.Apis.YouTube.Samples
1818
/// <summary>
1919
/// YouTube Data API v3 sample: create a playlist.
2020
/// 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
21+
/// See https://developers.google.com/api-client-library/dotnet/get_started
2222
/// </summary>
2323
internal class PlaylistUpdates
2424
{
@@ -87,4 +87,4 @@ private async Task Run()
8787
Console.WriteLine("Playlist item id {0} was added to playlist id {1}.", newPlaylistItem.Id, newPlaylist.Id);
8888
}
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)