From 932084951dbbd9236a4e9ebee94ab9ba0c624e17 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Wed, 21 Jun 2023 09:42:13 -0400 Subject: [PATCH] fix links --- docs/tfcli/getting_started.md | 6 +++--- docs/tfcli/index.md | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/tfcli/getting_started.md b/docs/tfcli/getting_started.md index f1e3ac3..f92a1fc 100644 --- a/docs/tfcli/getting_started.md +++ b/docs/tfcli/getting_started.md @@ -2,9 +2,9 @@ This guide will walk you through the process of setting up a new `trifid-api` organization and enrolling your first host, from scratch, using the `trifid` stack and a `trifid-api` server. -This guide assumes you already have a `trifid-api` server set up, but you have *not* created a user account or organization yet. If you have, the [Quick Reference Handbook](./qrh.md) may be of more use to you. +This guide assumes you already have a `trifid-api` server set up, but you have *not* created a user account or organization yet. If you have, the [Quick Reference Handbook](docs/tfcli/qrh.md) may be of more use to you. -If you don't have a `trifid-api` server set up, or need help configuring it, consider checking out the [`trifid-api` Getting Started Guide](../trifid-api/getting_started.md) or the [`trifid-api` Quick Reference Handbook](../trifid-api/qrh.md). +If you don't have a `trifid-api` server set up, or need help configuring it, consider checking out the [`trifid-api` Getting Started Guide](docs/trifid-api/getting_started.md) or the [`trifid-api` Quick Reference Handbook](docs/trifid-api/qrh.md). ## Installing `tfcli` @@ -24,4 +24,4 @@ The first step in setting up your `trifid-api` account is creating it! This, lik - An email address (you don't need access to the mailbox though) - Access to the `trifid-api` server logs to get the login token -- \ No newline at end of file +- `tfcli` installed \ No newline at end of file diff --git a/docs/tfcli/index.md b/docs/tfcli/index.md index c2731f2..a6c5994 100644 --- a/docs/tfcli/index.md +++ b/docs/tfcli/index.md @@ -10,4 +10,8 @@ ## Getting Started -Please check out the [Getting Started Guide](./getting_started.md) to learn how to create a organization from scratch and enroll your first host using the `tfcli` program. \ No newline at end of file +Please check out the [Getting Started Guide](docs/tfcli/getting_started.md) to learn how to create a organization from scratch and enroll your first host using the `tfcli` program. + +## Quick Reference Handbook + +Check out the [quick reference handbook](docs/tfcli/qrh.md) with a listing of all commands available on `tfcli`. \ No newline at end of file