Skip to content

Commit 9f300ee

Browse files
author
João Guerreiro
committed
fix(readme): update docs
1 parent 71fb7db commit 9f300ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
API client library for the GitGuardian API.
66

7-
You can check API details [here](https://api.gitguardian.com/doc)
7+
You can check API details [here](https://api.gitguardian.com/docs)
88
with all the response codes and expected structures on each method.
99

1010
## Requirements
@@ -40,7 +40,7 @@ Check [examples/](examples/) for full examples on how to use py-gitguardian.
4040
### Scanning text content
4141

4242
```py
43-
# please don't hardcode your gg_api_key in source code :)
43+
# please don't hardcode your gg_api_key in source code :)
4444
API_KEY = os.getenv("GG_API_KEY")
4545
DOCUMENT = """
4646
import urllib.request

0 commit comments

Comments
 (0)