diff --git a/docs/en/00_Getting_Started/01_Installation/05_Common_Problems.md b/docs/en/00_Getting_Started/01_Installation/05_Common_Problems.md index f13a867db..4aad7fe23 100644 --- a/docs/en/00_Getting_Started/01_Installation/05_Common_Problems.md +++ b/docs/en/00_Getting_Started/01_Installation/05_Common_Problems.md @@ -61,7 +61,7 @@ handle the new code. Here are some specifics situations: If you've set up your site and it used to be working, but now it's suddenly totally broken, you may have forgotten to publish your draft content. Go to the CMS and use the "publish" button. You can visit `admin/pages/publishall` to publish -every page on the site, if that's easier. +every page on the site, if that's easier. Note that this will only work on smaller websites. ## I can see unparsed PHP output in my browser diff --git a/docs/en/02_Developer_Guides/07_Debugging/02_URL_Variable_Tools.md b/docs/en/02_Developer_Guides/07_Debugging/02_URL_Variable_Tools.md index d1519a11a..e49297e48 100644 --- a/docs/en/02_Developer_Guides/07_Debugging/02_URL_Variable_Tools.md +++ b/docs/en/02_Developer_Guides/07_Debugging/02_URL_Variable_Tools.md @@ -59,7 +59,7 @@ Redirections](/developer_guides/controllers/redirection) for more information an | Site URL | | Action | | -------- | | ------ | | http://localhost**/dev/build** | | Rebuild the entire database and manifest, see below for additional URL Variables | - | http://localhost**/admin/pages/publishall/** | | Publish all pages on the site + | http://localhost**/admin/pages/publishall/** | | Publish all pages on the site. Only works reliably on smaller sites. ### /dev/build