@@ -12,7 +12,7 @@ This repository is a directory of information and resources for the project.
12
12
* [ Frequently asked questions] ( FAQ.md )
13
13
* [ Tutorial] ( tutorial.md )
14
14
* [ Kind cluster setup] ( kind-setup.md )
15
- * [ CLI Download] ( https://boson-project/faas /releases )
15
+ * [ CLI Download] ( https://github.com/ boson-project/func /releases )
16
16
17
17
## Using Boson Functions
18
18
@@ -31,14 +31,14 @@ please feel free to
31
31
The major components of the Boson Project are:
32
32
33
33
* 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 )
35
35
for Go, Node.js and Quarkus. The runtime is responsible for managing incoming
36
36
CloudEvents or HTTP connections, and invoking the user function.
37
37
* [ Buildpacks] ( https://github.com/boson-project/buildpacks ) for Go, Node.js and
38
38
Quarkus. The buildpacks are based on the CNCF Buildpack specification and
39
39
automate the process of converting a user's function from source code into a
40
40
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
42
42
functions as a Knative Service. The CLI may be run standalone in
43
43
vanilla Kubernetes environments, and it is also available as a compiled plugin
44
44
for ` kn ` in the OpenShift Serverless Functions product.
@@ -48,9 +48,9 @@ The major components of the Boson Project are:
48
48
49
49
If you don't already have an OpenShift cluster with Serverless installed, or a
50
50
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 )
52
52
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
54
54
local system.
55
55
56
56
## Support
0 commit comments