From 0c25eac1aa985430719769826191d7bc7855032c Mon Sep 17 00:00:00 2001 From: Daniel Pedigo Date: Mon, 2 Aug 2021 15:02:12 -0600 Subject: [PATCH] Bad link due to typo (#692) --- _articles/hosting/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/hosting/migration.md b/_articles/hosting/migration.md index 3b2527b3..5f4bac3d 100644 --- a/_articles/hosting/migration.md +++ b/_articles/hosting/migration.md @@ -32,7 +32,7 @@ To migrate from the Cloud to a self-hosted server: 1. [Install and deploy]({{site.baseurl}}/article/install-on-premise) Bitwarden to your server. At a high-level, this procedure involves: 1. [Configuring a domain]({{site.baseurl}}/article/install-on-premise/#configure-your-domain) for Bitwarden. - 2. Installing [Docker and Docker Compose]({{site.basaeurl}}/article/install-on-premise/#install-docker-and-docker-compose). + 2. Installing [Docker and Docker Compose]({{site.baseurl}}/article/install-on-premise/#install-docker-and-docker-compose). 3. Running the [installation shell script]({{site.baseurl}}/article/install-on-premise/#install-bitwarden). 4. [Configuring your environment]({{site.baseurl}}/article/install-on-premise/#configure-your-environment) to setup the Admin Portal, an SMTP Server connection, and more. 2. Start your server by running `./bitwarden.sh start`.