docs: spell out freedesktop.org
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 3 Feb 2021 13:22:06 +0000 (14:22 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 1 Apr 2021 08:33:41 +0000 (08:33 +0000)
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9947>

docs/ci/bare-metal.rst
docs/repository.rst

index 9d6a0a4..825e52f 100644 (file)
@@ -71,8 +71,8 @@ call "servo"::
 Setup
 -----
 
-Each board will be registered in fd.o GitLab.  You'll want something
-like this to register a fastboot board:
+Each board will be registered in freedesktop.org GitLab.  You'll want
+something like this to register a fastboot board:
 
 .. code-block:: console
 
@@ -91,8 +91,8 @@ like this to register a fastboot board:
 For a servo board, you'll need to also volume mount the board's NFS
 root dir at /nfs and TFTP kernel directory at /tftp.
 
-The registration token has to come from a fd.o GitLab admin going to
-https://gitlab.freedesktop.org/admin/runners
+The registration token has to come from a freedesktop.org GitLab admin
+going to https://gitlab.freedesktop.org/admin/runners
 
 The name scheme for Google's lab is google-freedreno-boardname-n, and
 our tag is something like google-freedreno-db410c.  The tag is what
index 7151fc3..28f1fda 100644 (file)
@@ -150,7 +150,8 @@ Developer Git Tips
       git add <files to commit>
       git commit
 
-   to get your changes ready to push back into the fd.o repository.
+   to get your changes ready to push back into the freedesktop.org
+   repository.
 
    It is possible (and likely) that someone has changed master since you
    did your last pull. Even if your changes do not conflict with their