diff options
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index 4879621d..a044f719 100644 --- a/doc/config.md +++ b/doc/config.md @@ -259,7 +259,7 @@ Examples: ``` # Enable cookies on the orange website for log-in. [[siteconf]] -url = "^https://news.ycombinator.com/.*" +url = '^https://news\.ycombinator\.com/.*' cookie = true # Redirect npr.org to text.npr.org. |