Skip to content

Commit

Permalink
use relative links for going back (#548)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>

Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Nov 22, 2022
1 parent 6e40f21 commit 0a1fbb1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Although the HTTP Add-on is very configurable and supports multiple different de

![architecture diagram](./images/arch.png)

[Go back to landing page](/)
[Go back to landing page](./)
2 changes: 1 addition & 1 deletion docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ Alternatively, you can prompt the scaler to fetch counts from all interceptors,
curl -L localhost:9898/api/v1/namespaces/$NAMESPACE/services/keda-add-ons-http-external-scaler:9091/proxy/queue_ping
```

[Go back to landing page](/)
[Go back to landing page](./)
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ OpenFaaS and KEDA-HTTP both can deploy and autoscale HTTP workloads onto Kuberne
- OpenFaaS can run either on or off Kubernetes, while KEDA-HTTP is Kubernetes-only.
- OpenFaaS requires several additional components when running in Kubernetes, like Prometheus. The documentation refers to this as the [PLONK stack](https://docs.openfaas.com/deployment/#plonk-stack).

[Go back to landing page](/)
[Go back to landing page](./)
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ $ helm upgrade kedahttp ./charts/keda-add-ons-http \

Now that you're finished installing KEDA and the HTTP Add-on, please proceed to the [walkthrough](./walkthrough.md) to test out your new installation.

[Go back to landing page](/)
[Go back to landing page](./)
2 changes: 1 addition & 1 deletion docs/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The HTTP Add-on only includes the necessary infrastructure to respond to new, mo
To learn more, we recommend reading about our [design](design.md) or go through our [FAQ](faq.md).

[Go back to landing page](/)
[Go back to landing page](./)
2 changes: 1 addition & 1 deletion docs/use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Getting the HTTP Add-on working can be done transparently and without downtime t
- [Install](./install.md) the add-on. This step will have no effect on the running application.
- Create a new `HTTPScaledObject`. This step activates autoscaling for the `Deployment` that you specify and the application will immediately start scaling up and down based on incoming traffic through the interceptor that was created.

[Go back to landing page](/)
[Go back to landing page](./)
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ curl -H "Host: myhost.com" <Your IP>

>Note the `-H` flag above to specify the `Host` header. This is needed to tell the interceptor how to route the request. If you have a DNS name set up for the IP, you don't need this header.
[Go back to landing page](/)
[Go back to landing page](./)

0 comments on commit 0a1fbb1

Please sign in to comment.