Change http to https in reference link

Change-Id: I125d82c15a588aba320347c4d6c6eb41c7edbcfd
This commit is contained in:
zhouxinyong 2018-11-14 02:30:17 +08:00 committed by Tovin Seven
parent 1657840f9f
commit 8ae3f4aee8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ a comma-separated list of string values::
**OSPROFILER_CONNECTION_STRING** - connection string to identify the driver.
Default value is ``messaging://`` refers to messaging driver. For a full
list of drivers please refer to
``http://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers``.
``https://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers``.
Example: enable ElasticSearch driver with the server running on localhost::
OSPROFILER_CONNECTION_STRING=elasticsearch://127.0.0.1:9200