From 91d10c556bfa32872a0e52f13b4c77af8716cbc5 Mon Sep 17 00:00:00 2001 From: Tom Wolf Date: Mon, 5 Jun 2023 00:29:36 -0500 Subject: [PATCH] docs: Update Flex URL (#2582) Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com> --- docs/content/download/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/download/default.yml b/docs/content/download/default.yml index 2faad212..220171a4 100644 --- a/docs/content/download/default.yml +++ b/docs/content/download/default.yml @@ -184,7 +184,7 @@ body: The `--disable-maintainer-mode` flag says to use the pre-generated lexer and parser that come with the code. To compile the lexer and parser also from source, leave out this flag. You will need to install - [Flex](http://flex.sourceforge.net/) and + [Flex](https://github.com/westes/flex) and [Bison](https://www.gnu.org/software/bison/). #### Building the documentation