From 136e5b42b6f8bfc3c397fcee7e532a4f971f5db6 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Wed, 23 Oct 2019 10:39:08 +0200 Subject: [PATCH] Fix documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fa1d3e..a3b9c21 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This enables the index implementations to be agnostic from the underlying data s * Clone the workspace, which will take care of bringing all the repositories needed. ```sh - git clone --recurse git@gitlab.epfl.ch:DIAS/PROJECTS/HBP-SP5/mercator.git + git clone --recurse ``` The following steps assume the working directory is the root of the mercator repository. @@ -45,11 +45,11 @@ This enables the index implementations to be agnostic from the underlying data s cd mercator_indexer for f in ../mercator_data_generator/1*.json do - ln -s $f + ln -s $f done cargo run --release -- 1k 10k 100k ``` - + * Run the Spatial Index, while providing the path to the datasets. ```sh @@ -62,7 +62,7 @@ This enables the index implementations to be agnostic from the underlying data s ## Documentation -For more information, please refer to the [documentation](https://epfl-dias.github.io/PROJECT_NAME/). +For more information, please refer to the [documentation](https://epfl-dias.github.io/mercator/). If you want to build the documentation and access it locally, you can use: