spellcheck.words: remove 'github' as an accepted word

Prefer the properly cased version: GitHub

Use markdown for links and GitHub in text.

Closes #9810
This commit is contained in:
Daniel Stenberg 2022-10-27 10:05:44 +02:00
parent 4484270afc
commit 19bfaca7cc
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 6 additions and 7 deletions

View 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.