From 3c79ccac796ad806229fb831a62f0cac58470bd0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 29 Aug 2023 09:06:19 +0200 Subject: [PATCH] docs: fix links to woodpecker documentation --- _docs/content/_index.md | 2 +- _docs/data/data.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/content/_index.md b/_docs/content/_index.md index 9b720d9..6e66b2e 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -21,7 +21,7 @@ Woodpecker CI plugin to build multiarch OCI images with buildx. ## Usage {{< hint type=important >}} -Be aware that the this plugin requires [privileged](https://docs.wp.io/pipeline/docker/syntax/steps/#privileged-mode) capabilities, otherwise the integrated Docker daemon is not able to start. +Be aware that the this plugin requires [privileged](https://woodpecker-ci.org/docs/usage/pipeline-syntax#privileged-mode) capabilities, otherwise the integrated Docker daemon is not able to start. {{< /hint >}} ```yaml diff --git a/_docs/data/data.yaml b/_docs/data/data.yaml index 31a224e..c9f762b 100644 --- a/_docs/data/data.yaml +++ b/_docs/data/data.yaml @@ -289,7 +289,7 @@ properties: - "id=SECRET_TOKEN" ``` - To use secrets from files a [host volume](https://docs.wp.io/pipeline/docker/syntax/volumes/host/) is required. + To use secrets from files a [host volume](https://woodpecker-ci.org/docs/usage/volumes) is required. This should be used with caution and avoided whenever possible. type: list required: false