From 442a1d5bd161c77daa3626d481679b65ceb937da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20H=C3=A9riveaux?= Date: Wed, 3 Nov 2021 14:09:47 +0100 Subject: [PATCH] README.md releases URL fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1891729d..cc38063fc9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cybersecurity tools for NSA to help protect our nation and its allies, consider ## Install To install an official pre-built multi-platform Ghidra release: * Install [JDK 11 64-bit][jdk11] -* Download a Ghidra release file from [ghidra-sre.org][project] +* Download a Ghidra [release file][releases] * Extract the Ghidra release file * Launch Ghidra: `./ghidraRun` (or `ghidraRun.bat` for Windows) @@ -106,7 +106,7 @@ source project. [contrib]: CONTRIBUTING.md [devguide]: DevGuide.md [career]: https://www.intelligencecareers.gov/nsa -[project]: https://www.ghidra-sre.org/ +[releases]: https://github.com/NationalSecurityAgency/ghidra/releases [jdk11]: https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot [gradle]: https://gradle.org/releases/ [vs]: https://visualstudio.microsoft.com/vs/community/