Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed May 10, 2024
2 parents c85efd0 + f6218e8 commit c4849b8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ yarn dev

## Contributions

Would be happy to take contributions to improve the website. Help is needed especially in the [**Guides**](https://umami.is/docs/hosting) section.
Would be happy to take contributions to improve the website. Help is needed especially in the [**Guides**](https://umami.is/docs/guides/hosting) section.
If you know how to configure or deploy Umami in different environments, please share your knowledge.
2 changes: 1 addition & 1 deletion src/content/docs/guides/running-on-koyeb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Running on Koyeb

## Setup

In this guide, you need to have a PostgreSQL database server running and accepting remote connections. If you do not already have a database, you can check out the **Managed database** section under [Hosting](/docs/hosting).
In this guide, you need to have a PostgreSQL database server running and accepting remote connections. If you do not already have a database, you can check out the **Managed database** section under [Hosting](/docs/guides/hosting).

> You will need to set up the database tables by following the **Create database tables** section of the [Install](/docs/install) docs.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/running-on-netlify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Running on Netlify

In this setup, you should already have a database server running and accepting remote connections. If you don't already have a
database, you can follow the [Running on DigitalOcean](/docs/running-on-digitalocean) guide to get a database up and running. You
can also check out the **Managed databases** section under [Hosting](/docs/hosting).
can also check out the **Managed databases** section under [Hosting](/docs/guides/hosting).

## Setup

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/running-on-vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ They also provide a free hosting service which is ideal for Next.js applications
If you don't already have a database, you can create a Vercel Postgres database integration. You can also
follow the [Running on DigitalOcean](/docs/running-on-digitalocean) guide or the
[Running on PlanetScale](/docs/running-on-planetscale) guide to get a database up and running.
You can also check out the **Managed databases** section under [Hosting](/docs/hosting).
You can also check out the **Managed databases** section under [Hosting](/docs/guides/hosting).

## Setup

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v1/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker pull docker.umami.is/umami-software/umami:mysql-latest

## Hosting

If you are unfamiliar with running your own servers, check out the [Hosting](/docs/hosting) section to get a quick overview.
If you are unfamiliar with running your own servers, check out the [Hosting](/docs/guides/hosting) section to get a quick overview.

There are also many services that will run Umami. See the **Guides** section in the navigation menu.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v1/running-on-koyeb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Running on Koyeb

## Setup

In this guide, you need to have a PostgreSQL database server running and accepting remote connections. If you do not already have a database, you can check out the **Managed database** section under [Hosting](/docs/hosting).
In this guide, you need to have a PostgreSQL database server running and accepting remote connections. If you do not already have a database, you can check out the **Managed database** section under [Hosting](/docs/guides/hosting).

> You will need to set up the database tables by following the **Create database tables** section of the [Install](/docs/install) docs.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v1/running-on-netlify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Running on Netlify

In this setup, you should already have a database server running and accepting remote connections. If you don't already have a
database, you can follow the [Running on DigitalOcean](/docs/running-on-digitalocean) guide to get a database up and running. You
can also check out the **Managed databases** section under [Hosting](/docs/hosting).
can also check out the **Managed databases** section under [Hosting](/docs/guides/hosting).

## Setup [![Deploy with netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/umami-software/umami)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v1/running-on-vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ They also provide a free hosting service which is ideal for Next.js applications
In this setup, you should already have a database server running and accepting remote connections.
If you don't already have a database, you can follow the [Running on DigitalOcean](/docs/running-on-digitalocean) guide
or the [Running on PlanetScale](/docs/running-on-planetscale) guide to get a database up and running.
You can also check out the **Managed databases** section under [Hosting](/docs/hosting).
You can also check out the **Managed databases** section under [Hosting](/docs/guides/hosting).

## Setup [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fmikecao%2Fumami&env=DATABASE_URL&envDescription=These%20values%20are%20defined%20in%20the%20configure%20Umami%20step%20from%20Install&envLink=https%3A%2F%2Fumami.is%2Fdocs%2Finstall&project-name=umami&repo-name=umami)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are several different ways to install Umami.

## Hosting

If you are unfamiliar with running your own servers, check out the [Hosting](/docs/hosting) section to get a quick overview.
If you are unfamiliar with running your own servers, check out the [Hosting](/docs/guides/hosting) section to get a quick overview.

There are also many services that will run Umami. See the **Guides** section in the navigation menu.

Expand Down

0 comments on commit c4849b8

Please sign in to comment.