From 79c4aa4706e08f9eb36e46535f0e909f51f3b74d Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Mon, 27 Mar 2023 15:02:42 +0100 Subject: [PATCH] Update link to Ace modes (#6344) Update link to ace modes --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index fe28015242..b9139595b4 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -7,7 +7,7 @@ # aliases - An Array of additional aliases (implicitly # includes name.downcase) # ace_mode - A String name of the Ace Mode used for highlighting whenever -# a file is edited. This must match one of the filenames in http://git.io/3XO_Cg. +# a file is edited. This must match one of the filenames in https://gh.io/acemodes. # Use "text" if a mode does not exist. # codemirror_mode - A String name of the CodeMirror Mode used for highlighting whenever a file is edited. # This must match a mode from https://git.io/vi9Fx