From ab6cc85e6f5854f5d26295b5cb2799b335f3b5a2 Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Thu, 6 Aug 2020 12:25:25 -0400 Subject: [PATCH] fix TOC link to system requirements (#148) --- _articles/hosting/install-on-premise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index df3a312e..48c28275 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -12,7 +12,7 @@ This article will walk you through how to install and deploy Bitwarden to your o ## Table of Contents - [TL;DR](#tldr) -- [System Requirements](#system-requirements) +- [System Requirements](#recommended-minimum-system-requirements) - [Configure Your Domain](#configure-your-domain) - [Install Docker](#install-docker) - [Install Bitwarden](#install-bitwarden) @@ -217,7 +217,7 @@ PowerShell users will run the commands with a prefixed `-` (switch). For example | update | Update all containers and the database. | | updatedb | Update/initialize the database. | | updateself | Update this main script. | -| updateconf | Update all containers without restarting the running instance. | +| updateconf | Update all containers without restarting the running instance. | | renewcert | Renew certificates. | | rebuild | Rebuild generated installation assets from `config.yml`. | | help | List all commands. |