From ce24d2c50574d22b55c1586aab0998f7973be6e4 Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Wed, 23 May 2018 13:13:25 -0400 Subject: [PATCH] Update README.txt --- pythonExamples/README.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pythonExamples/README.txt b/pythonExamples/README.txt index cbf1d60095..0c9aeb5eab 100644 --- a/pythonExamples/README.txt +++ b/pythonExamples/README.txt @@ -2,12 +2,10 @@ This folder contains sample python module files. They are public domain, so you are free to copy and paste them and modify them to your needs. -See the developer guide for more details and how to use and load -the modules. +See the "Installing 3rd-Party Modules" section of the User's guide +for more details on how to use and load the modules. - http://sleuthkit.org/autopsy/docs/api-docs/4.7.0/index.html + http://sleuthkit.org/autopsy/docs/user-docs/ Each module in this folder should have a brief description about what they can do. - -