Skip to content

Commit

Permalink
fix: Change the link to ADC documentation
Browse files Browse the repository at this point in the history
This link is included in the exception message if ADC is requested and is not setup.
  • Loading branch information
amanda-tarafa committed Mar 31, 2023
1 parent 3f3b3c5 commit d848e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal class DefaultCredentialProvider

/// <summary>Help link to the application default credentials feature.</summary>
private const string HelpPermalink =
"https://cloud.google.com/docs/authentication/provide-credentials-adc";
"https://cloud.google.com/docs/authentication/external/set-up-adc";

/// <summary>GCloud configuration directory on Linux/Mac, relative to $HOME.</summary>
private static readonly string CloudSDKConfigDirectoryUnix = Path.Combine(".config", "gcloud");
Expand Down

0 comments on commit d848e8a

Please sign in to comment.