Skip to content

Commit 8ae9f03

Browse files
"Updating samples to reflect recent changes."
1 parent 60f70a6 commit 8ae9f03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotnet/Search.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Google.Apis.YouTube.Samples
1919
/// <summary>
2020
/// YouTube Data API v3 sample: search by keyword.
2121
/// 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
22+
/// See https://developers.google.com/api-client-library/dotnet/get_started
2323
///
2424
/// Set ApiKey to the API key value from the APIs & auth > Registered apps tab of
2525
/// https://cloud.google.com/console
@@ -93,4 +93,4 @@ private async Task Run()
9393
Console.WriteLine(String.Format("Playlists:\n{0}\n", string.Join("\n", playlists)));
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)