aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/main/resources/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gui-server/src/main/resources/static/index.html')
-rw-r--r--gui-server/src/main/resources/static/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-server/src/main/resources/static/index.html b/gui-server/src/main/resources/static/index.html
index 3b079a8..b0bdb06 100644
--- a/gui-server/src/main/resources/static/index.html
+++ b/gui-server/src/main/resources/static/index.html
@@ -6,8 +6,8 @@
</head>
<body>
<ul>
- <li><a href="/apex-editor/">Apex Policy Editor</a></li>
- <li><a href="/clamp/">CLAMP Designer UI</a></li>
+ <li><a href="/designtime-ui/index.html">Design Time User Interface</a></li>
+ <li><a href="/runtime-ui/index.html">Run Time User Interface</a></li>
</ul>
</body>
</html>