diff --git a/README.md b/README.md index fcd0b21..f9d90be 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ For more details on Mintlify setup and configuration, visit the [official Mintli ### Link Check -The [`check-docs.yaml`](.github/workflows/check-docs.yaml) workflow has a `check-link` job that examine markdown links. Customize the config in [`link-check.json`](./link-check.json). If a link cannot be accessed (e.g. Github private repo), add the URL pattern to the `ignorePatterns` array. +The [`check-docs.yaml`](.github/workflows/check-docs.yaml) workflow has a `check-link` job that examine markdown links. Customize the config in [`link-check.json`](./link-check.json). If a link cannot be accessed (e.g. GitHub private repo), add the URL pattern to the `ignorePatterns` array. ---