1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Fix some broken documentation links (#703)

This commit is contained in:
Matthew Leather
2018-09-08 05:10:04 +12:00
committed by Jakub Roztočil
parent 37dddf5bf7
commit 2cd6ea3050
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ class BaseConfigDict(dict):
class Config(BaseConfigDict):
name = 'config'
helpurl = 'https://httpie.org/docs#config'
helpurl = 'https://httpie.org/doc#config'
about = 'HTTPie configuration file'
DEFAULTS = {