15924: Update github links to arvados org.
[arvados.git] / doc / sdk / ruby / index.html.textile.liquid
index 5ad02543ef95cce5f1e960e604f623bbd33a3503..531469ea1acdf3ad665aaaa9e7a882cc32b843ea 100644 (file)
@@ -4,6 +4,11 @@ navsection: sdk
 navmenu: Ruby
 title: "Installation"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 The Ruby SDK provides a generic set of wrappers so you can make API calls easily.
 
@@ -29,7 +34,7 @@ h4. Option 2: build and install from source
 
 <notextile>
 <pre>
-$ <code class="userinput">git clone https://github.com/curoverse/arvados.git</code>
+$ <code class="userinput">git clone https://github.com/arvados/arvados.git</code>
 $ <code class="userinput">cd arvados/sdk/ruby</code>
 $ <code class="userinput">gem build arvados.gemspec</code>
 $ <code class="userinput">sudo -i gem install arvados-*.gem</code>