From f90a22aac39cb03d48e99d1228c1706713e965d1 Mon Sep 17 00:00:00 2001 From: edalex-ian <43919233+edalex-ian@users.noreply.github.com> Date: Tue, 8 Feb 2022 11:18:40 +1100 Subject: [PATCH] correct link to tool's documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a28820b..acae15b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The EBI is a popular tool for importing content into openEQUELLA. It can also be The EBI is written in Python and compiled to a standalone version (i.e. will run on a computer without Python) for Windows and Macintosh. The source files are included in the Windows package so that the EBI can be used on Linux computers with Python (and wxPython, see Dependencies) installed. -User guide can be found: https://github.com/equella/equella.github.io/blob/master/equella-tools/bulkImporterUserManual.md +User guide can be found at: https://openequella.github.io/equella-tools/bulkImporterUserManual.html ## Dependencies The EBI requires both Python 2.7+ and the GUI framework wxPython.