From eba722cddceafd50cdcee3e7c2ed6b3aff01f387 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 5 Feb 2021 14:38:52 +1300 Subject: [PATCH] Fix path example --- README.rst | 2 +- docs/example.ini | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2d297f9..7c85ce1 100644 --- a/README.rst +++ b/README.rst @@ -130,7 +130,7 @@ For example [s3] bucket = my-bucket - path = /parsedmarc + path = parsedmarc The full set of configuration options are: diff --git a/docs/example.ini b/docs/example.ini index a9a2985..efa56b3 100644 --- a/docs/example.ini +++ b/docs/example.ini @@ -21,4 +21,4 @@ index = email [s3] bucket = my-bucket -path = /parsedmarc \ No newline at end of file +path = parsedmarc \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 7004cc4..c63ecef 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -134,7 +134,7 @@ For example [s3] bucket = my-bucket - path = /parsedmarc + path = parsedmarc The full set of configuration options are: