Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Oct 12, 2018
1 parent 58e7731 commit 7c6e70f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ then

``tox``

It's also possible to create a ``./secrets.json`` as above, and [build the docker image](#building-a-docker-image). Then::
It's also possible to create a ``./secrets.json`` as above, and `build the docker image`_. Then::

# For some reason, tox runs faster in an interactive shell and hangs without
docker run -i scriptworker-test-$PY_DOT_VERSION bash -il # interactive shell
Expand All @@ -89,8 +89,10 @@ It's also possible to create a ``./secrets.json`` as above, and [build the docke
GPG Homedir testing
^^^^^^^^^^^^^^^^^^^

Sometimes it's nice to be able to test things like ``rebuild_gpg_homedirs``. To do so, [build the docker image](#building-a-docker-image), then::
Sometimes it's nice to be able to test things like ``rebuild_gpg_homedirs``. To do so, `build the docker image`_, then::

docker run -i scriptworker-test bash -il
# in the docker shell,
rebuild_gpg_homedirs gnupg.yaml

.. _build the docker image: #building-a-docker-image

0 comments on commit 7c6e70f

Please sign in to comment.