DOCS: Remove links to common problems

This commit is contained in:
Aaron Carlino 2020-07-24 10:38:37 +12:00
parent 0241f29af4
commit 5fb7ef0bcf
3 changed files with 5 additions and 5 deletions

View File

@ -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/).

View File

@ -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.

View File

@ -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.