Fix typos and replace http with https for doc links

1) Fix typos in solum
2) Use https instead of http for docs links according to OpenStack document migration

Change-Id: I6dcda5c1e58f104c11d66607759be6d3dd94bdc8
This commit is contained in:
shangxiaobj 2017-08-09 23:20:43 -07:00
parent a327ef08a1
commit 8be06f4dfc
4 changed files with 6 additions and 6 deletions

View File

@ -8,12 +8,12 @@ If you would like to contribute to Solum, please see our contributing wiki:
We have the same CLA requirements as OpenStack, so you must follow the steps
in the "If you're a developer, start here" section of this page:
http://docs.openstack.org/infra/manual/developers.html
https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, submit your changes to for review via
the Gerrit tool, 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.

View File

@ -8,4 +8,4 @@ To install devstack, run the setup script provided in the Solum code tree::
sh ${SOLUM_DIR}/contrib/devstack/setup_devstack.sh
Note that this setup will produce virtual machines, not Docker containers.
For an example of the Docker setup, see: http://wiki.openstack.org/Solum/Docker
For an example of the Docker setup, see: https://wiki.openstack.org/wiki/Solum/Docker

View File

@ -33,4 +33,4 @@ Enabling Solum in DevStack
This setup will produce virtual machines, not Docker containers.
For an example of the Docker setup, see::
http://wiki.openstack.org/Solum/Docker
https://wiki.openstack.org/wiki/Solum/Docker

View File

@ -1,5 +1,5 @@
This directory contains Solum sample applications. Below we give brief description of each application
by refering to the application's app file.
by referring to the application's app file.
1) python_app.yaml
@ -86,4 +86,4 @@ Steps:
solum app show cherrypy-github
8) You can also see that the pull request on Github is updated to show the status of executing tests.
8) You can also see that the pull request on Github is updated to show the status of executing tests.