From 91e1eceef81f98e7bca90891083322504a2f628e Mon Sep 17 00:00:00 2001 From: Brandon Biggs Date: Fri, 31 May 2024 07:17:31 -0600 Subject: [PATCH] fix url from /sys/pun to /pun/sys (#969) --- source/customizations/custom-pages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/customizations/custom-pages.inc b/source/customizations/custom-pages.inc index 48ac423d5..abe031a1c 100644 --- a/source/customizations/custom-pages.inc +++ b/source/customizations/custom-pages.inc @@ -10,10 +10,10 @@ These new pages are configured using layouts and widgets, in the same way as To create a custom page, add a layout under a new ``page_code`` to the ``custom_pages`` property object. For more information on how to setup dashboard properties, see :ref:`OnDemand configuration files ` -Custom pages have their own URL based on their ``page_code``: ``/sys/pun/dashboard/custom/page_code``. +Custom pages have their own URL based on their ``page_code``: ``/pun/sys/dashboard/custom/page_code``. The example configuration below creates a custom page with the page_code: ``documentation``. -It will render a layout with the ``pinned_apps`` widget under the URL: ``/sys/pun/dashboard/custom/documentation``. +It will render a layout with the ``pinned_apps`` widget under the URL: ``/pun/sys/dashboard/custom/documentation``. .. code-block:: yaml