From 7880e742545c56c69cfe5c31ffa68e5255c7681a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Sep 2021 13:11:35 +0200 Subject: [PATCH] fix docs link --- README.md | 2 +- _docs/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d478f0..843041b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Drone plugin to build multiarch Docker images [![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/drone-docker) [![License: MIT](https://img.shields.io/github/license/thegeeklab/drone-docker)](https://github.com/thegeeklab/drone-docker/blob/main/LICENSE) -Drone plugin to build multiarch Docker images. This plugin is a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). You can find the full documentation at You can find the full documentation at [https://drone-plugins.geekdocs.de](https://drone-plugins.geekdocs.de). +Drone plugin to build multiarch Docker images. This plugin is a fork of [drone-plugins/drone-docker](https://github.com/drone-plugins/drone-docker). You can find the full documentation at You can find the full documentation at [https://drone-plugin-index.geekdocs.de](https://drone-plugin-index.geekdocs.de/plugins/drone-docker). ## Docker Tags diff --git a/_docs/_index.md b/_docs/_index.md index 5dc9fa8..e1f8f2e 100644 --- a/_docs/_index.md +++ b/_docs/_index.md @@ -29,7 +29,7 @@ docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-docker . ## Usage -{{< hint [warning] >}} +{{< hint warning >}} **Note**\ Be aware that the this plugin requires privileged capabilities, otherwise the integrated Docker daemon is not able to start.