Skip to content

Commit

Permalink
fix: plugin doc page not found (#3480)
Browse files Browse the repository at this point in the history
closes #3479
  • Loading branch information
Ray-D-Song authored Mar 12, 2024
1 parent b4c2ec8 commit 1026f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.{' '}
<a href="/docs/usage/plugins/plugins">How do plugins work?</a>
<a href="/docs/usage/plugins/overview">How do plugins work?</a>
</>
),
},
Expand Down

0 comments on commit 1026f95

Please sign in to comment.