X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8b65fa06a3e82f8ff0830f11142b9046e848d5d0..e808b1d00eeca5be07c98fe107aae5da47444106:/doc/sdk/java-v2/index.html.textile.liquid diff --git a/doc/sdk/java-v2/index.html.textile.liquid b/doc/sdk/java-v2/index.html.textile.liquid index 0a8953a661..b3336d51df 100644 --- a/doc/sdk/java-v2/index.html.textile.liquid +++ b/doc/sdk/java-v2/index.html.textile.liquid @@ -16,7 +16,7 @@ h2. Using the SDK The SDK is packaged as a JAR named @arvados-java-.jar@, which is published to Maven Central and can be included using Maven, Gradle, or by hand. -Here is an example @build.gradle@ file that uses the Arados java sdk: +Here is an example @build.gradle@ file that uses the Arvados java sdk:
 apply plugin: 'application'
@@ -137,7 +137,7 @@ Dependencies:
 
 
 
-$ git clone https://github.com/curoverse/arvados.git
+$ git clone https://github.com/arvados/arvados.git
 $ cd arvados/sdk/java-v2
 $ gradle test
 $ gradle jar