example_docs -> examples

This commit is contained in:
Jörn-Michael Miehe 2019-09-24 11:53:51 +02:00
parent de336d3a73
commit 6413a4b568
11 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ The `autodoc` image [available on Docker Hub](https://hub.docker.com/r/ldericher
01. Install [Docker CE](https://docs.docker.com/install/)
01. Clone or download the `autodoc` repository, open a terminal inside the [example_docs](https://github.com/ldericher/autodoc/tree/master/example_docs) directory
01. Clone or download the `autodoc` repository, open a terminal inside the [examples](https://github.com/ldericher/autodoc/tree/master/examples) directory
01. Deploy an `autodoc` container:

View file

@ -14,5 +14,5 @@ services:
command: "bash"
volumes:
- "${PWD}/example_docs:/docs"
- "${PWD}/build/autodoc:/usr/local/bin/autodoc:ro"
- "${PWD}/examples:/docs"