diff options
author | xue <> | 2006-04-16 03:54:42 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 03:54:42 +0000 |
commit | fc38326ea80e73717fb1d187a16421f7bc1b1b04 (patch) | |
tree | 3af80b19880ebe572778300b10217e056eb9d2ae /demos/quickstart/protected/controls | |
parent | 70944795827cffd1bd5a27a9c4a99eb1434f905f (diff) |
Merge from 3.0 branch till 918.
Diffstat (limited to 'demos/quickstart/protected/controls')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index 254d67ad..d2cde711 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -6,7 +6,8 @@ <li><a href="?page=GettingStarted.Introduction">Introduction</a></li>
<li><a href="?page=GettingStarted.AboutPrado">What is PRADO?</a></li>
<li><a href="?page=GettingStarted.Installation">Installation</a></li>
- <li><a href="?page=GettingStarted.Upgrading">Upgrading from Earlier Versions</a></li>
+ <li><a href="?page=GettingStarted.HelloWorld">Creating First PRADO Application</a></li>
+ <li><a href="?page=GettingStarted.Upgrading">Upgrading from v2.x and v1.x</a></li>
</ul>
</div>
@@ -20,7 +21,6 @@ <li><a href="?page=Fundamentals.Modules">Modules</a></li>
<li><a href="?page=Fundamentals.Services">Services</a></li>
<li><a href="?page=Fundamentals.Applications">Applications</a></li>
- <li><a href="?page=Fundamentals.HelloWorld">Sample: Hello World</a></li>
<li><a href="?page=Fundamentals.Hangman">Sample: Hangman Game</a></li>
</ul>
</div>
|