.md link to caps (#225)

One intra-documentation link gave me a 404 so I updated it to the
filename. All other markdown links look ok.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/409/head
E. Seiver 5 months ago committed by GitHub
parent 65e9d84d4d
commit 4889a79822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ Please consider publishing your wiki dump(s). You can do it yourself as explaine
## Contributing
For information on reporting bugs and proposing changes, please see the [Contributing](./Contributing.md) guide.
For information on reporting bugs and proposing changes, please see the [Contributing](./CONTRIBUTING.md) guide.
## Code of Conduct

@ -230,7 +230,7 @@ def getParameters(params=None) -> Tuple[Config, Dict]:
if args.insecure:
session.verify = False
requests.packages.urllib3.disable_warnings()
requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = 'ALL:@SECLEVEL=1'
requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = "ALL:@SECLEVEL=1"
print("WARNING: SSL certificate verification disabled")
# Custom session retry

Loading…
Cancel
Save