diff --git a/Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/new-icon.png b/Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/new-icon.png
deleted file mode 100644
index 14206340e1..0000000000
Binary files a/Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/new-icon.png and /dev/null differ
diff --git a/Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/open-icon.png b/Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/open-icon.png
deleted file mode 100644
index d16e51b682..0000000000
Binary files a/Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/open-icon.png and /dev/null differ
diff --git a/Ingest/src/org/sleuthkit/autopsy/ingest/docs/ingest-about.html b/Ingest/src/org/sleuthkit/autopsy/ingest/docs/ingest-about.html
index 7852fb8723..b34f5e4544 100755
--- a/Ingest/src/org/sleuthkit/autopsy/ingest/docs/ingest-about.html
+++ b/Ingest/src/org/sleuthkit/autopsy/ingest/docs/ingest-about.html
@@ -21,16 +21,16 @@
Lookup MD5 hash in database
Detect file type of each file
Keyword search each file
- Extract web artifacts (downloads, history, etc.
+ Extract web artifacts (downloads, history, etc.)
Ingest modules can be created by third-party-developers and can be added independently of Autopsy.
Configuring Ingest Modules
- There are two places to configure ingest modules. When the Ingest Manager is launched so that you can choose which ingest modules to run, there maybe a small set of configuration changes that the module allows you to set from that interface. Additional configuration is typically available from a separate dialog box that can be opened from either the "Tools" menu or with the "Advanced" button in the Ingest Manager.
+ There are two places to configure ingest modules. When the Ingest Manager is launched, there may be a small set of options the module allows you to edit directly in the Ingest Manager. Additionally, the Ingest Manager may display an "Advanced" button, which will open up a larger configuration menu with more available settings. This advanced configuration menu can often be found in the "Tools" > "Options" menu, along with the advanced settings for numerous other ingest modules.
Adding Ingest Modules
- Not yet supported.
+ Ingest modules can be added through Autopsy's plugin manager. This is accessible through the "Tools" > "Plugins" menu. Currently, the best way to add an ingest module is by navigating to the module's NBM file after choosing "Add Plugin..." in the "Downloaded" tab of the plugin manager. Autopsy will require a restart after any modules are installed in order to properly load and display them.