We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38e383 commit 1f8a8bcCopy full SHA for 1f8a8bc
docs/openfaas-pro/kafka-events.md
@@ -36,7 +36,7 @@ Your function(s) can then subscribe to one or more topics by setting the topic a
36
Create a new function:
37
38
```bash
39
-export OPENFAAS_PREFIX=docker.io/alexellis2
+export OPENFAAS_PREFIX=ghcr.io/openfaas
40
faas-cli new --lang golang-middleware provision-customer
41
```
42
docs/reference/yaml.md
@@ -395,7 +395,7 @@ provider:
395
gateway: http://127.0.0.1:8080
396
functions:
397
hello:
398
- lang: python3
+ lang: python3-http
399
handler: ./hello
400
image: openfaas/hello:0.1.0
401
0 commit comments