Skip to content

Commit

Permalink
Fix plugin URLs (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 authored Nov 20, 2023
1 parent 7530e9d commit f4c51b0
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs/plugins/woodpecker-plugins/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-email/master/docs.md",
"verified": true
},
{
"// todo": true,
"name": "Docker",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-docker/master/docs.md",
"verified": true
},
{
"// todo": true,
"name": "GitHub release",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/master/docs.md",
"verified": true
},
{
"// todo": true,
"name": "Chart releaser",
Expand Down Expand Up @@ -161,12 +149,12 @@
},
{
"name": "Release Helper",
"docs": "https://raw.githubusercontent.com/woodpeckerci/plugin-ready-release-go/main/docs.md",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-ready-release-go/main/docs.md",
"verified": true
},
{
"name": "GitHub Release",
"docs": "https://raw.githubusercontent.com/woodpeckerci/plugin-github-release/main/docs.md",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/main/docs.md",
"verified": true
}
]
Expand Down

0 comments on commit f4c51b0

Please sign in to comment.