This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 18877dc06d fix(docs): fix a url link in the authorization doc. (#8059)
18877dc06d is described below

commit 18877dc06deeed885b15031fd13ffe40ef73d8ad
Author: Yujiang Zhong <[email protected]>
AuthorDate: Thu Aug 14 11:11:05 2025 +0800

    fix(docs): fix a url link in the authorization doc. (#8059)
    
    Correct a link in the authorization doc.
---
 docs/security/authorization-pushdown.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/security/authorization-pushdown.md 
b/docs/security/authorization-pushdown.md
index 22b1f62aab..9f193c0d92 100644
--- a/docs/security/authorization-pushdown.md
+++ b/docs/security/authorization-pushdown.md
@@ -37,7 +37,7 @@ In order to use the Ranger Hadoop SQL Plugin, you need to 
configure the followin
 The Gravitino Ranger authorization plugin only supports the Apache Ranger 
HadoopSQL Plugin and Apache Ranger HDFS Plugin.
 :::
 
-Once you have used the correct configuration, you can perform authorization 
operations by calling Gravitino [authorization RESTful 
API](https://gravitino.apache.org/docs/latest/api/rest/grant-roles-to-a-user).
+Once you have used the correct configuration, you can perform authorization 
operations by calling Gravitino [authorization RESTful 
API](https://gravitino.apache.org/docs/latest/api/rest/grant-role-to-user).
 
 Gravitino will initially create three roles in Apache Ranger:
 

Reply via email to