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

Update config and session file help URLs

This commit is contained in:
Jakub Roztocil
2016-09-12 10:57:30 +02:00
parent 497a91711a
commit 6bdfc7a071
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://github.com/jkbrzt/httpie#config'
helpurl = 'https://httpie.org/docs#config'
about = 'HTTPie configuration file'
DEFAULTS = {