8000 Remove links to googlecode · sdecima/google-http-java-client@6a2196b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a2196b

Browse files
committed
Remove links to googlecode
1 parent c32f5f8 commit 6a2196b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is an open-source library, and [contributions](https://code.google.com/p/go
1919
## Documentation
2020
- [Developer's Guide](https://developers.google.com/api-client-library/java/google-http-java-client/)
2121
- [Setup Instructions](https://developers.google.com/api-client-library/java/google-http-java-client/setup)
22-
- [JavaDoc](http://javadoc.google-http-java-client.googlecode.com/hg/index.html)
22+
- [JavaDoc](https://developers.google.com/api-client-library/java/google-http-java-client/reference/index)
2323
- [Release Notes](https://developers.google.com/api-client-library/java/google-http-java-client/release-notes)
2424
- [Support (Questions, Bugs)](https://developers.google.com/api-client-library/java/google-http-java-client/support)
2525

instructions.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ <h3>Checkout Instructions</h3>
1818
href="http://maven.apache.org/download.html">Maven</a>. You may need to set
1919
your <code>JAVA_HOME</code>.</p>
2020

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

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

0 commit comments

Comments
 (0)
0