Fix links

This commit is contained in:
dogeystamp 2022-06-05 12:18:52 -04:00
parent 925ffd28b2
commit cd3fdff8e9
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 6 additions and 6 deletions

View File

@ -68,11 +68,11 @@ excerpt from blanktags:
2.31.1
```
My [gitea](../git/) instance hosts all my personal builds of [dwm](../git/dogeystamp/dwm), [st](../git/dogeystamp/st), and other suckless utilities. These include other people's patches, as well as my own modifications.
My [gitea](https://git.dogeystamp.com/) instance hosts all my personal builds of [dwm](https://git.dogeystamp.com/dogeystamp/dwm), [st](https://git.dogeystamp.com/dogeystamp/st), and other suckless utilities. These include other people's patches, as well as my own modifications.
#### homeserver ansible playbook
This server is configured automatically using an [Ansible playbook.](../git/dogeystamp/homeserver-ansible)
This server is configured automatically using an [Ansible playbook.](https://git.dogeystamp.com/dogeystamp/homeserver-ansible)
After flashing the device with Arch Linux ARM, Ansible takes over. This includes bootstrapping Python and configuring network settings.
Users, groups and permissions are also handled.
@ -91,13 +91,13 @@ For a more extensive list, check the README file.
I have some experience using Python too, mostly for small scripts. Here's some of them:
- [cdn](../git/dogeystamp/cdn): Small file upload service made in Python/Flask
- [cdn](https://git.dogeystamp.com/dogeystamp/cdn): Small file upload service made in Python/Flask
I wrote this as part of the BrebeufHx 2022 hackathon. This is a component of a chat application.
- [dwg](../git/dogeystamp/dwg): Convert coordinates to and from words. By default, using the regular Diceware dictionary,
- [dwg](https://git.dogeystamp.com/dogeystamp/dwg): Convert coordinates to and from words. By default, using the regular Diceware dictionary,
it can get to around meter precision using 4 words.
- [calendar-tool](../git/dogeystamp/calendar-tool): Generates a .csv file calendar for my school schedule. Because it is a 6-day cycle, weekly recurring events would have to be changed very often, and as such I wanted to make this tool.
- [calendar-tool](https://git.dogeystamp.com/dogeystamp/calendar-tool): Generates a .csv file calendar for my school schedule. Because it is a 6-day cycle, weekly recurring events would have to be changed very often, and as such I wanted to make this tool.
### art

View File

@ -5,7 +5,7 @@ For more info about me, including contact info, check out [my about page.](about
## services
### [gitea](../git/)
### [gitea](https://git.dogeystamp.com)
Local git server, along with frontend. This hosts the majority of the projects I have done in the past.