From fab4912a0da47c2f08a5d3aab5a79906da669c4f Mon Sep 17 00:00:00 2001 From: Dustin Stiles Date: Sun, 23 Mar 2025 09:19:06 -0400 Subject: [PATCH] fix(docs): fix links --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5b0abe2..3f38e3a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. - [Hosting](./hosting.md) gets you started with your own DSFX server. -- [Administration](./administration/) 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. +- [Administration](./administration.md) shows you how to manage your DSFX server and its users. +- [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 -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).