From 07018cf4261878513b15a71b13d4f1eaef7c2fd8 Mon Sep 17 00:00:00 2001
From: Marko Budiselic <marko.budiselic@memgraph.io>
Date: Tue, 3 Jul 2018 12:46:59 +0200
Subject: [PATCH] Add links to other pages from end-user tech documentation

Reviewers: teon.banek

Reviewed By: teon.banek

Differential Revision: https://phabricator.memgraph.io/D1465
---
 docs/user_technical/open-cypher.md |  2 +-
 docs/user_technical/quick-start.md | 10 +++++-----
 docs/user_technical/storage.md     |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/user_technical/open-cypher.md b/docs/user_technical/open-cypher.md
index 822ce8976..d71bf37f2 100644
--- a/docs/user_technical/open-cypher.md
+++ b/docs/user_technical/open-cypher.md
@@ -305,7 +305,7 @@ You can still use the `RETURN` clause to produce results after writing, but it
 is not mandatory.
 
 Details on which kind of data can be stored in *Memgraph* can be found in
-**Data Storage** chapter.
+[Data Storage](storage.md) chapter.
 
 #### CREATE
 
diff --git a/docs/user_technical/quick-start.md b/docs/user_technical/quick-start.md
index c47f9a1fd..2e979430c 100644
--- a/docs/user_technical/quick-start.md
+++ b/docs/user_technical/quick-start.md
@@ -253,7 +253,7 @@ for some popular programming languages are listed below:
   * [PHP](https://github.com/graphaware/neo4j-bolt-php)
 
 We have included some basic usage examples for some of the supported languages
-in the **Drivers** section.
+in the [Drivers](drivers.md) section.
 
 ### Telemetry
 
@@ -272,10 +272,10 @@ as a command-line argument when running the executable.
 
 ### Where to Next
 
-To learn more about the openCypher language, visit **openCypher Query
-Language** chapter in this document. For real-world examples of how to use
-Memgraph visit **Examples** chapter. Details on what can be stored in Memgraph
-are in **Data Storage** chapter.
+To learn more about the openCypher language, visit [openCypher Query
+Language](open-cypher.md) chapter in this document. For real-world examples
+of how to use Memgraph visit [Examples](examples.md) chapter. Details on
+what can be stored in Memgraph are in [Data Storage](storage.md) chapter.
 
 We *welcome and encourage* your feedback!
 
diff --git a/docs/user_technical/storage.md b/docs/user_technical/storage.md
index c04b299ec..ee9982d27 100644
--- a/docs/user_technical/storage.md
+++ b/docs/user_technical/storage.md
@@ -26,7 +26,7 @@ usually found in `/etc/memgraph/memgraph.conf`.
 
 In addition to the above mentioned data durability and recovery, a
 snapshot file may be generated using *Memgraph's* import tools. For more
-information, take a look at **Import Tools** chapter.
+information, take a look at [Import Tools](import-tools.md) chapter.
 
 ## Storable Data Types