From 9a96d2640347ec92e852fade699e44db3d5ac088 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Fri, 12 Jan 2024 15:20:20 -0800 Subject: [PATCH 1/2] Fix another broken README link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30a8955..c6865f9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ make breaking changes in the 1.x series of releases. Offered under the [Apache 2 license][license]. [Getting Started]: https://connectrpc.com/docs/go/getting-started +[authn]: https://github.com/connectrpc/authn-go [blog]: https://buf.build/blog/connect-a-better-grpc [conformance]: https://github.com/connectrpc/conformance [connect-es]: https://github.com/connectrpc/connect-es From 54f713ce2c6df49f47879d655ee8f9f6e5bc6a6b Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Fri, 12 Jan 2024 15:21:57 -0800 Subject: [PATCH 2/2] Make demo into a link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6865f9..997a3ab 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ func withCORS(connectHandler http.Handler) http.Handler { ## Ecosystem * [connect-go]: the Go implementation of Connect's RPC runtime -* [examples-go]: service powering demo.connectrpc.com, including bidi streaming +* [examples-go]: service powering [demo.connectrpc.com][demo], including bidi streaming * [grpchealth]: gRPC-compatible health checks * [grpcreflect]: gRPC-compatible server reflection * [authn]: pluggable authentication for Connect servers @@ -73,6 +73,7 @@ Offered under the [Apache 2 license][license]. [connect-es]: https://github.com/connectrpc/connect-es [connect-go]: https://github.com/connectrpc/connect-go [cors]: https://github.com/connectrpc/cors-go +[demo]: https://demo.connectrpc.com [docs]: https://connectrpc.com [examples-go]: https://github.com/connectrpc/examples-go [go-support-policy]: https://golang.org/doc/devel/release#policy