From a5de661ce882dc631152671fd8adbc3001bb6af4 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sat, 16 Jul 2016 17:44:12 -0400 Subject: [PATCH] doc: Correct CircleCI badge URL location --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 0e74b27..79e3c52 100644 --- a/README.rst +++ b/README.rst @@ -18,8 +18,8 @@ Features Cross compilers --------------- -.. image:: https://circleci.com/gh/dockcross/cross-compilers/tree/master.svg?style=svg - :target: https://circleci.com/gh/dockcross/cross-compilers/tree/master +.. image:: https://circleci.com/gh/dockcross/dockcross/tree/master.svg?style=svg + :target: https://circleci.com/gh/dockcross/dockcross/tree/master .. |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. DOCKCROSS_CONFIG / --config|-c -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This file is sourced, if it exists, before executing the rest of the dockcross script. @@ -176,14 +176,14 @@ script. Default: ``~/.dockcross`` DOCKCROSS_IMAGE / --image|-i -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The Docker cross-compiler image to run. Default: Image with which the script was created. DOCKCROSS_ARGS / --args|-a -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Extra arguments to pass to the ``docker run`` command.