diff options
author | fanquake <fanquake@gmail.com> | 2023-05-30 14:47:34 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-30 14:47:34 +0100 |
commit | c9dfc279c78d9eb1b993cf9ee7ebe07d2d688822 (patch) | |
tree | 994c148049489637c0ec61feee9a8aa87928762f | |
parent | 8e1df8e53d359f2858168a276c46d1113d4102f2 (diff) | |
download | afl++-c9dfc279c78d9eb1b993cf9ee7ebe07d2d688822.tar.gz |
doc: fix logo link in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 863c2fce..0208a9fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # American Fuzzy Lop plus plus (AFL++) -<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250"> +<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250"> Release version: [4.06c](https://github.com/AFLplusplus/AFLplusplus/releases) |