1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

docs: Update Flex URL (#2582)

Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>
This commit is contained in:
Tom Wolf
2023-06-05 00:29:36 -05:00
committed by GitHub
parent 13d1930154
commit 91d10c556b

View File

@ -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