Skip to content

Commit 9486c16

Browse files
committed
2 parents 7b7bd7f + 895eb2b commit 9486c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Docker image that provides a simplified toolset for the import and analysis of c
2424

2525
This project manages a Dockerfile to produce an image that when run starts both ElasticSearch and Kibana and then optionally imports communications data using the the following tools bundled within the container:
2626

27-
* [elasticsearch-gmail](https://github.com/oliver006/elasticsearch-gmail) python scripts which import email data from an MBOX file.
27+
* [elasticsearch-gmail](https://github.com/bitsofinfo/elasticsearch-gmail) python scripts which import email data from an MBOX file.
2828
* [csv2es](https://github.com/bitsofinfo/csv2es) python scripts which can import any data from an CSV file.
2929

3030
From there... well, you can analyze and visualize practically anything about your communications. Enjoy.
@@ -154,7 +154,7 @@ When then mbox importer is running you will see the following entries in the log
154154

155155
## <a id="mboxoptions"></a>Toolbox MBOX import options
156156

157-
When running the `comms-analyzer-toolbox` image, one of the arguments is to invoke the [elasticsearch-gmail](https://github.com/oliver006/elasticsearch-gmail) script which takes the following arguments. You can adjust the `docker run` command above to pass the following flags as you please:
157+
When running the `comms-analyzer-toolbox` image, one of the arguments is to invoke the [elasticsearch-gmail](https://github.com/bitsofinfo/elasticsearch-gmail) script which takes the following arguments. You can adjust the `docker run` command above to pass the following flags as you please:
158158

159159
```
160160
Usage: /toolbox/elasticsearch-gmail/src/index_emails.py [OPTIONS]

0 commit comments

Comments
 (0)