Skip to content

Commit

Permalink
Updated links to new project repository URL and library download link
Browse files Browse the repository at this point in the history
  • Loading branch information
markfguerra committed Mar 8, 2013
1 parent 77a516c commit d954655
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:

Expand Down
10 changes: 5 additions & 5 deletions readme-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 [email protected]:markfguerra/GLWallpaperService.git
git clone [email protected]:yournamehere/GLWallpaperService.git

A new folder will be created automatically, called GLWallpaperService/ containing your source code.

Expand Down

0 comments on commit d954655

Please sign in to comment.