Skip to content

Commit 0501d44

Browse files
committed
Fix a 404 and make more links relative for docs pages
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent d3d7cff commit 0501d44

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Common use-cases include:
1919
* Receiving webhooks and testing OAuth integrations
2020
* Remote customer support
2121

22-
Do you want to scale to dozens, hundreds or thousands of tunnels? You may be looking for [inlets uplink](https://docs.inlets.dev/uplink/overview/)
22+
Do you want to scale to dozens, hundreds or thousands of tunnels? You may be looking for [inlets uplink](/uplink/overview/)
2323

2424
## How does it work?
2525

@@ -58,7 +58,7 @@ You can also use [the container image from ghcr.io](https://github.com/orgs/inle
5858

5959
Inlets Uplink is a complete solution for Kubernetes that makes it quick and easy to onboard hundreds or thousands of tenants. It can also be used to host tunnel servers on Kubernetes, for smaller amounts of tunnels.
6060

61-
Learn more: [Inlets Uplink](https://docs.inlets.dev/uplink/overview/)
61+
Learn more: [Inlets Uplink](/uplink/overview/)
6262

6363
## Reference documentation
6464

docs/tutorial/automated-http-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To see a list of supported clouds run:
2929
inletsctl create --help
3030
```
3131

32-
For instructions on how to create an API key or service account for each, [feel free to browse the docs](https://docs.inlets.dev/#/tools/inletsctl?id=inletsctl-reference-documentation).
32+
For instructions on how to create an API key or service account for each, [feel free to browse the docs](/reference/inlets-operator/).
3333

3434
```bash
3535
inletsctl create \

docs/tutorial/istio-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Install Istio:
9494
arkade install istio
9595
```
9696

97-
At the moment we don't have a public IP for the Istio gateway. The next step is te install the [inlets operator](https://docs.inlets.dev/reference/inlets-operator/) so we can get one.
97+
At the moment we don't have a public IP for the Istio gateway. The next step is te install the [inlets operator](/reference/inlets-operator/) so we can get one.
9898

9999
```
100100
kubectl get -n istio-system \
@@ -123,7 +123,7 @@ arkade install inlets-operator \
123123
--license-file "$HOME/.inlets/LICENSE"
124124
```
125125

126-
> You can run `arkade install inlets-operator --help` to see a list of other cloud providers or take a look at the [inlets-operator reference documentation](https://docs.inlets.dev/reference/inlets-operator/).
126+
> You can run `arkade install inlets-operator --help` to see a list of other cloud providers or take a look at the [inlets-operator reference documentation](/reference/inlets-operator/).
127127
128128
* Set the `--region` flag as required, it's best to have low latency between your current location and where the exit-servers will be provisioned.
129129

docs/tutorial/monitoring-and-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This can help you understand how tunnels are being used and answer questions lik
1111
## Introduction
1212
All the information for monitoring tunnels is exposed via the inlets control-plane. It provides a connection endpoint for clients, a status endpoint and a monitoring endpoint.
1313

14-
> Checkout the FAQ to [learn about the difference between the data-plane and control-plane](https://docs.inlets.dev/reference/faq/#whats-the-difference-between-the-data-plane-and-control-plane)
14+
> Checkout the FAQ to [learn about the difference between the data-plane and control-plane](/reference/faq/#whats-the-difference-between-the-data-plane-and-control-plane)
1515
1616
Inlets provides two distinct ways to monitor tunnels. You can use the `status` command that is part of the CLI or collect Prometheus metrics for background monitoring and alerting. We will explore both methods.
1717

docs/tutorial/ssh-tcp-tunnel.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,4 @@ You can also use other compatible tools like `sftp`, `scp` and `rsync`, just mak
173173

174174
The principles in this tutorial can be adapted for other protocols that run over TCP such as MongoDB or PostgreSQL, just adapt the port number as required.
175175

176-
* [Quick-start: Tunnel a private database over inlets Pro](https://docs.inlets.dev/#/get-started/quickstart-tcp-database)
177-
* [Purchase inlets for personal or commercial use](https://inlets.dev/pricing)
176+
* [Quick-start: Tunnel a private database over inlets](/tutorial/postgresql-tcp-tunnel/)

0 commit comments

Comments
 (0)