Skip to content

Commit 1f8a8bc

Browse files
committed
Remove references to deprecated go template
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent b38e383 commit 1f8a8bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/openfaas-pro/kafka-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Your function(s) can then subscribe to one or more topics by setting the topic a
3636
Create a new function:
3737

3838
```bash
39-
export OPENFAAS_PREFIX=docker.io/alexellis2
39+
export OPENFAAS_PREFIX=ghcr.io/openfaas
4040
faas-cli new --lang golang-middleware provision-customer
4141
```
4242

docs/reference/yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ provider:
395395
gateway: http://127.0.0.1:8080
396396
functions:
397397
hello:
398-
lang: python3
398+
lang: python3-http
399399
handler: ./hello
400400
image: openfaas/hello:0.1.0
401401

0 commit comments

Comments
 (0)