Skip to content

Commit e241753

Browse files
committed
Merge branch 'master' of github.com:SpringSource/spring-social-facebook
2 parents 1701430 + db8c6e4 commit e241753

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
maven { url 'http://repo.springsource.org/plugins-release' }
3+
maven { url 'http://repo.spring.io/plugins-release' }
44
}
55
dependencies {
66
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.6'
@@ -38,7 +38,7 @@ configure(allprojects) {
3838
test.systemProperty("java.awt.headless", "true")
3939

4040
repositories {
41-
maven { url "http://repo.springsource.org/libs-snapshot" }
41+
maven { url "http://repo.spring.io/libs-snapshot" }
4242
}
4343

4444
dependencies {

src/reference/docbook/api.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Facebook facebook = new FacebookTemplate();]]>
2727
</para>
2828

2929
<para>
30-
If you are using Spring Social's <ulink url="http://static.springsource.org/spring-social/docs/1.0.x/reference/html/serviceprovider.html">service provider framework</ulink>, you can get an instance of <interfacename>Facebook</interfacename> from a <interfacename>Connection</interfacename>.
30+
If you are using Spring Social's <ulink url="http://docs.spring.io/spring-social/docs/1.0.x/reference/html/serviceprovider.html">service provider framework</ulink>, you can get an instance of <interfacename>Facebook</interfacename> from a <interfacename>Connection</interfacename>.
3131
For example, the following snippet calls <methodname>getApi()</methodname> on a connection to retrieve a <interfacename>Facebook</interfacename>:
3232
</para>
3333

@@ -326,4 +326,4 @@ List<Post> feed = facebook.feedOperations().getFeed("habuma");]]>
326326
</para>
327327
</section>
328328

329-
</chapter>
329+
</chapter>

src/reference/docbook/connecting.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class SocialConfig {
6363
</para>
6464

6565
<para>
66-
Refer to <ulink url="http://static.springsource.org/spring-social/docs/1.0.x/reference/html/connecting.html">Spring Social's reference documentation</ulink> for complete details on configuring <classname>ConnectController</classname> and its dependencies.
66+
Refer to <ulink url="http://docs.spring.io/spring-social/docs/1.0.x/reference/html/connecting.html">Spring Social's reference documentation</ulink> for complete details on configuring <classname>ConnectController</classname> and its dependencies.
6767
</para>
6868

69-
</chapter>
69+
</chapter>

src/reference/docbook/overview.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
</para>
5858

5959
<para>
60-
Consult <ulink url="http://static.springsource.org/spring-social/docs/1.0.x/reference/html/overview.html#overview-howtoget">Spring Social's reference documentation</ulink> for more information on Spring Social dependencies.
60+
Consult <ulink url="http://docs.spring.io/spring-social/docs/1.0.x/reference/html/overview.html#overview-howtoget">Spring Social's reference documentation</ulink> for more information on Spring Social dependencies.
6161
</para>
6262
</section>
6363

64-
</chapter>
64+
</chapter>

0 commit comments

Comments
 (0)