From 76f4cd8b82b0e9bfaed4707ffbdb1c278f8d2d30 Mon Sep 17 00:00:00 2001 From: Brendan Kapp <43078099+BrendanKapp@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:32:04 -0700 Subject: [PATCH] Fix dead links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e44ba6b88..dda3cb3c49 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Getting Started The best place to find information about getting started with Zeek is our web site [www.zeek.org](https://www.zeek.org), specifically the -[documentation](https://www.zeek.org/documentation/index.html) section +[documentation](https://docs.zeek.org/en/stable/index.html) section there. On the web site you can also find downloads for stable releases, tutorials on getting Zeek set up, and many other useful resources. @@ -104,9 +104,9 @@ you might find [these](https://github.com/zeek/zeek/labels/good%20first%20issue) to be a good place to get started. More information on Zeek's development can be found -[here](https://www.zeek.org/development/index.html), and information +[here](https://docs.zeek.org/en/current/devel/index.html), and information about its community and mailing lists (which are fairly active) can be -found [here](https://www.zeek.org/community/index.html). +found [here](https://www.zeek.org/community/). License -------