Skip to content

Commit 0f487c1

Browse files
DATAMONGO-983 - Remove links to forum.spring.io.
Replace forum links with those to stackoverflow. Original Pull Request: spring-projects#205
1 parent 1141714 commit 0f487c1

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For a comprehensive treatment of all the Spring Data MongoDB features, please re
1111
* the [User Guide](http://docs.spring.io/spring-data/mongodb/docs/current/reference/html/)
1212
* the [JavaDocs](http://docs.spring.io/spring-data/mongodb/docs/current/api/) have extensive comments in them as well.
1313
* the home page of [Spring Data MongoDB](http://projects.spring.io/spring-data-mongodb) contains links to articles and other resources.
14-
* for more detailed questions, use the [forum](http://forum.spring.io/forum/spring-projects/data/nosql).
14+
* for more detailed questions, use [Spring Data Mongodb on Stackoverflow](http://stackoverflow.com/questions/tagged/spring-data-mongodb).
1515

1616
If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://projects.spring.io/).
1717

@@ -139,7 +139,7 @@ public class MyService {
139139

140140
Here are some ways for you to get involved in the community:
141141

142-
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.spring.io/forum/spring-projects/data/nosql) by responding to questions and joining the debate.
142+
* Get involved with the Spring community on Stackoverflow and help out on the [spring-data-mongodb](http://stackoverflow.com/questions/tagged/spring-data-mongodb) tag by responding to questions and joining the debate.
143143
* Create [JIRA](https://jira.springframework.org/browse/DATADOC) tickets for bugs and new features and comment and vote on the ones that you are interested in.
144144
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
145145
* Watch for upcoming articles on Spring by [subscribing](http://spring.io/blog) to spring.io.

src/docbkx/introduction/getting-started.xml

+14-16
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@
1818
<section id="get-started:help:community">
1919
<title>Community Forum</title>
2020

21-
<para>The Spring Data <ulink
22-
url="http://forum.spring.io/forum/spring-projects/data">forum
23-
</ulink> is a message board for all Spring Data (not just Document)
24-
users to share information and help each other. Note that registration
25-
is needed <emphasis>only</emphasis> for posting.</para>
21+
<para>Spring Data on Stackoverflow <ulink
22+
url="http://stackoverflow.com/questions/tagged/spring-data">Stackoverflow
23+
</ulink> is a tag for all Spring Data (not just Document) users to share
24+
information and help each other. Note that registration is needed
25+
<emphasis>only</emphasis> for posting.</para>
2626
</section>
2727

2828
<section id="get-started:help:professional">
2929
<title>Professional Support</title>
3030

3131
<para>Professional, from-the-source support, with guaranteed response
32-
time, is available from <ulink
33-
url="http://gopivotal.com/">Pivotal Sofware, Inc.</ulink>, the company
34-
behind Spring Data and Spring.</para>
32+
time, is available from <ulink url="http://gopivotal.com/">Pivotal
33+
Sofware, Inc.</ulink>, the company behind Spring Data and Spring.</para>
3534
</section>
3635
</section>
3736

@@ -44,22 +43,21 @@
4443
homepage</ulink>.</para>
4544

4645
<para>You can help make Spring Data best serve the needs of the Spring
47-
community by interacting with developers through the Spring Community
48-
<ulink url="http://forum.spring.io/">forums</ulink>. To follow
49-
developer activity look for the mailing list information on the Spring
50-
Data Mongo homepage.</para>
46+
community by interacting with developers through the Community on <ulink
47+
url="http://stackoverflow.com/questions/tagged/spring-data">Stackoverflow</ulink>.
48+
To follow developer activity look for the mailing list information on the
49+
Spring Data Mongo homepage.</para>
5150

5251
<para>If you encounter a bug or want to suggest an improvement, please
5352
create a ticket on the Spring Data issue <ulink
54-
url="https://jira.springframework.org/browse/DATAMONGO">tracker</ulink>.</para>
53+
url="https://jira.spring.io/browse/DATAMONGO">tracker</ulink>.</para>
5554

5655
<para>To stay up to date with the latest news and announcements in the
5756
Spring eco system, subscribe to the Spring Community <ulink
5857
url="https://spring.io">Portal</ulink>.</para>
5958

6059
<para>Lastly, you can follow the SpringSource Data <ulink
61-
url="https://spring.io/blog">blog </ulink>or
62-
the project team on Twitter (<ulink
63-
url="http://twitter.com/SpringData">SpringData</ulink>)</para>
60+
url="https://spring.io/blog">blog </ulink>or the project team on Twitter
61+
(<ulink url="http://twitter.com/SpringData">SpringData</ulink>).</para>
6462
</section>
6563
</chapter>

0 commit comments

Comments
 (0)