Skip to content

Commit

Permalink
Merge pull request #1224 from vcs222/fix-key-value-tutorial-md
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Mar 25, 2024
2 parents b98be42 + 60674db commit 197ba55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions content/spin/v1/key-value-store-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Let's create a Spin application that will send and retreive data from a key valu
```bash
$ spin new http-rust spin-key-value

# Reference: https://github.com/fermyon/spin/tree/main/examples/rust-key-value
# Reference: https://github.com/fermyon/spin-rust-sdk/tree/stable/examples/rust-key-value
```

{{ blockEnd }}
Expand All @@ -67,7 +67,7 @@ $ spin new http-rust spin-key-value
```bash
$ spin new http-ts spin-key-value

# Reference: https://github.com/fermyon/spin-js-sdk/tree/main/examples/typescript/spin_kv
# Reference: https://github.com/fermyon/spin-js-sdk/tree/stable/examples/typescript/spin_kv
```

{{ blockEnd }}
Expand All @@ -79,7 +79,7 @@ $ spin new http-ts spin-key-value
```bash
$ spin new http-go spin-key-value

# Reference: https://github.com/fermyon/spin/tree/main/examples/tinygo-key-value
# Reference: https://github.com/fermyon/spin-go-sdk/tree/stable/examples/key-value
```

{{ blockEnd }}
Expand Down
8 changes: 4 additions & 4 deletions content/spin/v2/key-value-store-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Let's create a Spin application that will send and retrieve data from a key valu
```bash
$ spin new -t http-rust spin-key-value

# Reference: https://github.com/fermyon/spin/tree/main/examples/rust-key-value
# Reference: https://github.com/fermyon/spin-rust-sdk/tree/stable/examples/rust-key-value
```

{{ blockEnd }}
Expand All @@ -64,7 +64,7 @@ $ spin new -t http-rust spin-key-value
```bash
$ spin new -t http-ts spin-key-value

# Reference: https://github.com/fermyon/spin-python-sdk/tree/main/examples/spin-kv
# Reference: https://github.com/fermyon/spin-js-sdk/tree/main/examples/typescript/spin_kv
```

{{ blockEnd }}
Expand All @@ -76,7 +76,7 @@ $ spin new -t http-ts spin-key-value
```bash
$ spin new -t http-py spin-key-value

# Reference: https://github.com/fermyon/spin/tree/main/examples/tinygo-key-value
# Reference: https://github.com/fermyon/spin-python-sdk/tree/main/examples/spin-kv
```

{{ blockEnd }}
Expand All @@ -88,7 +88,7 @@ $ spin new -t http-py spin-key-value
```bash
$ spin new -t http-go spin-key-value

# Reference: https://github.com/fermyon/spin/tree/main/examples/tinygo-key-value
# Reference: https://github.com/fermyon/spin-go-sdk/tree/stable/examples/key-value
```

{{ blockEnd }}
Expand Down

0 comments on commit 197ba55

Please sign in to comment.