diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-01 13:16:21 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-11-01 17:00:48 +0000 |
commit | 688a2dd3a681c28ac48ad737316c2dc1dff08526 (patch) | |
tree | 2cec8ad6af476f64fdf13f495788a277ee88644b /docs/development/devtools/policy-gui-acm-smoke.rst | |
parent | b0f136169fcf812b4f030a6d0ffe2817977b313c (diff) |
Fix doc config files and dead links
Documentation config fixed as instructed.
Configuration files have been copied from examples provided by the
documentation project.
Dead links are fixed as well, they cause build fails now.
Issue-ID: POLICY-4426
Change-Id: Ied5ca5e5a24f7a625e5b2d94c46d0c2347c68ace
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/development/devtools/policy-gui-acm-smoke.rst')
-rw-r--r-- | docs/development/devtools/policy-gui-acm-smoke.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/devtools/policy-gui-acm-smoke.rst b/docs/development/devtools/policy-gui-acm-smoke.rst index 26da79b0..cd600199 100644 --- a/docs/development/devtools/policy-gui-acm-smoke.rst +++ b/docs/development/devtools/policy-gui-acm-smoke.rst @@ -3,7 +3,7 @@ .. _clamp-gui-acm-smoke-tests: CLAMP GUI Smoke Tests ---------------------------- +--------------------- 1. Introduction *************** The CLAMP GUI for Automation Compositions is designed to provide a user the ability to interact @@ -195,7 +195,7 @@ This will trigger installation of the required packages. The application is conf npm start -This uses nodes internal test dev web server to server the GUI. Once started, you can navigate to the server at "https://localhost:3000" and login with "admin/password". +This uses nodes internal test dev web server to server the GUI. Once started, you can navigate to the server at "localhost:3000" and login with "admin/password". That completes the development setup of the environment. |