Skip to content

Commit 8d6e3fd

Browse files
authored
fix: broken link in readme
1 parent 0b0b6c1 commit 8d6e3fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository is a directory of information and resources for the project.
1212
* [Frequently asked questions](FAQ.md)
1313
* [Tutorial](tutorial.md)
1414
* [Kind cluster setup](kind-setup.md)
15-
* [CLI Download](https://boson-project/faas/releases)
15+
* [CLI Download](https://github.com/boson-project/func/releases)
1616

1717
## Using Boson Functions
1818

@@ -31,14 +31,14 @@ please feel free to
3131
The major components of the Boson Project are:
3232

3333
* Function
34-
[runtime templates](https://github.com/boson-project/faas/tree/main/templates)
34+
[runtime templates](https://github.com/boson-project/func/tree/main/templates)
3535
for Go, Node.js and Quarkus. The runtime is responsible for managing incoming
3636
CloudEvents or HTTP connections, and invoking the user function.
3737
* [Buildpacks](https://github.com/boson-project/buildpacks) for Go, Node.js and
3838
Quarkus. The buildpacks are based on the CNCF Buildpack specification and
3939
automate the process of converting a user's function from source code into a
4040
runnable OCI image.
41-
* A [CLI](https://github.com/boson-project/faas) for creating and managing
41+
* A [CLI](https://github.com/boson-project/func) for creating and managing
4242
functions as a Knative Service. The CLI may be run standalone in
4343
vanilla Kubernetes environments, and it is also available as a compiled plugin
4444
for `kn` in the OpenShift Serverless Functions product.
@@ -48,9 +48,9 @@ The major components of the Boson Project are:
4848

4949
If you don't already have an OpenShift cluster with Serverless installed, or a
5050
Kubernetes cluster with Knative Serving and Eventing, you can follow our
51-
[Getting Started with Kubernetes Guide](https://github.com/boson-project/faas/blob/develop/docs/getting_started_kubernetes.md)
51+
[Getting Started with Kubernetes Guide](https://github.com/boson-project/func/blob/main/docs/getting_started_kubernetes.md)
5252
to provision a cluster for function deployment. Or for a quick and easy set up,
53-
follow our instructions for setting up a [kind cluster]('kind-setup.md') on your
53+
follow our instructions for setting up a [kind cluster](kind-setup.md) on your
5454
local system.
5555

5656
## Support

0 commit comments

Comments
 (0)