docs/ci: escape at-symbols
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 9 Oct 2023 14:16:44 +0000 (16:16 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 16 Oct 2023 08:59:06 +0000 (08:59 +0000)
These aren't email addresses, so let's not format them as if they were.

Fixes: 93149507265 ("ci: Add docs for Linux Kernel uprevs")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25712>

docs/ci/kernel.rst

index ae04892..48cb856 100644 (file)
@@ -40,15 +40,15 @@ defconfig* made via ``merge_config.sh`` script located at Linux Kernel tree.
 Kconfigs location
 """""""""""""""""
 
-+------------+-----------------------------------------------------+-------------------------------------+
-| Platform   | Mesa CI Kconfig location                            | Linux tree defconfig                |
-+============+=====================================================+=====================================+
-| arm        | kernel/configs/mesa3d-ci_arm.config@gfx-ci/linux    | arch/arm/configs/multi_v7_defconfig |
-+------------+-----------------------------------------------------+-------------------------------------+
-| arm64      | kernel/configs/mesa3d-ci_arm64.config@gfx-ci/linux  | arch/arm64/configs/defconfig        |
-+------------+-----------------------------------------------------+-------------------------------------+
-| x86-64     | kernel/configs/mesa3d-ci_x86_64.config@gfx-ci/linux | arch/x86/configs/x86_64_defconfig   |
-+------------+-----------------------------------------------------+-------------------------------------+
++------------+------------------------------------------------------+-------------------------------------+
+| Platform   | Mesa CI Kconfig location                             | Linux tree defconfig                |
++============+======================================================+=====================================+
+| arm        | kernel/configs/mesa3d-ci_arm.config\@gfx-ci/linux    | arch/arm/configs/multi_v7_defconfig |
++------------+------------------------------------------------------+-------------------------------------+
+| arm64      | kernel/configs/mesa3d-ci_arm64.config\@gfx-ci/linux  | arch/arm64/configs/defconfig        |
++------------+------------------------------------------------------+-------------------------------------+
+| x86-64     | kernel/configs/mesa3d-ci_x86_64.config\@gfx-ci/linux | arch/x86/configs/x86_64_defconfig   |
++------------+------------------------------------------------------+-------------------------------------+
 
 Updating image tags
 -------------------