doc: Correct CircleCI badge URL location

This commit is contained in:
Matt McCormick 2016-07-16 17:44:12 -04:00
parent ae9d28a177
commit a5de661ce8

View File

@ -18,8 +18,8 @@ Features
Cross compilers Cross compilers
--------------- ---------------
.. image:: https://circleci.com/gh/dockcross/cross-compilers/tree/master.svg?style=svg .. image:: https://circleci.com/gh/dockcross/dockcross/tree/master.svg?style=svg
:target: https://circleci.com/gh/dockcross/cross-compilers/tree/master :target: https://circleci.com/gh/dockcross/dockcross/tree/master
.. |base-images| image:: https://badge.imagelayers.io/dockcross/base:latest.svg .. |base-images| image:: https://badge.imagelayers.io/dockcross/base:latest.svg
@ -168,7 +168,7 @@ The following environmental variables and command-line options are used. In
all cases, the command-line option overrides the environment variable. all cases, the command-line option overrides the environment variable.
DOCKCROSS_CONFIG / --config|-c <path-to-config-file> DOCKCROSS_CONFIG / --config|-c <path-to-config-file>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file is sourced, if it exists, before executing the rest of the dockcross This file is sourced, if it exists, before executing the rest of the dockcross
script. script.
@ -176,14 +176,14 @@ script.
Default: ``~/.dockcross`` Default: ``~/.dockcross``
DOCKCROSS_IMAGE / --image|-i <docker-image-name> DOCKCROSS_IMAGE / --image|-i <docker-image-name>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The Docker cross-compiler image to run. The Docker cross-compiler image to run.
Default: Image with which the script was created. Default: Image with which the script was created.
DOCKCROSS_ARGS / --args|-a <docker-run-args> DOCKCROSS_ARGS / --args|-a <docker-run-args>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Extra arguments to pass to the ``docker run`` command. Extra arguments to pass to the ``docker run`` command.