From 1026f95f7e30c2a721d9a32864efbb888b5d51b9 Mon Sep 17 00:00:00 2001 From: Ray-D-Song <71577024+Ray-D-Song@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:40:28 +0800 Subject: [PATCH] fix: plugin doc page not found (#3480) closes #3479 --- docs/src/components/HomepageFeatures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/HomepageFeatures.js b/docs/src/components/HomepageFeatures.js index 6c692c31a..4e2f1fbf7 100644 --- a/docs/src/components/HomepageFeatures.js +++ b/docs/src/components/HomepageFeatures.js @@ -23,7 +23,7 @@ const FeatureList = [ <> Woodpecker uses docker containers to execute pipeline steps. If you need more than a normal docker image, you can create plugins to extend the pipeline features.{' '} - How do plugins work? + How do plugins work? ), },