mirror of https://github.com/dapr/docs.git
Link to correct Go SDK page in dapr docs
This commit is contained in:
parent
d4b90e2b87
commit
f7df25e601
|
@ -101,7 +101,7 @@ Welcome to the Dapr documentation site!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="media mt-3">
|
<div class="media mt-3">
|
||||||
<a class="pr-4" href="{{< ref sdks >}}">
|
<a class="pr-4" href="{{< ref go >}}">
|
||||||
<img src="/images/homepage/golang.svg" alt="Go logo" width=30>
|
<img src="/images/homepage/golang.svg" alt="Go logo" width=30>
|
||||||
</a>
|
</a>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
|
|
|
@ -34,7 +34,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho
|
||||||
| [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core]({{< ref dotnet-aspnet >}}) | ✔ |
|
| [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core]({{< ref dotnet-aspnet >}}) | ✔ |
|
||||||
| [Python]({{< ref python >}}) | Stable | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
|
| [Python]({{< ref python >}}) | Stable | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
|
||||||
| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | Spring Boot | ✔ |
|
| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | Spring Boot | ✔ |
|
||||||
| [Go](https://github.com/dapr/go-sdk) | Stable | ✔ | ✔ | |
|
| [Go]({{< ref go >}}) | Stable | ✔ | ✔ | |
|
||||||
| [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ |
|
| [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ |
|
||||||
| [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | |
|
| [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | |
|
||||||
| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | |
|
| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | |
|
||||||
|
|
Loading…
Reference in New Issue