From a50ee95c03a28f8f6f9cbcfa9d6668651906b287 Mon Sep 17 00:00:00 2001 From: Sayanta Banerjee <53281158+Sayanta66@users.noreply.github.com> Date: Mon, 13 Sep 2021 16:47:46 +0530 Subject: [PATCH] Updated links (#1188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the links which got updated externally Co-authored-by: Jesús Espino --- website/site/content/download/mattermost/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/site/content/download/mattermost/_index.md b/website/site/content/download/mattermost/_index.md index a98ae6c5f..ab7a96ac0 100644 --- a/website/site/content/download/mattermost/_index.md +++ b/website/site/content/download/mattermost/_index.md @@ -21,7 +21,7 @@ The Focalboard plugin requires websocket traffic to be passed by the proxy. Upda ### With NGINX -After following the standard [Mattermost install steps](https://docs.mattermost.com/install/install-ubuntu-1804.html#configuring-nginx-as-a-proxy-for-mattermost-server), edit `/etc/nginx/sites-available/mattermost` and add this section to it: +After following the standard [Mattermost install steps](https://docs.mattermost.com/install/installing-ubuntu-1804-LTS.html#configuring-nginx-as-a-proxy-for-mattermost-server), edit `/etc/nginx/sites-available/mattermost` and add this section to it: ``` location ~ /plugins/focalboard/ws/* { @@ -49,7 +49,7 @@ Restart NGINX with `sudo systemctl restart nginx`. ### With Apache (unofficial) -After following the [install guide for Apache and Mattermost](https://docs.mattermost.com/install/config-apache2.html#configuring-apache2-as-a-proxy-for-mattermost-server-unofficial), modify the web sockets section in `/etc/apache2/sites-available` as follows: +After following the [install guide for Apache and Mattermost](https://docs.mattermost.com/configure/configuring-apache2.html#configuring-apache2-as-a-proxy-for-mattermost-server-unofficial), modify the web sockets section in `/etc/apache2/sites-available` as follows: ``` # Set web sockets @@ -79,4 +79,4 @@ You can use this to create private boards: Only members of that private channel can access the board. -You can use the [share board](/guide/user/#sharing-boards) feature to share a read-only board with anyone (incuding unauthenticated users) who has the generated link. \ No newline at end of file +You can use the [share board](/guide/user/#sharing-boards) feature to share a read-only board with anyone (incuding unauthenticated users) who has the generated link.