From b99df15a8ec4447400c19c483477acbb2c03d2cf Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Mon, 19 Oct 2015 19:35:45 -0700 Subject: [PATCH] fix links to base docs directory. /docs/ doesnt work due to lack of a version --- docs/operations-guide/running-metabase-on-docker.md | 2 +- docs/operations-guide/running-metabase-on-elastic-beanstalk.md | 2 +- docs/operations-guide/running-metabase-on-heroku.md | 2 +- docs/operations-guide/running-the-metabase-jar-file.md | 2 +- docs/operations-guide/running-the-metabase-mac-app.md | 2 +- docs/users-guide/07-data-model-reference.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/operations-guide/running-metabase-on-docker.md b/docs/operations-guide/running-metabase-on-docker.md index 0334680069c..d8253f02cc5 100644 --- a/docs/operations-guide/running-metabase-on-docker.md +++ b/docs/operations-guide/running-metabase-on-docker.md @@ -43,4 +43,4 @@ In this scenario all you need to do is make sure you launch Metabase with the co Keep in mind that Metabase will be connecting from within your docker container, so make sure that either you're using a fully qualified hostname or that you've set a proper entry in your container's /etc/hosts file. -Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](/docs/setting-up-metabase.md). +Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md). diff --git a/docs/operations-guide/running-metabase-on-elastic-beanstalk.md b/docs/operations-guide/running-metabase-on-elastic-beanstalk.md index 6103fdc0aa4..54e08f63617 100644 --- a/docs/operations-guide/running-metabase-on-elastic-beanstalk.md +++ b/docs/operations-guide/running-metabase-on-elastic-beanstalk.md @@ -165,7 +165,7 @@ When all is well you should see something like this: To see your new Metabase instance simply click on the link in parentheses next to your environment name. In this example it's `metabase-env-tttt.elasticbeanstalk.com` -Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](/docs/setting-up-metabase.md). +Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md). # Deploying New Versions of Metabase diff --git a/docs/operations-guide/running-metabase-on-heroku.md b/docs/operations-guide/running-metabase-on-heroku.md index 1681f832245..bb0c0f58c0e 100644 --- a/docs/operations-guide/running-metabase-on-heroku.md +++ b/docs/operations-guide/running-metabase-on-heroku.md @@ -20,4 +20,4 @@ This will launch a Heroku deployment using a github repository that Metabase mai * Heroku’s 30 second timeouts on all web requests can cause a few issues if you happen to have longer running database queries. Most people don’t run into this but be aware that it’s possible. * If you don’t access the application for a while Heroku will sleep your Metabase environment. This won’t harm anything, but it can seem like the application is slow to respond when actually it’s just Heroku waking up the environment. -Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](/docs/setting-up-metabase.md). +Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md). diff --git a/docs/operations-guide/running-the-metabase-jar-file.md b/docs/operations-guide/running-the-metabase-jar-file.md index 1edf9985c78..fae9be0f7a9 100644 --- a/docs/operations-guide/running-the-metabase-jar-file.md +++ b/docs/operations-guide/running-the-metabase-jar-file.md @@ -44,7 +44,7 @@ At this point your ready to go! You can access your new Metabase server on port Note that in the default configuration Metabase will use a local H2 database for storing all its own application data. This is meant for simple evaluations or personal use, so if you want to run Metabase for a team we recommend you upgrade to a more robust SQL server such as Postgres. See below for details on how to do that. -Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](/docs/setting-up-metabase.md). +Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md). ### The Metabase Application Database diff --git a/docs/operations-guide/running-the-metabase-mac-app.md b/docs/operations-guide/running-the-metabase-mac-app.md index 4bf77b84f48..19cfc2d5d41 100644 --- a/docs/operations-guide/running-the-metabase-mac-app.md +++ b/docs/operations-guide/running-the-metabase-mac-app.md @@ -23,4 +23,4 @@ Give the application a moment to finish initializing and then you should see the  -Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](/docs/setting-up-metabase.md). +Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md). diff --git a/docs/users-guide/07-data-model-reference.md b/docs/users-guide/07-data-model-reference.md index e11c65c2b33..80d662195fa 100644 --- a/docs/users-guide/07-data-model-reference.md +++ b/docs/users-guide/07-data-model-reference.md @@ -21,5 +21,5 @@ In addition to looking at a table's fields, you can also look at its connections --- ## That’s it! -If you still have questions, or want to share Metabase tips and tricks, head over to our [discussion board](). See you there! +If you still have questions, or want to share Metabase tips and tricks, head over to our [discussion board](http://discourse.metabase.com/). See you there! -- GitLab