Skip to content

Commit 2df56ed

Browse files
authored
Fix deadlinks to license and contributing guidelines in docs (#151)
1 parent e205ecb commit 2df56ed

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ asyncio.run(main())
9494

9595
```
9696

97-
For more advanced usage, refer to the [documentation](https://tr4nt0r.github.io/pynecil).
97+
For more advanced usage, refer to the [documentation](https://tr4nt0r.github.io/aiontfy).
9898

9999
---
100100

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "CONTRIBUTING.md"

docs/LICENSE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# MIT License
2+
3+
--8<-- "LICENSE"

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@ watch:
6565

6666
nav:
6767
- About: index.md
68+
- Contributing: CONTRIBUTING.md
69+
- License: LICENSE.md
6870
- Reference:
6971
- aiontfy: reference/aiontfy.md

0 commit comments

Comments
 (0)