summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-07 16:54:45 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-07 16:54:45 -0600
commit9bc3842dc307e2ae683c0a2ce4673ac6dd94ff5a (patch)
treea1d2bbae3e633df5cee50096b46a7d3304f699de
parent63e180ec952e332a033808aa69bbe1fee78d994d (diff)
downloadat-spi2-core-9bc3842dc307e2ae683c0a2ce4673ac6dd94ff5a.tar.gz
Fix links to source files in devel guide
-rw-r--r--devel-docs/gitlab-ci.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/devel-docs/gitlab-ci.rst b/devel-docs/gitlab-ci.rst
index 0745f71d..63fac032 100644
--- a/devel-docs/gitlab-ci.rst
+++ b/devel-docs/gitlab-ci.rst
@@ -12,10 +12,11 @@ mention ``@federico`` in it.
Quick overview
==============
-By having a ```.gitlab-ci.yml`` <../.gitlab-ci.yml>`__ file in the
-toplevel directory of a project, Gitlab knows that it must run a
-continuous integration pipeline when certain events occur, for example,
-when someone creates a merge request, or pushes to a branch.
+By having a `.gitlab-ci.yml
+<https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/.gitlab-ci.yml>`_
+file in the toplevel directory of a project, Gitlab knows that it must
+run a continuous integration pipeline when certain events occur, for
+example, when someone creates a merge request, or pushes to a branch.
What’s a pipeline? It is an automated version of the following. Running
the test suite for at-spi2-core involves some repetitive steps:
@@ -185,9 +186,10 @@ Code formatting
===============
The C coding style is enforced via `clang-format
-<https://clang.llvm.org/docs/ClangFormat.html>`_ and a a
-`.clang-format <../.clang-format>`_ configuration file (`docs on
-configuration
+<https://clang.llvm.org/docs/ClangFormat.html>`_ and a
+`.clang-format
+<https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/.clang-format>`_
+configuration file (`docs on configuration
<https://clang.llvm.org/docs/ClangFormatStyleOptions.html>`_).
The ``style-check-diff`` job in CI will fail if you put in new code