Skip to content

Commit 8555eb1

Browse files
committed
Fix URL to the version manifest files
1 parent 7e383e7 commit 8555eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/classes/SourceManifest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct($source = null, $autoload = true)
3939
$this->setSource(
4040
Config::get(
4141
'cms.sourceManifestUrl',
42-
'https://raw.githubusercontent.com/octoberrain/meta/master/manifest/builds.json'
42+
'https://raw.githubusercontent.com/wintercms/meta/master/manifest/builds.json'
4343
)
4444
);
4545
}

0 commit comments

Comments
 (0)