Trivial: Update Zuul Status Page to correct URL

Current URL of Zuul Status Page in code is:
http://status.openstack.org/zuul/

The correct URL must be:
https://zuul.openstack.org/

Change-Id: Ia56fbff5ca332b4fa1f0f76b72c79a89a2321467
This commit is contained in:
Vu Cong Tuan 2018-05-25 10:11:44 +07:00
parent ab4c24d27a
commit 6f6cbc4db2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Continuous Integration with Jenkins
Each change made to Stackalytics core code is tested with unit and integration tests and style checks flake8.
Unit tests and style checks are performed on public `OpenStack Jenkins <https://jenkins.openstack.org/>`_ managed by `Zuul <http://status.openstack.org/zuul/>`_.
Unit tests and style checks are performed on public `OpenStack Jenkins <https://jenkins.openstack.org/>`_ managed by `Zuul <https://zuul.openstack.org>`_.
Unit tests are checked using both python 2.6 and python 2.7.
The result of those checks and Unit tests are +1 or -1 to *Verify* column in a code review from *Jenkins* user.