From da1235ab7fd8d073a0710196cb4c7071524d84be Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 29 Jan 2019 16:57:02 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index c1f2e31..41d42a8 100644 --- a/Configuration.md +++ b/Configuration.md @@ -13,7 +13,7 @@ env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./arc ## Environment Variables -As defined in `archivebox/config.py` and `etc/ArchiveBox.conf.default`. +As defined in [`archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py) and [`etc/ArchiveBox.conf.default`](https://github.com/pirate/ArchiveBox/blob/master/etc/ArchiveBox.conf.default). ### Shell Options - colorize console ouput: `USE_COLOR` value: [`True`]/`False`