From f97e60483bd359fa996daeaea3313cde268fd65d Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Tue, 8 Sep 2020 15:28:01 -0400 Subject: [PATCH] Corrected ghidra-data repository link in DevGuide.md --- DevGuide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index 3e9d3fe707..f2d873ca80 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -349,7 +349,7 @@ this is required to make AWT happy. Some features of Ghidra require the curation of rather extensive databases. These include the Data Type Archives and Function ID Databases, both of which require collecting header files and libraries for the relevant SDKs and platforms. Much of this work is done by hand. -The archives included in our official builds can be found in the __[ghidra-data]__ repository. +The archives included in our official builds can be found in the [ghidra-data] repository. ### Building Data Type Archives @@ -374,3 +374,5 @@ Now, select __Tools -> Function ID -> Populate FidDb__ from programs. Fill out the options appropriately and click OK. If you'd like some details of our fine tuning, take a look at `~/git/ghidra/Ghidra/Features/FunctionID/data/building_fid.txt`. + +[ghidra-data]: https://github.com/NationalSecurityAgency/ghidra-data