fix location

This commit is contained in:
afc163 2015-11-04 21:11:26 +08:00
parent f205f43bd9
commit ebdca1e4b8

View File

@ -60,7 +60,7 @@ InstantClickChangeFns.push(function () {
'0.9.2': '09x.ant.design'
};
versionsHistory[antdVersion.latest] =
versionsHistory[antdVersion.latest] || 'http://ant.design';
versionsHistory[antdVersion.latest] || 'ant.design';
var versions = Object.keys(versionsHistory).sort(function (a, b) {
return semver.lt(a, b);
});