From 15401c2ee44b116bb26d583fe8b706d377510086 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Tue, 20 Jul 2021 16:29:30 +0200 Subject: [PATCH] Fix broken markdown link in code search documentation --- .../searching-on-github/searching-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/searching-for-information-on-github/searching-on-github/searching-code.md b/content/github/searching-for-information-on-github/searching-on-github/searching-code.md index 7bfccada1c..61c7d8aa7b 100644 --- a/content/github/searching-for-information-on-github/searching-on-github/searching-code.md +++ b/content/github/searching-for-information-on-github/searching-on-github/searching-code.md @@ -68,7 +68,7 @@ You can use the `path` qualifier to search for source code that appears at a spe ## Search by language -You can search for code based on what language it's written in. The `language` qualifier can be the language name or alias. For a full list of supported languages with their names and aliases, see the [github/linguist repository]((https://github.com/github/linguist/blob/master/lib/linguist/languages.yml). +You can search for code based on what language it's written in. The `language` qualifier can be the language name or alias. For a full list of supported languages with their names and aliases, see the [github/linguist repository](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml). | Qualifier | Example | ------------- | -------------