From 0bc54ed4c93c5dca037336e0acdf4d00e2fa84c1 Mon Sep 17 00:00:00 2001 From: Paul Gallagher Date: Sun, 16 Jun 2013 20:16:25 +0800 Subject: [PATCH] changed readme to direct issue reporting on github * makes this consistent with directions on https://code.google.com/p/google-api-ruby-client/ which send people to Github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8230b5772..d381870bc 100644 --- a/README.md +++ b/README.md @@ -191,4 +191,4 @@ See the full list of [samples on Google Code](http://code.google.com/p/google-ap ## Support -Please [report bugs at the project on Google Code](http://code.google.com/p/google-api-ruby-client/issues/entry). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com). +Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).