diff --git a/website/docs/Quick-Start.md b/website/docs/Quick-Start.md index 9d2cdcc0..29c22104 100644 --- a/website/docs/Quick-Start.md +++ b/website/docs/Quick-Start.md @@ -101,7 +101,7 @@ python simple.py --help ``` ```shell -usage: /Users/a635179/Documents/git_repos/open_source/spock/examples/quick-start/simple.py -c [--config] config1 [config2, config3, ...] +usage: ~/Documents/git_repos/open_source/spock/examples/quick-start/simple.py -c [--config] config1 [config2, config3, ...] Quick start example @@ -117,4 +117,4 @@ configuration(s): ### Spock As a Drop In Replacement For Argparser `spock` can easily be used as a drop in replacement for argparser. -See the docs/example [here](https://fidelity.github.io/spock/ArgParser-Replacement/). \ No newline at end of file +See the docs/example [here](https://fidelity.github.io/spock/ArgParser-Replacement/). diff --git a/website/docs/basics/Define.md b/website/docs/basics/Define.md index 8f87224a..b57f57a8 100644 --- a/website/docs/basics/Define.md +++ b/website/docs/basics/Define.md @@ -121,7 +121,7 @@ python tutorial.py --help We should see the help information we added to the docstring(s): ```shell -usage: /Users/a635179/Documents/git_repos/open_source/spock/examples/tutorial/basic/tutorial.py -c [--config] config1 [config2, config3, ...] +usage: ~/Documents/git_repos/open_source/spock/examples/tutorial/basic/tutorial.py -c [--config] config1 [config2, config3, ...] spock Basic Tutorial