X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11..f509fecc2eef88be0a7b88d491ae0c0ac13d686b:/doc/sdk/java-v2/index.html.textile.liquid?ds=sidebyside 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