Rename to rules_android in template files
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7669bb7..b1638d2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,12 +23,12 @@
 
 1. Explain your idea and discuss your plan with members of the team. The best
    way to do this is to create
-   an [issue](https://github.com/bazelbuild/rules_go/issues) or comment on an
+   an [issue](https://github.com/bazelbuild/rules_android/issues) or comment on an
    existing issue.
 1. Prepare a git commit with your change. Don't forget to
-   add [tests](https://github.com/bazelbuild/rules_go/tree/master/tests). 
+   add [tests](https://github.com/bazelbuild/rules_android/tree/master/tests). 
    Run the existing tests with `bazel test //...`. Update
-   [README.md](https://github.com/bazelbuild/rules_go/blob/master/README.md)
+   [README.md](https://github.com/bazelbuild/rules_android/blob/master/README.md)
    if appropriate. 
 1. [Create a pull request](https://help.github.com/articles/creating-a-pull-request/).
    This will start the code review process. **All submissions, including