Skip to content

Commit d570944

Browse files
Fix relative links, for sure this time
1 parent 5010dcc commit d570944

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ This Python library has multiple functions:
4444
offers in multiple countries
4545
- `providers` - get data about available providers (e.g., Netflix)
4646

47-
Example outputs from all functions are in [`examples/`](examples) directory.
47+
Example outputs from all functions are in
48+
[`examples/`](https://github.com/Electronic-Mango/simple-justwatch-python-api/tree/main/examples).
4849

4950

5051

@@ -62,8 +63,9 @@ for entry in results:
6263

6364
## License
6465

65-
This library is licensed under **MIT license** ([LICENSE](LICENSE) or
66-
<https://opensource.org/license/MIT>)
66+
This library is licensed under **MIT license** (
67+
[LICENSE](https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/LICENSE)
68+
or <https://opensource.org/license/MIT>).
6769

6870

6971

0 commit comments

Comments
 (0)