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.