]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
spellcheck.words: remove 'github' as an accepted word
authorDaniel Stenberg <daniel@haxx.se>
Thu, 27 Oct 2022 08:05:44 +0000 (10:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Oct 2022 13:53:11 +0000 (15:53 +0200)
Prefer the properly cased version: GitHub

Use markdown for links and GitHub in text.

Closes #9810

.github/scripts/spellcheck.words
docs/HTTP3.md
docs/ROADMAP.md
tests/fuzz/README.md

index 93ff635e2d0873ff560e99a86020e6fa917f53f1..23624e219380b117b380acff987066a4fa405ad2 100644 (file)
@@ -246,7 +246,6 @@ getpwuid
 ggcov
 Ghedini
 Gisle
-github
 Glesys
 globbing
 gmail
index 26141bb75f172eb775b5872f28f00c5045df88da..f1cb9648ffbef5900dc1d735697de4519bdb4dc1 100644 (file)
@@ -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
index e48c21b58df148f91764c04fbed3d918b8b10faa..4642938348d7a57292c409422367dad9e1eddcc6 100644 (file)
@@ -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)
index 34ba7dfdb9d3ab44dc69c8832c8daeb4146fccad..8bca857e7f17a7e17d494f674f7f0bda279eba2f 100644 (file)
@@ -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.