Skip to content

Commit c8722ed

Browse files
"Updating samples to reflect recent changes."
1 parent 3b1fea3 commit c8722ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotnet/UploadVideo.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: upload a video.
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 UploadVideo
2424
{
@@ -104,4 +104,4 @@ void videosInsertRequest_ResponseReceived(Video video)
104104
Console.WriteLine("Video id '{0}' was successfully uploaded.", video.Id);
105105
}
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)