From 5fb7ef0bcf5f155fae7e20561e13970032d432a6 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Fri, 24 Jul 2020 10:38:37 +1200 Subject: [PATCH] DOCS: Remove links to common problems --- docs/en/00_Getting_Started/index.md | 2 +- docs/en/01_Lessons/index.md | 2 +- docs/en/04_Changelogs/4.0.0.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/00_Getting_Started/index.md b/docs/en/00_Getting_Started/index.md index 6bdc24226..27cbd083d 100644 --- a/docs/en/00_Getting_Started/index.md +++ b/docs/en/00_Getting_Started/index.md @@ -70,6 +70,6 @@ Webserver setup is covered in ## Troubleshooting -If you run into trouble, see [common-problems](common_problems) or +If you run into trouble, see [the Tips & Tricks forum](https://forum.silverstripe.org/c/tips) or check our [community help options](https://www.silverstripe.org/community/). diff --git a/docs/en/01_Lessons/index.md b/docs/en/01_Lessons/index.md index 44f944db0..7729d20f4 100644 --- a/docs/en/01_Lessons/index.md +++ b/docs/en/01_Lessons/index.md @@ -29,5 +29,5 @@ icon: graduation-cap ## Help: If you get stuck - * [Common Problems](/getting_started/common_problems): Review some existing solutions to common problems. + * [The Tips & Tricks forum](https://forum.silverstripe.org/c/tips): Review some existing solutions to common problems. * [SilverStripe Community](http://www.silverstripe.org/community/): Join our community chat via Slack, or ask a question on Stack Overflow. diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 3df9536ad..ec716a78f 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -754,7 +754,7 @@ Public files have a "canonical URL" which doesn't change when file contents are See our ["File Management" guide](/developer_guides/files/file_management) for more information. Depending on your server configuration, it may also be necessary to adjust your assets folder -permissions. Please see the [common installation problems](/getting_started/common_problems) +permissions. Please see the [the Tips & Tricks forum](https://forum.silverstripe.org/c/tips) guide for configuration instruction. ### Image handling {#image-handling} @@ -1091,8 +1091,8 @@ You will need to make sure that these files are writable via the web server, and configuration customisation is done via overriding these templates. Depending on your server configuration, it may also be necessary to adjust your assets folder -permissions. Please see the [common installation problems](/getting_started/common_problems) -guide for configuration instruction. +permissions. Please see the [the Tips & Tricks forum](https://forum.silverstripe.org/c/tips) +for configuration instruction. If upgrading from an existing installation, make sure to invoke `?flush=all` at least once.