better link

This commit is contained in:
Tyrel Souza 2023-05-31 22:32:52 -04:00
parent 8b7491b0b6
commit e89c7cdbdd
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Advent of Code 2022 + End of Year Updates
=========================================
:author: tyrel
:category: Blog
:tags: python, adventofcode, 6502, assembly
:tags: python, adventofcode, 6502, assembly, rust, go
:status: published
Advent of Code this year is kicking my butt so I haven't been doing any tech blogging really lately. If you want to follow my progress, I think I might be done as of day 15 - This one seems to be a traveling salesman/knapsack problem related. Here's my repo: `https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python <https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python>`_.

View File

@ -17,7 +17,7 @@ MENUITEMS = [
]
LINKS = (
('Book Me', 'https://cal.com/tyrelsouza'),
('Code', 'https://gitea.tyrel.dev/'),
('Code', 'https://gitea.tyrel.dev/tyrel'),
('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'),
('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'),
)