Skip to content

Commit 049c48b

Browse files
committed
docs: πŸ“ Update project documentation
1 parent 2f86673 commit 049c48b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![Logo](docs/logo.png)
5+
![Logo](https://raw.githubusercontent.com/getcodelimit/codelimit/main/docs/logo.png)
66

77
</div>
88

β€Žpyproject.tomlβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ dependencies = [
1818
"sh>=2.1.0,<3",
1919
]
2020

21+
[project.urls]
22+
Changelog = "https://github.com/getcodelimit/codelimit/blob/master/CHANGELOG.md"
23+
Documentation = "https://getcodelimit.github.io"
24+
Source = "https://github.com/getcodelimit/codelimit"
25+
2126
[project.scripts]
2227
codelimit = "codelimit.__main__:cli"
2328

0 commit comments

Comments
Β (0)