Updating FeedFervice URL.

--HG--
branch : 1.x
This commit is contained in:
andrerod
2011-01-08 19:10:09 -08:00
parent 512b5469bb
commit 97bdc331ee

View File

@@ -20,7 +20,7 @@ namespace Orchard.Packaging {
public void Installed(Feature feature) {
if (feature.Descriptor.Id == "Gallery") {
_packagingSourceManager.AddSource("Orchard Extensions Gallery", "http://orchardproject.net/gallery09/server/FeedService.svc");
_packagingSourceManager.AddSource("Orchard Extensions Gallery", "http://orchardproject.net/gallery/server/FeedService.svc");
}
}