Skip to content

Commit

Permalink
Merge pull request #1096 from tpmccallum/bold-sdk-link
Browse files Browse the repository at this point in the history
Make link to SDK reference more prominent
  • Loading branch information
Timothy McCallum authored Dec 14, 2023
2 parents 500e16a + e0f490e commit 8e9f401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/spin/v2/language-support-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This page contains information about language support for Spin features:

{{ startTab "Rust"}}

[Visit the Spin SDK reference documentation.](https://fermyon.github.io/rust-docs/spin/main/spin_sdk/index.html)
**[πŸ“„ Visit the Rust Spin SDK reference documentation](https://docs.rs/spin-sdk/latest/spin_sdk/) to see specific modules, functions, variables and syntax relating to the following Rust features.**

| Feature | SDK Supported? |
|-----|-----|
Expand All @@ -36,7 +36,7 @@ This page contains information about language support for Spin features:

{{ startTab "TypeScript"}}

[Visit the Spin SDK reference documentation.](https://fermyon.github.io/spin-js-sdk/)
**[πŸ“„ Visit the JS/TS Spin SDK reference documentation](https://fermyon.github.io/spin-js-sdk/) to see specific modules, functions, variables and syntax relating to the following TS/JS features.**

| Feature | SDK Supported? |
|-----|-----|
Expand All @@ -59,7 +59,7 @@ This page contains information about language support for Spin features:

{{ startTab "Python"}}

[Visit the Spin SDK reference documentation.](https://fermyon.github.io/spin-python-sdk/)
**[πŸ“„ Visit the Python Spin SDK reference documentation](https://fermyon.github.io/spin-python-sdk/) to see specific modules, functions, variables and syntax relating to the following Python SDK.**

| Feature | SDK Supported? |
|-----|-----|
Expand All @@ -82,7 +82,7 @@ This page contains information about language support for Spin features:

{{ startTab "TinyGo"}}

[Visit the Spin SDK reference documentation.](https://pkg.go.dev/github.com/fermyon/spin/sdk/go/v2)
**[πŸ“„ Visit the TinyGo Spin SDK reference documentation](https://pkg.go.dev/github.com/fermyon/spin/sdk/go/v2) to see specific modules, functions, variables and syntax relating to the following TinyGo SDK.**

| Feature | SDK Supported? |
|-----|-----|
Expand Down

0 comments on commit 8e9f401

Please sign in to comment.