Skip to content
Snippets Groups Projects
Commit b99df15a authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix links to base docs directory. /docs/ doesnt work due to lack of a version

parent b3a7b9db
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......@@ -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
......
......@@ -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).
......@@ -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
......
......@@ -23,4 +23,4 @@ Give the application a moment to finish initializing and then you should see the
![macwelcome](images/MacWelcome.png)
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).
......@@ -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!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment