Skip to content

Commit ec89cd1

Browse files
committed
Update links to shipmight/helm-playground
1 parent 24316b3 commit ec89cd1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Wasm module is compiled in a GitHub action. You can find the workflow in [`.
1818
### Pull the repository
1919

2020
```bash
21-
git clone [email protected]:codeclown/helm-playground.git
21+
git clone [email protected]:shipmight/helm-playground.git
2222
```
2323

2424
### Run tests for the golang code

cheatsheet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h2><a href="#crypto" id="crypto">Crypto</a></h2>
185185

186186
<p>
187187
Source code for this page can be found on
188-
<a href="https://github.com/codeclown/helm-playground">GitHub</a>.
188+
<a href="https://github.com/shipmight/helm-playground">GitHub</a>.
189189
</p>
190190

191191
<p class="ad">

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/codeclown/helm-playground
1+
module github.com/shipmight/helm-playground
22

33
go 1.15
44

go/main/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"syscall/js"
55

6-
"github.com/codeclown/helm-playground/go/lib"
6+
"github.com/shipmight/helm-playground/go/lib"
77
)
88

99
func jsFuncWrapper() js.Func {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
A WebAssembly-file (2.3MB gzipped) will be downloaded and cached by
5454
your browser. It includes Sprig, which Helm uses for templating.
5555
Source on
56-
<a href="https://github.com/codeclown/helm-playground">GitHub</a>.
56+
<a href="https://github.com/shipmight/helm-playground">GitHub</a>.
5757
</p>
5858
</div>
5959
<div class="error" style="display: none"></div>

0 commit comments

Comments
 (0)