Skip to content

Commit d53c5e4

Browse files
author
Greg Turnquist
committed
SESPRINGPYTHONPY-147: Update web hostnames from springframework.org to springsource.org.
1 parent c8b68ea commit d53c5e4

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

docs/reference/src/dao.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ results = dt.query("select title, air_date, episode_number, writer from tv_shows
248248
<section id="dao-databasetemplate-jdbctemplate">
249249
<title>Have you used Spring Framework's JdbcTemplate?</title>
250250

251-
<para>If you are a user of Java's <ulink url="http://www.springframework.org">Spring framework</ulink>
252-
and have used the <ulink url="http://static.springframework.org/spring/docs/1.2.x/api/org/springframework/jdbc/core/JdbcTemplate.html">
251+
<para>If you are a user of Java's <ulink url="http://www.springsource.org">Spring framework</ulink>
252+
and have used the <ulink url="http://static.springsource.org/spring/docs/1.2.x/api/org/springframework/jdbc/core/JdbcTemplate.html">
253253
JdbcTemplate</ulink>, then you will find this template has a familiar feel.</para>
254254

255255
<table id="dao-databasetemplate-jdbctemplate-ops">

docs/reference/src/objects.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ service = container.get_object("sampleService")
188188
format any further. Any new schema developments will be happening with <classname>XMLConfig</classname>
189189
and <classname>YamlConfig</classname>.</para>
190190

191-
<para>In the spirit of <ulink url="http://www.springframework.org/javaconfig">Spring JavaConfig</ulink>
191+
<para>In the spirit of <ulink url="http://www.springsource.org/javaconfig">Spring JavaConfig</ulink>
192192
and <ulink url="http://blog.springsource.com/2006/11/28/a-java-configuration-option-for-spring/">a blog
193193
posting</ulink> by Rod Johnson, another format has been defined. By extending
194194
<classname>PythonConfig</classname> and using the <methodname>@Object</methodname> python
@@ -1719,7 +1719,7 @@ service = container.get_object("MovieLister")
17191719
their feature set.</para>
17201720

17211721
<para>How much of Spring Java will be supported? That is an open question, best discussed on
1722-
<ulink url="http://forum.springframework.org/forumdisplay.php?f=45">Spring Python's community forum</ulink>.
1722+
<ulink url="http://forum.springsource.org/forumdisplay.php?f=45">Spring Python's community forum</ulink>.
17231723
Basically, this is meant to ease current Java developers into Spring Python and/or provide
17241724
a means to split up objects to support porting parts of your application into Python. There
17251725
isn't any current intention of providing full blown support.</para>

docs/reference/src/overview.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
<itemizedlist>
131131
<listitem><para>You can read the messages on <ulink
132-
url="http://forum.springframework.org/forumdisplay.php?f=45">
132+
url="http://forum.springsource.org/forumdisplay.php?f=45">
133133
Spring Python's forums</ulink> at the official Spring forum site.</para></listitem>
134134

135135
<listitem><para>If you are interested, you can sign up for the <ulink
@@ -159,20 +159,23 @@
159159
<title>Downloads / Source Code</title>
160160

161161
<para>If you want a release, check out
162-
<ulink url="http://s3browse.com/explore/dist.springframework.org/release/EXT/se-springpython-py/">Spring's download site for Spring Python</ulink>.</para>
162+
<ulink url="http://www.springsource.com/download/community?project=Spring%20Python">Spring's download site for Spring Python</ulink>.</para>
163163

164-
<para>If you want the latest source code type:
164+
<para>Spring Python has migrated to <ulink url="http://book.git-scm.com/index.html">git</ulink>, the distributed version control system. If you want the latest source code type:
165165

166166
<programlisting><![CDATA[
167-
svn co https://src.springframework.org/svn/se-springpython-py/trunk/springpython
167+
git clone git://git.springsource.org/spring-python/spring-python.git
168168
]]></programlisting>
169+
170+
This will download the whole repository, and put you on the master branch. From there, you can switch to various branches the team
171+
is working on.
169172

170173
</para>
171174

172175
<para>That will create a new <emphasis>springpython</emphasis> folder. This includes both the source code and
173176
the demo applications (PetClinic and SpringWiki).</para>
174177

175-
<para>You can browse the code at <ulink url="https://fisheye.springframework.org/browse/se-springpython-py"/>.</para>
178+
<para>You can browse the code at <ulink url="https://fisheye.springsource.org/browse/se-springpython-py"/>.</para>
176179
</section>
177180

178181
<section id="overview-license">
@@ -236,7 +239,7 @@ svn co https://src.springframework.org/svn/se-springpython-py/trunk/springpython
236239
</listitem>
237240
<listitem>
238241
<para>Second, I suggest you register for a
239-
<ulink url="http://jira.springframework.org">jira account</ulink>, so you can leave
242+
<ulink url="http://jira.springsource.org">jira account</ulink>, so you can leave
240243
comments, etc. on the ticket. I think that works (I don't manage jira, so if
241244
it doesn't let me know, and we will work from there) NOTE: I like notes and
242245
comments tracking what you have done, or what you think needs to be done. It
@@ -246,10 +249,10 @@ svn co https://src.springframework.org/svn/se-springpython-py/trunk/springpython
246249
</listitem>
247250
<listitem>
248251
<para>Third, register at the <ulink
249-
url="http://forum.springframework.org">
252+
url="http://forum.springsource.org">
250253
SpringSource community forum</ulink>, and if you want to kick
251254
ideas around or float a concept, feel free to start a thread in our <ulink
252-
url="http://forum.springframework.org/forumdisplay.php?f=45">Spring Python
255+
url="http://forum.springsource.org/forumdisplay.php?f=45">Spring Python
253256
forum</ulink>.</para>
254257
</listitem>
255258
<listitem>

docs/reference/src/preface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
have any requests or comments, please post them on the <ulink
1414
url="http://lists.springsource.com/listmanager/listinfo/springpython-users">user mailing list</ulink>
1515
or on the <ulink
16-
url="http://forum.springframework.org/forumdisplay.php?f=45">Spring Python
16+
url="http://forum.springsource.org/forumdisplay.php?f=45">Spring Python
1717
support forums</ulink>.</para>
1818

1919
<note>

docs/reference/src/samples.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
web server object.</para>
1414
</listitem>
1515
<listitem>
16-
<para>A <ulink url="https://fisheye.springframework.org/browse/se-springpython-py/trunk/springpython/samples/petclinic/cherrypy/html/petclinic.html">
16+
<para>A <ulink url="https://fisheye.springsource.org/browse/se-springpython-py/trunk/springpython/samples/petclinic/cherrypy/html/petclinic.html">
1717
detailed design document</ulink> (NOTE: find latest version, and click on
1818
<emphasis>raw</emphasis>) is part of the source code. You can read it from here
1919
or by clicking on a hyperlink while running the application.</para>

0 commit comments

Comments
 (0)