From 04b1a0add022248b5489982097b593eb4379529d Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Mon, 25 Sep 2023 17:57:12 +0300 Subject: [PATCH] fix: Add missing slash for proper redirection on database preparation (#6650) Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/install/install-rhel-8.rst | 2 +- source/install/install-tar.rst | 2 +- source/install/install-ubuntu.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/install/install-rhel-8.rst b/source/install/install-rhel-8.rst index db9ab94d259..85b11d53053 100644 --- a/source/install/install-rhel-8.rst +++ b/source/install/install-rhel-8.rst @@ -47,7 +47,7 @@ Install Mattermost on RHEL .. note:: - You need a PostgreSQL database. See the `database preparation `__ documentation for details on this prerequisite. + You need a PostgreSQL database. See the `database preparation `__ documentation for details on this prerequisite. A Mattermost deployment includes 4 steps: `download <#download>`__, `install <#install>`__, `setup <#setup>`__, and `update <#updates>`__. diff --git a/source/install/install-tar.rst b/source/install/install-tar.rst index 347dfe01357..ae1bb5e8fc1 100644 --- a/source/install/install-tar.rst +++ b/source/install/install-tar.rst @@ -46,7 +46,7 @@ You can install the Mattermost Server on any 64-bit Linux system using the tarba .. note:: - You need a PostgreSQL database. See the `database preparation `__ documentation for details on this prerequisite. + You need a PostgreSQL database. See the `database preparation `__ documentation for details on this prerequisite. A Mattermost deployment includes 3 steps: `download <#download>`__, `install <#install>`__, and `setup <#setup>`__. diff --git a/source/install/install-ubuntu.rst b/source/install/install-ubuntu.rst index 3a7708bbafb..06315bd8e4b 100644 --- a/source/install/install-ubuntu.rst +++ b/source/install/install-ubuntu.rst @@ -47,7 +47,7 @@ You can install the Mattermost Server using our ``.deb`` signed packages using t .. note:: - You need a PostgreSQL database. See the `database preparation `__ documentation for details on this prerequisite. + You need a PostgreSQL database. See the `database preparation `__ documentation for details on this prerequisite. A Mattermost deployment includes 4 steps: `add the PPA repository <#add-the-mattermost-server-ppa-repository>`__, `install <#install>`__, `setup <#setup>`__, and `update <#updates>`__.