15924: Update github links to arvados org.
[arvados.git] / doc / sdk / perl / index.html.textile.liquid
index 407008d1f76eebd6b12a6045551759004efa8b44..0561a47e787aa8a7b1675a903a3d782da6821a0c 100644 (file)
@@ -4,6 +4,11 @@ navsection: sdk
 navmenu: Perl
 title: "Installation"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 The Perl SDK provides a generic set of wrappers so you can make API calls easily.
 
@@ -39,7 +44,7 @@ First, install dependencies from your distribution.  Refer to the package lists
 Then run the following:
 
 <notextile>
-<pre><code>~$ <span class="userinput">git clone https://github.com/curoverse/arvados.git</span>
+<pre><code>~$ <span class="userinput">git clone https://github.com/arvados/arvados.git</span>
 ~$ <span class="userinput">cd arvados/sdk/perl</span>
 ~$ <span class="userinput">perl Makefile.PL</span>
 ~$ <span class="userinput">sudo make install</span>