Skip to content

Commit 225b100

Browse files
committed
fix: transfer cleanup
1 parent 8a67534 commit 225b100

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/invoke-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo ">> language_path=$language_path"
9898
9999
## use the Pull request environment so that the changes are included in testing
100-
url="https://github.com/gauron99/func-templates#${{ env.HEADREF }}"
100+
url="https://github.com/functions-dev/templates#${{ env.HEADREF }}"
101101
echo ">> url=$url"
102102
103103
WORKDIR=$(mktemp -d)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Invoke All Functions](https://github.com/gauron99/func-templates/actions/workflows/invoke-all.yaml/badge.svg)](https://github.com/gauron99/func-templates/actions/workflows/invoke-all.yaml)
2-
[![License](https://img.shields.io/github/license/gauron99/func-templates)](https://github.com/gauron99/func-templates/blob/main/LICENSE)
1+
[![Invoke All Functions](https://github.com/functions-dev/templates/actions/workflows/invoke-all.yaml/badge.svg)](https://github.com/functions-dev/templates/actions/workflows/invoke-all.yaml)
2+
[![License](https://img.shields.io/github/license/functions-dev/templates)](https://github.com/functions-dev/templates/blob/main/LICENSE)
33

44
# WELCOME To Knative Function Templates!
55

@@ -125,13 +125,13 @@ Create a function in **golang** with **hello template** within the new
125125
(current and empty) directory
126126

127127
```
128-
func create --repository=https://github.com/gauron99/func-templates --language go --template=hello
128+
func create --repository=https://github.com/functions-dev/templates --language go --template=hello
129129
```
130130

131131
Alternatively create the directory with it:
132132

133133
```
134-
func create myfunc --repository=https://github.com/gauron99/func-templates --language go --template=hello
134+
func create myfunc --repository=https://github.com/functions-dev/templates --language go --template=hello
135135
```
136136

137137
where `--language` conveniently matches the runtime and `--template` matches
@@ -226,7 +226,7 @@ You can simply add `--remote` to your `func deploy` command.
226226
[How-To-Use](#how-to-use) section.
227227

228228
```
229-
github.com/gauron99/func-templates <--[root]
229+
github.com/function-dev/templates <--[root]
230230
├── go <------------------------------[language]
231231
│   ├── hello <-----------------------[template]
232232
│   │ └── <function source files>

0 commit comments

Comments
 (0)