fix links

This commit is contained in:
c0repwn3r 2023-06-21 09:42:13 -04:00
parent 08b5c14334
commit 932084951d
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 8 additions and 4 deletions

View File

@ -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 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` ## 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) - An email address (you don't need access to the mailbox though)
- Access to the `trifid-api` server logs to get the login token - Access to the `trifid-api` server logs to get the login token
- - `tfcli` installed

View File

@ -10,4 +10,8 @@
## Getting Started ## 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. 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`.