Skip to content

Commit ccfa6c1

Browse files
committed
Fixed links in SpringWiki, so web site points at springpython.webfactional.com.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk@15 ce8fead1-4192-4296-8608-a705134b927f
1 parent 072d18d commit ccfa6c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

samples/springwiki/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Welcome to [[Spring Wiki]]. You can see more rendered wiki at [[Greg's Page]].
2929
3030
== Level 2 Header ==
31-
This is a demonstration of [http://springpython.python-hosting.com Spring Python].
31+
This is a demonstration of [http://springpython.webfactional.com Spring Python].
3232
3333
=== Level 3 Header ===
3434
What do you think?
@@ -67,7 +67,7 @@
6767
** [[Springwiki Sidebar|Edit the sidebar]]
6868
* Spring Python
6969
** [[Spring Wiki]]
70-
** [http://springpython.python-hosting.com Spring Python]
70+
** [http://springpython.webfactional.com Spring Python]
7171
""", [("Original", "This is the initial entry", "20:02, 6 October 2006", "User:Gregturn")]]
7272
}
7373

samples/springwiki/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ def footer(self, selected = "article"):
228228
229229
<div id="footer">
230230
<div id="f-poweredbyico">
231-
<a href="proxy.php?url=http%3A%2F%2Fspringpython.%3Cspan+class%3D"x x-first x-last">python-hosting.com">
231+
<a href="proxy.php?url=http%3A%2F%2Fspringpython.%3Cspan+class%3D"x x-first x-last">webfactional.com">
232232
<img src="images/spring_python_white_89x31.png" alt="Spring Python"/>
233233
</a>
234234
</div><!-- f-poweredbyico -->
235235
<ul id="f-list">
236236
<li id="f-about">
237-
SpringWiki :: a <a href="proxy.php?url=http%3A%2F%2Fspringpython.%3Cspan+class%3D"x x-first x-last">python-hosting.com">Spring Python</a> demonstration (powered by <A HREF="proxy.php?url=http%3A%2F%2Fwww.cherrypy.org">CherryPy</A>)
237+
SpringWiki :: a <a href="proxy.php?url=http%3A%2F%2Fspringpython.%3Cspan+class%3D"x x-first x-last">webfactional.com">Spring Python</a> demonstration (powered by <A HREF="proxy.php?url=http%3A%2F%2Fwww.cherrypy.org">CherryPy</A>)
238238
</li>
239239
</ul>
240240
</div><!-- footer -->

0 commit comments

Comments
 (0)