<fix/typo: Fix a typo a code documentation>

Link to Ubuntu YAML example was suffixed by an '.md' which does not
reflect content of the examples directory.

Signed-off-by: Quentin Bourgeois <quentin@bourgeois.eu>
This commit is contained in:
Quentin Bourgeois 2018-04-07 13:13:46 +00:00
parent aaf4aa315b
commit 79c9c38d1f

View File

@ -9,7 +9,7 @@ Project status | CII Best Practices | [![CII Best Practices](https://bestpra
## Example usage
Save one of the [Ubuntu yaml snippets](./doc/examples/ubuntu.md) as
Save one of the [Ubuntu yaml snippets](./doc/examples/ubuntu) as
`ubuntu.yaml`. To create a simple `Ubuntu` rootfs in a folder called
`ubuntu-rootfs` call `distrobuilder` as `distrobuilder build-dir ubuntu.yaml
ubuntu-rootfs`.