docs: fix links

This commit is contained in:
Tasia Iso 2024-05-17 08:16:38 +02:00
parent f2a3c790dd
commit 80c1463a5c
Signed by: tasiaiso
SSH Key Fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
5 changed files with 8 additions and 8 deletions

View File

@ -49,6 +49,6 @@ TODO: tfrpc
Apps can interact with Tilde Friends using tfrpc. Apps can interact with Tilde Friends using tfrpc.
Read <tfrpc.md> Read [tfrpc.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/apps/tfrpc.md)
TODO: sharing apps TODO: sharing apps

View File

@ -41,7 +41,7 @@ To build in docker, `docker build .`
<!-- On NixOS: TODO --> <!-- On NixOS: TODO -->
<!-- Add shell.nix and nix derivs first --> <!-- Add shell.nix and nix derivs first -->
Now that you have a binary, head over to <running.md>. Now that you have a binary, head over to [running.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/running.md).
## Troubleshooting ## Troubleshooting

View File

@ -38,7 +38,7 @@ TODO
- I want to write documentation ! - I want to write documentation !
Great! Before you do, have a look at the [documentation guidelines](guidelines/documentation-guidelines.md) to learn how to write consistent documentation. Great! Before you do, have a look at the [documentation guidelines](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/guidelines/documentation-guidelines.md) to learn how to write consistent documentation.
In all cases: In all cases:

View File

@ -2,12 +2,12 @@
## Building ## Building
See <building.md>. See [building.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/building.md).
## Contibuting ## Contibuting
See <contributing.md>. See [contributing.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/contributing.md).
## FAQ / Troubleshooting ## FAQ / Troubleshooting
See <faq.md>. See [faq.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/faq.md).

View File

@ -2,11 +2,11 @@
## I started tildefriends. Now what ? ## I started tildefriends. Now what ?
See <running.md>. See [running.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/running.md).
### The compiler throws an error and I can't build the binary ### The compiler throws an error and I can't build the binary
See <building.md>. See [building.md](https://dev.tildefriends.net/cory/tildefriends/src/branch/main/docs/building.md).
### Where is my database located ? ### Where is my database located ?