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

Update URLs

This commit is contained in:
Jakub Roztocil
2020-12-23 22:07:27 +01:00
parent 57b1baf1d1
commit 2afdc958c6
16 changed files with 83 additions and 83 deletions

View File

@@ -19,7 +19,7 @@ class HTTPBasicAuth(requests.auth.HTTPBasicAuth):
"""
Override username/password serialization to allow unicode.
See https://github.com/jakubroztocil/httpie/issues/212
See https://github.com/httpie/httpie/issues/212
"""
# noinspection PyTypeChecker