From a60a7a136ad1a7fbfa503f672a2626f01429fd2d Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Tue, 29 Aug 2017 16:49:22 +0200 Subject: [PATCH] Fix paths in README Use the paths from the CI in the README example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 220397f..3907087 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,10 @@ To verify that the code snipped in this tutorial works as expected run ```bash $ doxec hello_world.md Doxec -- Copyright (c) 2017 Frank Sauerburger -/home/esel/rpriv/doxec/hello_world.md:6 console_output ... +/builds/frank/doxec/hello_world.md:6 console_output ... --- $ echo "Hello World!" --- Hello World! -/home/esel/rpriv/doxec/hello_world.md:6 console_output ... done +/builds/frank/doxec/hello_world.md:6 console_output ... done -------------------------------------------------------------------------------- Failed: 0 Total: 1 -- GitLab