diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/main.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/main.html b/sca-cpp/trunk/modules/edit/htdocs/main.html index b219c27e50..ddd89b6bab 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/main.html +++ b/sca-cpp/trunk/modules/edit/htdocs/main.html @@ -34,13 +34,13 @@ <p>Try the <a href="dash" target="_parent">App Dashboard</a> to manage your collection of apps.</p> <h2>Composition Editor</h2> -<p>Try the <a href="graph/?app=myprofile" target="_parent">Composition Editor</a> to compose the logic of an app.</p> +<p>Try the <a href="graph/?app=testvalues" target="_parent">Composition Editor</a> to compose the logic of an app.</p> <h2>Page Editor</h2> -<p>Try the <a href="page/?app=myprofile" target="_parent">Page Editor</a> to draw an app page.</p> +<p>Try the <a href="page/?app=testvalues" target="_parent">Page Editor</a> to draw an app page.</p> <h2>App Settings Editor</h2> -<p>Try the <a href="app/?app=myprofile" target="_parent">App Settings Editor</a> to edit the settings of app.</p> +<p>Try the <a href="app/?app=testvalues" target="_parent">App Settings Editor</a> to edit the settings of app.</p> </div> |