Update links in README

Change the outdated links to the latest links in README

Change-Id: Ida2a04c13697d2a23ab9c65d5a8c8a59731285c1
This commit is contained in:
XiaojueGuan 2018-06-12 16:58:28 +08:00
parent 83eb1fa1ae
commit 6e11960a2a
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/fuel-ui.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/fuel-ui.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on

View File

@ -199,7 +199,7 @@ gulp.task('jison', function() {
gulp.task('license', function(cb) {
require('nlf').find({depth: 0}, function(err, data) {
if (err) return cb(err);
// http://governance.openstack.org/reference/licensing.html
// https://governance.openstack.org/vc/reference/licensing.html
// The list of acceptable licenses includes ASLv2, BSD (both forms),
// MIT, PSF, LGPL, ISC, and MPL
var licenseRegexp = /(Apache.*?2)|\bBSD\b|\bMIT\b|\bPSF\b|\bLGPL\b|\bISC\b|\bMPL\b/i;