This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 465000b6 chore: fix an incorrect issue link on reflection page (#295)
465000b6 is described below
commit 465000b6b7e04ce7b6fc7f9fc8a16dcc14541bdd
Author: Laglangyue <[email protected]>
AuthorDate: Sun Apr 14 16:07:12 2024 +0800
chore: fix an incorrect issue link on reflection page (#295)
---
docs/src/main/paradox/server/reflection.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/main/paradox/server/reflection.md
b/docs/src/main/paradox/server/reflection.md
index 4de8fee6..64958c10 100644
--- a/docs/src/main/paradox/server/reflection.md
+++ b/docs/src/main/paradox/server/reflection.md
@@ -2,7 +2,7 @@
@@@note
-This feature is **experimental** (@github[Issue #850](#850)).
+This feature is **experimental** [Issue
#850](https://github.com/akka/akka-grpc/issues/850).
It implements version v1alpha of the [upstream
standard](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto),
so we might expect subsequent versions of the service to emerge. Also,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]