Skip to content

Commit 2503bda

Browse files
authored
Merge pull request #1128 from fluxcd/fix-docs-markdown
Fix links in provider API doc
2 parents 8f207d6 + fc12628 commit 2503bda

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/spec/v1beta3/providers.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,10 +1305,8 @@ spec:
13051305

13061306
The `address` is the address of your repository where you want to send webhooks to trigger GitHub workflows.
13071307

1308-
GitHub uses [personal access
1309-
tokens]((https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token))
1310-
or [GitHub
1311-
app]((https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation))
1308+
GitHub uses [personal access tokens](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token)
1309+
or [GitHub app](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation)
13121310
for authentication with its API:
13131311

13141312
#### GitHub personal access token

0 commit comments

Comments
 (0)