From 219663cbf90132542f5c5f505b64e66da5d0b80e Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Thu, 12 Feb 2015 05:00:19 -0800 Subject: [PATCH] Fixes the doc url --- googleauth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googleauth.gemspec b/googleauth.gemspec index 55a8a84..3625635 100755 --- a/googleauth.gemspec +++ b/googleauth.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.description = <<-eos Allows simple authorization for accessing Google APIs. Provide support Application Default Credentials, as described at - https://developers.google.com/accounts/xdocs/application-default-credentials + https://developers.google.com/accounts/docs/application-default-credentials eos s.files = `git ls-files`.split("\n")