update links

This commit is contained in:
AJ ONeal 2020-11-13 05:13:09 -07:00
parent b7de32833a
commit eef6ca679f
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Telebit
| **Telebit Client** | [Telebit Relay](/tree/master/cmd/telebit) | [Telebit Mgmt](/tree/master/cmd/mgmt) |
| **Telebit Client** | [Telebit Relay](/cmd/telebit) | [Telebit Mgmt](/cmd/mgmt) |
A secure, end-to-end Encrypted tunnel.
@ -34,7 +34,7 @@ export TLS_LOCALS=https:*:3000
See `./telebit --help` for all options. \
See [`examples/client.env`][client-env] for detail explanations.
[client-env]: /tree/master/examples/client.env
[client-env]: /examples/client.env
### System Services

View File

@ -1,6 +1,6 @@
# Telebit Mgmt
| [Telebit Client](../../) | [Telebit Relay](../telebit) | **Telebit Mgmt** |
| [Telebit Client](/README.md) | [Telebit Relay](../telebit) | **Telebit Mgmt** |
Device Management, Authorization, and ACME Relay Server.
@ -40,7 +40,7 @@ export PORT=6468
See `./telebit --help` for all options. \
See [`examples/mgmt.env`][mgmt-env] for detail explanations.
[mgmt-env]: /../../examples/mgmt.env
[mgmt-env]: /examples/mgmt.env
## System Services

View File

@ -1,6 +1,6 @@
# Telebit Relay
| [Telebit Client](../../) | **Telebit Relay** | [Telebit Mgmt](../mgmt) |
| [Telebit Client](/README.md) | **Telebit Relay** | [Telebit Mgmt](../mgmt) |
Secure tunnel, relay, and reverse-proxy server.
@ -41,7 +41,7 @@ export ACME_RELAY_URL=http://localhost:6468/api/acme-relay
See `./telebit-relay --help` for all options. \
See [`examples/relay.env`][relay-env] for detail explanations.
[relay-env]: /tree/master/examples/relay.env
[relay-env]: /examples/relay.env
Note: It is not necessary to specify the `--flags` when using the ENVs.