From 45bceae7a5854973d4e42a1d4b4fcc6ac653db2e Mon Sep 17 00:00:00 2001 From: maoyangLiu Date: Thu, 29 Apr 2021 09:24:56 +0800 Subject: [PATCH] fix the outdate url (#25849) Signed-off-by: maoyangLiu --- doc/PROTOCOL-WEB.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md index 1ee93606f65..c3f9169b331 100644 --- a/doc/PROTOCOL-WEB.md +++ b/doc/PROTOCOL-WEB.md @@ -137,5 +137,5 @@ Versioning --- Browser-specific features - -* For features that are unique to browser or HTML clients, check the [spec doc](https://github.com/grpc/grpc-web/blob/master/BROWSER-FEATURES.md) published in the grpc/grpc-web repo. + +* For features that are unique to browser or HTML clients, check the [spec doc](https://github.com/grpc/grpc-web/blob/master/doc/browser-features.md) published in the grpc/grpc-web repo.