summaryrefslogtreecommitdiff
path: root/demos/blog-tutorial/protected/pages/Day5/Performance.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/blog-tutorial/protected/pages/Day5/Performance.page')
-rwxr-xr-xdemos/blog-tutorial/protected/pages/Day5/Performance.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/blog-tutorial/protected/pages/Day5/Performance.page b/demos/blog-tutorial/protected/pages/Day5/Performance.page
index cbaae7e4..1cdfedc1 100755
--- a/demos/blog-tutorial/protected/pages/Day5/Performance.page
+++ b/demos/blog-tutorial/protected/pages/Day5/Performance.page
@@ -57,7 +57,7 @@ There are other techniques to further improve the performance of a PRADO applica
</p>
<p>
-For a page that is relatively stable yet frequently accessed, <a href="http://www.pradosoft.com/demos/quickstart/?page=Controls.OutputCache">output caching</a> should be considered. Output caching caches the HTML output of selected portions of a page. This may improve the performance of the cached pages significantly.
+For a page that is relatively stable yet frequently accessed, <a href="http://www.pradoframework.net/site/demos/quickstart/?page=Controls.OutputCache">output caching</a> should be considered. Output caching caches the HTML output of selected portions of a page. This may improve the performance of the cached pages significantly.
</p>
<p>