[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove links to googlecode
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfly committed Mar 18, 2015
1 parent c32f5f8 commit 6a2196b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is an open-source library, and [contributions](https://code.google.com/p/go
## Documentation
- [Developer's Guide](https://developers.google.com/api-client-library/java/google-http-java-client/)
- [Setup Instructions](https://developers.google.com/api-client-library/java/google-http-java-client/setup)
- [JavaDoc](http://javadoc.google-http-java-client.googlecode.com/hg/index.html)
- [JavaDoc](https://developers.google.com/api-client-library/java/google-http-java-client/reference/index)
- [Release Notes](https://developers.google.com/api-client-library/java/google-http-java-client/release-notes)
- [Support (Questions, Bugs)](https://developers.google.com/api-client-library/java/google-http-java-client/support)

Expand Down
10 changes: 4 additions & 6 deletions instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ <h3>Checkout Instructions</h3>
href="http://maven.apache.org/download.html">Maven</a>. You may need to set
your <code>JAVA_HOME</code>.</p>

<pre><code>hg clone https://google-api-java-client.googlecode.com/hg/ google-api-java-client
<pre><code>git clone https://github.com/google/google-http-java-client.git
cd google-api-java-client
mvn install</code></pre>

There are two named branches:
There are a few named branches:
<ul>
<li>The "default" branch has the stable 1.4 library. This is the default
branch that is checked out with the instructions above.</li>
<li>The "dev" branch has the development 1.5 library. To switch to this
branch, run: <pre><code>hg update dev
<li>The "master" branch has the development of the next release. To switch to this
branch, run: <pre><code>git checkout master
mvn clean install</code></pre></li>
</ul>

Expand Down

0 comments on commit 6a2196b

Please sign in to comment.