Skip to content

Commit

Permalink
.md link to caps (#225)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
eseiver and pre-commit-ci[bot] authored Dec 8, 2023
1 parent 65e9d84 commit 4889a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wikiteam3/dumpgenerator/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4889a79

Please sign in to comment.