diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-31 18:44:09 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-31 18:44:09 +0200 |
commit | c7a6e9ec36f9388f8209edebf0912feb13f282d8 (patch) | |
tree | 85d684f61ef683a133ce5fe131bacf29027bba6a | |
parent | c7448a72a2d1c8362084855b441f8aadef902a94 (diff) | |
download | hex-c7a6e9ec36f9388f8209edebf0912feb13f282d8.tar.gz hex-c7a6e9ec36f9388f8209edebf0912feb13f282d8.tar.xz hex-c7a6e9ec36f9388f8209edebf0912feb13f282d8.zip |
README.adoc: fix a dead link
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 16864a1..d8cdb08 100644 --- a/README.adoc +++ b/README.adoc @@ -74,8 +74,8 @@ Similar software this project wanted to be but the description language is purely declarative * https://github.com/wader/fq goes a step above, allowing transformations of identified data - * https://bitbucket.org/haypo/hachoir/wiki/Home seems to be strictly - hierarchical, which may not work for file formats like ELF + * https://hachoir.readthedocs.io/en/latest/ seems to be strictly hierarchical, + which may not work for file formats like ELF * https://github.com/ruslashev/elfcat is a more interactive viewer for ELF Contributing and Support |