fix(docs): fix links

This commit is contained in:
Dustin Stiles 2025-03-23 09:19:06 -04:00
parent fae203298f
commit fab4912a0d
Signed by: duwstiles
GPG Key ID: BCD9912EC231FC87

View File

@ -6,8 +6,8 @@ This is the documentation for DSFX, the next generation decentralized file excha
- [Axioms](./axioms.md) is our style guide, which outlines our design philosophy and coding standards. - [Axioms](./axioms.md) is our style guide, which outlines our design philosophy and coding standards.
- [Hosting](./hosting.md) gets you started with your own DSFX server. - [Hosting](./hosting.md) gets you started with your own DSFX server.
- [Administration](./administration/) shows you how to manage your DSFX server and its users. - [Administration](./administration.md) shows you how to manage your DSFX server and its users.
- [Operating](./operating/) covers the usage of the dsfx client to securely upload and download files. - [Operating](./operating.md) covers the usage of the dsfx client to securely upload and download files.
These docs are targeted at the users of DSFX. If you want to understand how it These docs are targeted at the users of DSFX. If you want to understand how it
works under the hood, check out the [internals docs](https://koti.casa/numenor-labs/dsfx/src/branch/main/docs/internals/README.md). works under the hood, check out the [internals docs](./internals/README.md).