Mesa (master): docs: url -> URL

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 28 07:56:38 UTC 2020


Module: Mesa
Branch: master
Commit: b8f1075c4e7e72252a8119e1befabad10405ded9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8f1075c4e7e72252a8119e1befabad10405ded9

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Sep 25 15:24:30 2020 +0200

docs: url -> URL

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6864>

---

 docs/ci/LAVA.rst           | 2 +-
 docs/repository.rst        | 2 +-
 docs/submittingpatches.rst | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/ci/LAVA.rst b/docs/ci/LAVA.rst
index efc0143b1d6..dbb206d708f 100644
--- a/docs/ci/LAVA.rst
+++ b/docs/ci/LAVA.rst
@@ -67,7 +67,7 @@ the web interface, and create an API token.  Copy that into a
 
   default:
     token: <token contents>
-    uri: <url to the instance>
+    uri: <URL to the instance>
     username: gitlab-runner
 
 Add a volume mount of that ``lavacli.yaml`` to
diff --git a/docs/repository.rst b/docs/repository.rst
index 1de4fbe1ba4..4f5c2477206 100644
--- a/docs/repository.rst
+++ b/docs/repository.rst
@@ -75,7 +75,7 @@ Useful for people behind strict proxies
 You can use `personal access
 tokens <https://gitlab.freedesktop.org/profile/personal_access_tokens>`__
 to push over HTTPS if ssh will does not suit your needs. In this case,
-create a token, and put it in the url as shown here:
+create a token, and put it in the URL as shown here:
 
 ::
 
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index a2303bfd22b..a24ccd6c737 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -59,7 +59,7 @@ Patch formatting
 
       Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1
 
-   Prefer the full url to just ``Closes: #1``, since the url makes it
+   Prefer the full URL to just ``Closes: #1``, since the URL makes it
    easier to get to the bug page from ``git log``
 
    **Do not use the ``Fixes:`` tag for this!** Mesa already uses



More information about the mesa-commit mailing list