From 17bfb247b88070267f3e5c7b21fe4a360fdf49d9 Mon Sep 17 00:00:00 2001 From: mbarkhau Date: Tue, 30 Apr 2019 17:01:04 +0200 Subject: [PATCH] Fix broken link (#1962) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9181b888..2d4935ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -161,7 +161,7 @@ will automatically run this command after switching to branches where `submodules/katex-fonts` point to different commits. When submitting pull requests that update katex-fonts, you'll need to submit -two pull requests: one for [KaTeX/katex-fonts](https:/github.com/KaTeX/katex-fonts) and one for [KaTeX/KaTeX](https://github.com/KaTeX/KaTeX). +two pull requests: one for [KaTeX/katex-fonts](https://github.com/KaTeX/katex-fonts) and one for [KaTeX/KaTeX](https://github.com/KaTeX/KaTeX). For more info about how to use git submodules, see https://chrisjean.com/git-submodules-adding-using-removing-and-updating/.