X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9c3cc0f61751720cfdea62717934746d1aa32b72..d394bc5c81dc488fc67cf3402e1074fafa1d9bcd:/doc/sdk/ruby/index.html.textile.liquid diff --git a/doc/sdk/ruby/index.html.textile.liquid b/doc/sdk/ruby/index.html.textile.liquid index 5ad02543ef..531469ea1a 100644 --- a/doc/sdk/ruby/index.html.textile.liquid +++ b/doc/sdk/ruby/index.html.textile.liquid @@ -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
-$ git clone https://github.com/curoverse/arvados.git
+$ git clone https://github.com/arvados/arvados.git
 $ cd arvados/sdk/ruby
 $ gem build arvados.gemspec
 $ sudo -i gem install arvados-*.gem