summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-08 19:22:55 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-08 19:22:55 +0100
commit4935e3d7dbc0d6eaf6a87a5bb62cdf00cf221bce (patch)
tree8bee7eaed44c0937a05a4bd1435335a38f939150
parentfcfd994182d18c10199628427484b3da997fbc33 (diff)
fix xrds for new api locations
-rw-r--r--templates/xrds.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/xrds.xml b/templates/xrds.xml
index 95c77a5..07cfb4d 100644
--- a/templates/xrds.xml
+++ b/templates/xrds.xml
@@ -3,11 +3,11 @@
<Type>xri://$xrds*simple</Type>
<Service>
<Type>http://ns.opensocial.org/2008/opensocial/people</Type>
- <URI>{{prefix_url}}/opensocial/1.0/people</URI>
+ <URI>{{prefix_url}}/api/opensocial/people</URI>
</Service>
<Service>
<Type>http://ns.opensocial.org/2008/opensocial/groups</Type>
- <URI>{{prefix_url}}/opensocial/1.0/groups</URI>
+ <URI>{{prefix_url}}/api/opensocial/groups</URI>
</Service>
</XRD>
</XRDS> \ No newline at end of file