summaryrefslogtreecommitdiff
path: root/src/devel/4_hello.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/devel/4_hello.xml')
-rw-r--r--src/devel/4_hello.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devel/4_hello.xml b/src/devel/4_hello.xml
index 125ab45..44897a3 100644
--- a/src/devel/4_hello.xml
+++ b/src/devel/4_hello.xml
@@ -6,10 +6,10 @@
<section>
<title>Checking Out a Package Repository</title>
<para>As noted in chapter 1, all packages live in a <firstterm>package repository</firstterm>. Typically, package repositories are stored in Git. You can make your own package repository, but for now, we will use a <firstterm>private fork</firstterm> of the Adélie Linux official package repositories.</para>
- <para><ulink url="https://code.foxkit.us/users/sign_in">Sign in</ulink> to the Adélie Linux Git system. If you have not yet created an account, you will need to sign up for one. The sign up form can be accessed from the sign in page.</para>
- <para>Navigate to the <ulink url="https://code.foxkit.us/adelie/packages">Adélie Linux package repository</ulink> in the Git system. Choose the <guibutton>Fork</guibutton> button in the middle of the screen; if prompted, select your name as the repository destination.</para>
+ <para><ulink url="https://git.adelielinux.org/users/sign_in">Sign in</ulink> to the Adélie Linux Git system. If you have not yet created an account, you will need to sign up for one. The sign up form can be accessed from the sign in page.</para>
+ <para>Navigate to the <ulink url="https://git.adelielinux.org/adelie/packages">Adélie Linux package repository</ulink> in the Git system. Choose the <guibutton>Fork</guibutton> button in the middle of the screen; if prompted, select your name as the repository destination.</para>
<para>The system will redirect you to your new fork. Use the <guilabel>"SSH"</guilabel> URL to clone the repository on your local computer by running the following command:</para>
- <para><prompt>$</prompt> <command>git <parameter>clone</parameter> <userinput>git@code.foxkit.us:yourname/packages.git</userinput></command></para>
+ <para><prompt>$</prompt> <command>git <parameter>clone</parameter> <userinput>git@git.adelielinux.org:yourname/packages.git</userinput></command></para>
<para>where <userinput>yourname</userinput> is your Git username.</para>
</section>
<section>