Skip to content

Commit 14d5e74

Browse files
committed
hosting-a-repository: Update some links
1 parent 6e23b2b commit 14d5e74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hosting-a-repository.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The instructions will use Gitlab.com.
216216
6. Go to ``https://gitlab.com/your_user_name/repo_name/-/settings/ci_cd``.
217217
Expand `General` and disable public pipeline. Click Save.
218218
Expand `variables`. Add the following
219-
`variables <https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-gitlab-ciyml-file>`_
219+
`variables <https://docs.gitlab.com/ci/variables/#define-a-cicd-variable-in-the-gitlab-ciyml-file>`_
220220
necessary for the pipeline to run:
221221

222222
.. list-table::
@@ -322,7 +322,7 @@ This will set up a flatpak remote userwide, install the dependencies and
322322
the application. Updates will be fetched when running ``flatpak update``
323323
if they are available.
324324

325-
11. You can set up a `pipeline schedule <https://docs.gitlab.com/ee/ci/pipelines/schedules.html>`_,
325+
11. You can set up a `pipeline schedule <https://docs.gitlab.com/ci/pipelines/schedules/>`_,
326326
optionally to automatically check for updates using
327327
`flatpak-x-checker <https://github.com/flathub-infra/flatpak-external-data-checker>`_
328328
and send PRs to the repo.
@@ -331,7 +331,7 @@ if they are available.
331331
Multi-architecture workflow
332332
^^^^^^^^^^^^^^^^^^^^^^^^^^^
333333

334-
This uses Gitlab.com's `hosted aarch64 runners <https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html#machine-types-available-for-linux---arm64>`_ for building on aarch64.
334+
This uses Gitlab.com's `hosted aarch64 runners <https://docs.gitlab.com/ci/runners/hosted_runners/linux/#machine-types-available-for-linux---arm64>`_ for building on aarch64.
335335

336336
.. code-block:: yaml
337337

0 commit comments

Comments
 (0)