mirror of
https://github.com/httpie/cli.git
synced 2025-01-05 22:53:32 +02:00
Update config and session file help URLs
This commit is contained in:
parent
497a91711a
commit
6bdfc7a071
@ -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 = {
|
||||
|
@ -75,7 +75,7 @@ def get_response(requests_session, session_name,
|
||||
|
||||
|
||||
class Session(BaseConfigDict):
|
||||
helpurl = 'https://github.com/jkbrzt/httpie#sessions'
|
||||
helpurl = 'https://httpie.org/docs#sessions'
|
||||
about = 'HTTPie session file'
|
||||
|
||||
def __init__(self, path, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user