diff --git a/README.md b/README.md index 026b120e..f797439e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ We need the following permissions: | `repository` | Yes | `itsdalmo/test-repository` | The repository to target. | | `access_token` | Auth | | A Github Access Token with repository access (required for setting status on commits). | | `app_id` | Auth | `69592` | The Github App app id you can find on top of the overview page. | -| `private_key` | Auth | `-----BEGIN RSA PRIVATE KEY....` | The private key of your Github App as described [here](https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/). | +| `private_key` | Auth | `-----BEGIN RSA PRIVATE KEY....` | The private key of your Github App as described [here](https://docs.github.com/en/developers/apps/authenticating-with-github-apps). | | `installation_id` | Auth | `9912873` | On the overview page of your app you can find `Install App` on the left. After installing it you can click on a specific installation and retrieve the numeric installation id from the url. | | `v3_endpoint` | No | `https://api.github.com` | Endpoint to use for the V3 Github API (Restful). | | `v4_endpoint` | No | `https://api.github.com/graphql` | Endpoint to use for the V4 Github API (Graphql). |