1.modify the http link to https links

2.modify the misspelling world

Change-Id: Icd92e680cd5f313c8294acd59199948872369503
This commit is contained in:
MaoyangLiu 2018-11-24 10:31:35 +08:00
parent 6797da6b1e
commit a9fd3214aa
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ Submitting Code
Changes to the project should be submitted for review via the Gerrit tool, Changes to the project should be submitted for review via the Gerrit tool,
following the workflow documented at: following the workflow documented at:
"http://docs.openstack.org/infra/manual/developers.html#development-workflow" "https://docs.openstack.org/infra/manual/developers.html#development-workflow"
Pull requests submitted through GitHub will be ignored and closed without Pull requests submitted through GitHub will be ignored and closed without
regard. regard.

View File

@ -22,4 +22,4 @@ Usage
With the script sourced, the ansible environment will create a virtual environment at With the script sourced, the ansible environment will create a virtual environment at
`${HOME}/ansible_venv` if it does not already exist. `${HOME}/ansible_venv` if it does not already exist.
To leave the embedded ansible enviornment run the function `deactivate`. To leave the embedded ansible environment run the function `deactivate`.

View File

@ -2,7 +2,7 @@
# before the execution of any tests. # before the execution of any tests.
# #
# See the following for details: # See the following for details:
# - http://docs.openstack.org/infra/bindep/ # - https://docs.openstack.org/infra/bindep/
# - https://git.openstack.org/cgit/openstack-infra/bindep # - https://git.openstack.org/cgit/openstack-infra/bindep
# #
# Even if the role does not make use of this facility, it # Even if the role does not make use of this facility, it