summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wolf <github@incognitox.org>2023-06-05 00:29:36 -0500
committerGitHub <noreply@github.com>2023-06-04 22:29:36 -0700
commit91d10c556bfa32872a0e52f13b4c77af8716cbc5 (patch)
tree4d67c1134a4ff67b2a336b3d09750f4dbbfa71ed
parent13d1930154d30a049f424e3c140b4d045499eb65 (diff)
docs: Update Flex URL (#2582)
Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>
-rw-r--r--docs/content/download/default.yml2
1 files changed, 1 insertions, 1 deletions
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