Skip to content

Commit 6a85835

Browse files
committed
Update faasd links
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 2bafaa9 commit 6a85835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/architecture/invocations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page aims to explain function invocations and lifecycle.
44

55
In an OpenFaaS installation, functions can be invoked through HTTP requests to the OpenFaaS gateway, specifying the path as part of the URL.
66

7-
There are some differences between OpenFaaS with [Kubernetes](/deployment/kubernetes) and [faasd](/deployment/faasd), so this page focuses on users of Kubernetes.
7+
There are some differences between OpenFaaS with [Kubernetes](/deployment/kubernetes) and [faasd](/deployment/edge), so this page focuses on users of Kubernetes.
88

99
![Conceptual diagram: a synchronous invocation](/images/invoke.png)
1010
> Conceptual diagram: a synchronous invocation.

docs/architecture/stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These applications can be installed via Helm charts, or by using a GitOps operat
3636

3737
* The unit of execution for a function is a Pod, managed by containerd or Docker.
3838
* A container registry holds each function as an immutable artifact that can be deployed to the OpenFaaS gateway using its REST API, UI or CLI.
39-
* Kubernetes is the platform that allows functions to scale across multiple hosts, [faasd](/deployment/faasd/) is a simpler alternative for smaller installations.
39+
* Kubernetes is the platform that allows functions to scale across multiple hosts, [faasd](/deployment/edge/) is a simpler alternative for smaller installations.
4040

4141
This layer is usually built manually during exploration and development, and using a tool like Terraform for production.
4242

docs/cli/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The OpenFaaS CLI allows you to create, update, list and delete secrets using `faas-cli` instead of Docker or Kubernetes command line tools.
44

5-
The reason behind this is to give you simplicity when you need to use secrets for your functions as well as to provide a layer of abstraction, as it will work for both Kubernetes and [faasd](/deployment/faasd/).
5+
The reason behind this is to give you simplicity when you need to use secrets for your functions as well as to provide a layer of abstraction, as it will work for both Kubernetes and [faasd](/deployment/edge/).
66

77
See also: `faas-cli secret --help`
88

0 commit comments

Comments
 (0)