mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 21:21:56 +00:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-help-fix'
This commit is contained in:
commit
81f93d3f23
@ -178,6 +178,11 @@ public class LinkDatabase {
|
||||
}
|
||||
|
||||
public String getIDForLink(String target) {
|
||||
|
||||
if (target.startsWith(JavaHelpValidator.EXTERNAL_PREFIX)) {
|
||||
return null; // the validator handles this later
|
||||
}
|
||||
|
||||
Path path = Paths.get(target);
|
||||
Path file = Paths.get(target.split("#")[0]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user