mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Update some doc links & formatting (#568)
This commit is contained in:
parent
c9a9a54e95
commit
7fc0b5b8ed
1
changelog.d/568.doc
Normal file
1
changelog.d/568.doc
Normal file
@ -0,0 +1 @@
|
||||
Improve navigability & legibility of some documentation pages.
|
@ -89,4 +89,4 @@ are supported.
|
||||
|
||||
If you have followed these steps correctly, GitHub should now be configured with hookshot 🥳.
|
||||
|
||||
You can now follow the guide on [authenticating with GitHub](../usage/auth.md), and then [bridging a room](../usage/room_configuration/github_repo.md#setting-up)
|
||||
You can now follow the guide on [authenticating with GitHub](../usage/auth.md#github), and then [bridging a room](../usage/room_configuration/github_repo.md#setting-up)
|
||||
|
@ -35,5 +35,5 @@ if the request made it through, however.
|
||||
|
||||
## Adding a repository
|
||||
|
||||
You can now follow the guide on [authenticating with GitLab](../usage/auth.md), and then [bridging a room](../usage/room_configuration/gitlab_project.md#setting-up)
|
||||
You can now follow the guide on [authenticating with GitLab](../usage/auth.md#gitlab), and then [bridging a room](../usage/room_configuration/gitlab_project.md#setting-up)
|
||||
|
||||
|
@ -48,7 +48,7 @@ You can authenticate with GitLab by supplying a Personal Access Token. OAuth-sty
|
||||
yet.
|
||||
|
||||
- You will need to have configured a GitLab instance in your config.yml for the instance you want to log in to.
|
||||
- Open https://%instance%/-/profile/personal_access_tokens (GitLab > User Settings > Access Tokens), where instance is your GitLab instance address.
|
||||
- Open **https://%instance%/-/profile/personal_access_tokens** (GitLab > User Settings > Access Tokens), where instance is your GitLab instance address.
|
||||
- For the public GitLab server, this would be "gitlab.com"
|
||||
- Give it a good name, and a sensible expiration date. For scopes you will need to tick `api`.
|
||||
- Send the generated token to the bridge by saying `gitlab personaltoken %instance% %your-token%`. You can redact
|
||||
|
Loading…
x
Reference in New Issue
Block a user