From 175a86cf07ea293912c7257fa5bc2a4b0086fa47 Mon Sep 17 00:00:00 2001 From: Adrian Bostic <66073333+gruelingpine185@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:07:04 -0400 Subject: [PATCH] fixed latexmk broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd251abf63..b3fee15dfb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ on older versions of Vim or Neovim, then you should not use the most recent version of VimTeX, but instead remain at the v1.0 tag. Some features require external tools. For example, the default compiler backend -relies on [latexmk](http://users.phys.psu.edu/~collins/software/latexmk-jcc/). +relies on [latexmk](https://www.cantab.net/users/johncollins/latexmk/index.html). Users are encouraged to read the requirements section in the [documentation](doc/vimtex.txt) (`:h vimtex-requirements`). @@ -182,7 +182,7 @@ desired. The two exceptions are code folding and formating, which are disabled by default and must be manually enabled. - Document compilation with - [latexmk](http://users.phys.psu.edu/~collins/software/latexmk-jcc/), + [latexmk](https://www.cantab.net/users/johncollins/latexmk/index.html), [latexrun](https://github.com/aclements/latexrun), [tectonic](https://tectonic-typesetting.github.io), or [arara](https://github.com/cereda/arara)