Skip to content

Commit

Permalink
Merge pull request #832 from itowlson/py-kv
Browse files Browse the repository at this point in the history
Fix KV language and reference in language guides
  • Loading branch information
itowlson authored Aug 25, 2023
2 parents e0bd211 + 5d4cb9f commit 4c65a6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/spin/go-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ WASI can be used when implementing a Spin component.
## Storing Data in the Spin Key-Value Store

Spin has a key-value store built in. For information about using it from Rust, see [the key-value store tutorial](kv-store-tutorial).
Spin has a key-value store built in. For information about using it from TinyGo, see [the key-value store tutorial](kv-store-tutorial).

## Storing Data in SQLite

Expand Down
2 changes: 1 addition & 1 deletion content/spin/javascript-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const handleRequest: HandleRequest = async function(request: HttpRequest)

## Storing Data in the Spin Key-Value Store

Spin has a key-value store built in. For information about using it from Rust, see [the key-value store tutorial](kv-store-tutorial).
Spin has a key-value store built in. For information about using it from TypeScript/JavaScript, see [the key-value store tutorial](kv-store-tutorial).

## Storing Data in SQLite

Expand Down
2 changes: 1 addition & 1 deletion content/spin/python-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ redis-cli

## Storing Data in the Spin Key-Value Store

Spin has a key-value store built in. For information about using it from Rust, see [the key-value store tutorial](kv-store-tutorial).
Spin has a key-value store built in. For information about using it from Python, see [the key-value store API guide](kv-store-api-guide).

## Storing Data in SQLite

Expand Down

0 comments on commit 4c65a6d

Please sign in to comment.