mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
fixed broken links
This commit is contained in:
parent
1b45b76491
commit
acbcedb7d7
2 changed files with 4 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ def blog():
|
|||
|
||||
Been using a new IRC client called Halloy. Its written in rust and has a very nice interface. Its pretty much my go to now.
|
||||
|
||||
Its made me want to get my rust skills back up again and drop some contributions. Heres the link to the project: [halloy](https://github.com/squidowl/halloy)
|
||||
Its made me want to get my rust skills back up again and drop some contributions. Heres the link to the project: [Halloy](https://github.com/squidowl/halloy)
|
||||
|
||||
# April 05 2025
|
||||
|
||||
|
|
|
|||
|
|
@ -16,13 +16,14 @@ PROJECTS_DATA = [
|
|||
"title": "Death916's Site",
|
||||
"description": "This site is a personal portfolio and blog.",
|
||||
"status": "Ongoing",
|
||||
"link": "github.com/Death916/deathsite",
|
||||
"link": "https://github.com/Death916/deathsite",
|
||||
|
||||
},
|
||||
{
|
||||
"title": "Deathclock",
|
||||
"description": "Sports and weather clock and dashboard",
|
||||
"status": "Ongoing",
|
||||
"link": "github.com/Death916/deathclock",
|
||||
"link": "https://github.com/Death916/deathclock",
|
||||
},
|
||||
{
|
||||
"title": "Death916's Guild",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue