Changed URL for RAVE-1081 git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1552333 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/7ebd5afd Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/7ebd5afd Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/7ebd5afd Branch: refs/heads/angular Commit: 7ebd5afdb504bca1b9c097a813a2130f12a69d75 Parents: c146a64 Author: Matthew B. Franklin <[email protected]> Authored: Thu Dec 19 16:20:14 2013 +0000 Committer: Matthew B. Franklin <[email protected]> Committed: Thu Dec 19 16:20:14 2013 +0000 ---------------------------------------------------------------------- rave-portal-resources/src/main/resources/db/initial-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/7ebd5afd/rave-portal-resources/src/main/resources/db/initial-data.json ---------------------------------------------------------------------- diff --git a/rave-portal-resources/src/main/resources/db/initial-data.json b/rave-portal-resources/src/main/resources/db/initial-data.json index 93dac28..49ec6fb 100644 --- a/rave-portal-resources/src/main/resources/db/initial-data.json +++ b/rave-portal-resources/src/main/resources/db/initial-data.json @@ -1097,7 +1097,7 @@ { "id": 18, "title": "Activity Stream", - "url": "http://accelerator.opensocial2.org/gadgets/examples/gadgets/activitystream/gadget.xml", + "url": "https://raw.github.com/OpenSocial/examples/master/gadgets/activitystream/gadget.xml", "type": "OpenSocial", "author": "OpenSocial Foundation", "description": "OpenSocial Activity Stream gadget with support for Embedded Experiences", @@ -1664,4 +1664,4 @@ } } ] -} \ No newline at end of file +}
