From 19bfaca7cc09cb65ea75cb3ea49a4dffbc84d7af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Oct 2022 10:05:44 +0200 Subject: [PATCH] spellcheck.words: remove 'github' as an accepted word Prefer the properly cased version: GitHub Use markdown for links and GitHub in text. Closes #9810 --- .github/scripts/spellcheck.words | 1 - docs/HTTP3.md | 2 +- docs/ROADMAP.md | 2 +- tests/fuzz/README.md | 8 ++++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/scripts/spellcheck.words b/.github/scripts/spellcheck.words index 93ff635e2d..23624e2193 100644 --- a/.github/scripts/spellcheck.words +++ b/.github/scripts/spellcheck.words @@ -246,7 +246,6 @@ getpwuid ggcov Ghedini Gisle -github Glesys globbing gmail diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 26141bb75f..f1cb9648ff 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -131,7 +131,7 @@ Build nghttp3 % make % make install -Build ngtcp2 (once https://github.com/ngtcp2/ngtcp2/pull/505 is merged) +Build ngtcp2 % cd .. % git clone https://github.com/ngtcp2/ngtcp2 diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index e48c21b58d..4642938348 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -21,4 +21,4 @@ See: https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-02 See Daniel's post on [Support of Encrypted SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list. - Initial work exists in https://github.com/curl/curl/pull/4011 + Initial work exists in [PR 4011](https://github.com/curl/curl/pull/4011) diff --git a/tests/fuzz/README.md b/tests/fuzz/README.md index 34ba7dfdb9..8bca857e7f 100644 --- a/tests/fuzz/README.md +++ b/tests/fuzz/README.md @@ -7,8 +7,8 @@ SPDX-License-Identifier: curl Fuzz tests ========== -The fuzzing tests for curl have been moved to a separate repository: +The fuzzing tests for curl have been moved to [a separate +repository](https://github.com/curl/curl-fuzzer). -https://github.com/curl/curl-fuzzer - -More information on how to get started with curl fuzz testing can be found there. +More information on how to get started with curl fuzz testing can be found +there.