From 1fd710d00dd30cbc5e159e3a63afa00db0038663 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Fri, 22 Sep 2023 15:38:02 +0400 Subject: [PATCH] web: fix GitLab Runner integration link (#608) Resolves https://github.com/cirruslabs/tart/issues/607. --- docs/blog/posts/2023-09-20-tart-2.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/2023-09-20-tart-2.0.0.md b/docs/blog/posts/2023-09-20-tart-2.0.0.md index fd6e41b..cfd41ce 100644 --- a/docs/blog/posts/2023-09-20-tart-2.0.0.md +++ b/docs/blog/posts/2023-09-20-tart-2.0.0.md @@ -42,7 +42,7 @@ allocate time to continue improving Tart which brings us to the section below. In the last 7 months we've had 12 feature releases that brought a lot of features requested by the community. Here are just a few of them to highlight: -* [Custom GitLab Runner Executor](/integrations/gitlab-runner.md). +* [Custom GitLab Runner Executor](/integrations/gitlab-runner/). * [Cluster Management via Orchard](2023-04-25-orchard-ga.md). * Numerous compatibility improvements for all kinds of OCI-registries. * Sonoma Support (see details [below](#macos-sonoma-updates)).