diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-04-30 04:08:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-04-30 04:08:32 +0000 |
| commit | 67a78699e715ad927c9c53668b1776824d0ab980 (patch) | |
| tree | 5ba4ef4a63106a1bbd1a53bc58b2ae82299ca34e | |
| parent | 013c4bc7b3337bc50794300d7cb8502d191f4490 (diff) | |
| download | pyramid-67a78699e715ad927c9c53668b1776824d0ab980.tar.gz pyramid-67a78699e715ad927c9c53668b1776824d0ab980.tar.bz2 pyramid-67a78699e715ad927c9c53668b1776824d0ab980.zip | |
Update URLs in paster templates.
| -rw-r--r-- | repoze/bfg/paster_templates/starter/+package+/templates/mytemplate.pt | 18 | ||||
| -rw-r--r-- | repoze/bfg/paster_templates/zodb/+package+/templates/mytemplate.pt | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/repoze/bfg/paster_templates/starter/+package+/templates/mytemplate.pt b/repoze/bfg/paster_templates/starter/+package+/templates/mytemplate.pt index b94cb7098..767252554 100644 --- a/repoze/bfg/paster_templates/starter/+package+/templates/mytemplate.pt +++ b/repoze/bfg/paster_templates/starter/+package+/templates/mytemplate.pt @@ -26,7 +26,7 @@ <div class="post"> <h1 class="title">Welcome to <code>${project}</code>, an application generated by the <a - href="http://static.repoze.org/bfgdocs">repoze.bfg</a> web + href="http://bfg.repoze.org">repoze.bfg</a> web application framework.</h1> </div> </div> @@ -37,9 +37,9 @@ <li id="search"> <h2>Search<br/> <code>repoze.bfg</code> Documentation</h2> <form method="get" - action="http://static.repoze.org/bfgdocs/search.html"> + action="http://bfg.repoze.org/searchresults"> <fieldset> - <input type="text" id="q" name="q" value="" /> + <input type="text" id="q" name="text" value="" /> <input type="submit" id="x" value="Search" /> </fieldset> </form> @@ -48,31 +48,31 @@ <h2><code>repoze.bfg</code> links</h2> <ul> <li><a - href="http://static.repoze.org/bfgdocs/#narrative-documentation">Narrative + href="http://docs.repoze.org/bfg/#narrative-documentation">Narrative Documentation</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#api-documentation">API + href="http://docs.repoze.org/bfg/#api-documentation">API Documentation</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#tutorials">Tutorials</a> + href="http://docs.repoze.org/bfg/#tutorials">Tutorials</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#change-history">Change + href="http://docs.repoze.org/bfg/#change-history">Change History</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#sample-applications">Sample + href="http://docs.repoze.org/bfg/#sample-applications">Sample Applications</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#support-and-development">Support + href="http://docs.repoze.org/bfg/#support-and-development">Support and Development</a> </li> <li> diff --git a/repoze/bfg/paster_templates/zodb/+package+/templates/mytemplate.pt b/repoze/bfg/paster_templates/zodb/+package+/templates/mytemplate.pt index b94cb7098..767252554 100644 --- a/repoze/bfg/paster_templates/zodb/+package+/templates/mytemplate.pt +++ b/repoze/bfg/paster_templates/zodb/+package+/templates/mytemplate.pt @@ -26,7 +26,7 @@ <div class="post"> <h1 class="title">Welcome to <code>${project}</code>, an application generated by the <a - href="http://static.repoze.org/bfgdocs">repoze.bfg</a> web + href="http://bfg.repoze.org">repoze.bfg</a> web application framework.</h1> </div> </div> @@ -37,9 +37,9 @@ <li id="search"> <h2>Search<br/> <code>repoze.bfg</code> Documentation</h2> <form method="get" - action="http://static.repoze.org/bfgdocs/search.html"> + action="http://bfg.repoze.org/searchresults"> <fieldset> - <input type="text" id="q" name="q" value="" /> + <input type="text" id="q" name="text" value="" /> <input type="submit" id="x" value="Search" /> </fieldset> </form> @@ -48,31 +48,31 @@ <h2><code>repoze.bfg</code> links</h2> <ul> <li><a - href="http://static.repoze.org/bfgdocs/#narrative-documentation">Narrative + href="http://docs.repoze.org/bfg/#narrative-documentation">Narrative Documentation</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#api-documentation">API + href="http://docs.repoze.org/bfg/#api-documentation">API Documentation</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#tutorials">Tutorials</a> + href="http://docs.repoze.org/bfg/#tutorials">Tutorials</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#change-history">Change + href="http://docs.repoze.org/bfg/#change-history">Change History</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#sample-applications">Sample + href="http://docs.repoze.org/bfg/#sample-applications">Sample Applications</a> </li> <li> <a - href="http://static.repoze.org/bfgdocs/#support-and-development">Support + href="http://docs.repoze.org/bfg/#support-and-development">Support and Development</a> </li> <li> |
