From f21bb4215a86f09ce85495808e9ab14a77ddf4d7 Mon Sep 17 00:00:00 2001 From: RnB Date: Wed, 18 Feb 2026 19:33:25 -0500 Subject: [PATCH] dfi: _ Fix "Github" capitalization to "GitHub" in the README.md file_ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ---