diff --git a/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm b/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm index 1c36413ab6..e64d0c5365 100644 --- a/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm +++ b/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm @@ -30,9 +30,14 @@
Note on the Style Sheet: This sample help file uses a style sheet that is consistent - with Ghidra Help. Specify Frontpage.css as the style sheet for your help page if you - would like to maintain the same "look and feel." The Frontpage.css file is in the - help/shared/ directory.
+ with Ghidra Help. If you would like to maintain the same "look and feel.", then use the + Ghidra style sheet:
+ <LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
+
+ Here are some sample bookmarks for the actions in the sample plugins (see the setupActions() method in
Note on the Style Sheet: This sample help file uses a style sheet that is consistent
- with Ghidra Help. Specify Frontpage.css as the style sheet for your help page if you
- would like to maintain the same "look and feel." The Frontpage.css file is in the
- help/shared/ directory.
+
+ <LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
+
+ Here are some sample bookmarks for the actions in the sample plugins (see the setupActions() method in
No help found for this item.
diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html
index 06da43fbe2..825ffec20e 100644
--- a/GhidraDocs/InstallationGuide.html
+++ b/GhidraDocs/InstallationGuide.html
@@ -3,14 +3,14 @@