diff --git a/README.md b/README.md index 11e949a..6d50c43 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [Google Group](http://groups.google.com/group/glwallpaperservice) +[Repository](https://github.com/GLWallpaperService/GLWallpaperService) + A library for making OpenGL Live Wallpapers for Android. Provided as free open source software under the Apache License version 2.0. @@ -11,7 +13,7 @@ Parts of this software are derived from code provided by the Android Open Source ###Get the library -The easiest way to use this project is by downloading the [latest Jar file](https://github.com/downloads/markfguerra/GLWallpaperService/GLWallpaperService.zip) +The easiest way to use this project is by downloading the [latest Jar file](http://glwallpaperservice.com/downloads/releases/current/) Once you have GLWallpaperService.jar, you can add it to your workspace: diff --git a/readme-contribute.md b/readme-contribute.md index c73b9ca..6b35e27 100644 --- a/readme-contribute.md +++ b/readme-contribute.md @@ -2,7 +2,7 @@ [Google Group](http://groups.google.com/group/glwallpaperservice) -[Repository](https://github.com/markfguerra/GLWallpaperService/) +[Repository](https://github.com/GLWallpaperService/GLWallpaperService) ##Intended Audience @@ -42,14 +42,14 @@ Make a folder for your workspace. Download the source code. You can do so using git or just a regular old download. -For a direct download, [go here](https://github.com/markfguerra/GLWallpaperService/zipball/master). Extract the zip into a sub folder. +For a direct download, [go here](http://glwallpaperservice.com/downloads/releases/current/). Extract the zip into a sub folder. -If you use github, please fork this code from their [web interface](https://github.com/markfguerra/GLWallpaperService) +If you use github, please fork this code from their [web interface](https://github.com/GLWallpaperService/GLWallpaperService) -Then you want to make a local clone of your github fork. Github will provide you with your own Url. My clone command looks like this: +Then you want to make a local clone of your github fork. Github will provide you with your own Url. It should looks something like this: - git clone git@github.com:markfguerra/GLWallpaperService.git + git clone git@github.com:yournamehere/GLWallpaperService.git A new folder will be created automatically, called GLWallpaperService/ containing your source code.