From 028d0f70ec9eceeb1d51e6d55b7f75d5bcefc0ca Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Wed, 27 May 2015 12:54:36 -0700 Subject: [PATCH] fix paths --- docs/GETTINGSTARTED.md | 2 +- docs/INSTALLATION.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/GETTINGSTARTED.md b/docs/GETTINGSTARTED.md index f2cfc9d1fbe..9832cf6eb15 100644 --- a/docs/GETTINGSTARTED.md +++ b/docs/GETTINGSTARTED.md @@ -1,6 +1,6 @@ # Before you start -This guide assumes you have a database you have access to and it is set up correctly. If not, please follow the instructions in the [Installation Guide](docs/INSTALLATION.md) +This guide assumes you have a database you have access to and it is set up correctly. If not, please follow the instructions in the [Installation Guide](INSTALLATION.md) # Understanding what data you have diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index c9cddc5df5d..160c3a8500f 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -47,7 +47,7 @@ Assuming you do not need to do a lot of transformation or ingest lots of third p Typically once enough data is in the system and/or the tranformation needs are complex enough, a dedicated analytics database is used. There are many options ranging from a normal general purpose database (MySQL, Postgres, SQL Server, etc), to a dedicated Analytics database (Vertica, Redshift, GreenPlum, Terredata, etc), the new generation of SQL on Hadoop databases (Spark, Presto) or NoSQL databases (Druid, Cassandra, etc). -Typically, once there is a dedicated analytics database or a datawarehouse, ETL processes become important. Learn more at See the [Data Warehouse Guide](docs/DATAWAREHOUSING.md). +Typically, once there is a dedicated analytics database or a datawarehouse, ETL processes become important. Learn more at See the [Data Warehouse Guide](DATAWAREHOUSING.md). # Database Drivers Metabase currently has drivers for @@ -65,4 +65,4 @@ On our roadmap are If you are interested in the status of any of these drivers, click through to the issues to see what work is being done. If you are interested in a driver to another database, please open an issue! # Annotating Data -[Data Annotations](docs/ANNOTATIONS.md) \ No newline at end of file +[Data Annotations](ANNOTATIONS.md) \ No newline at end of file -- GitLab