From 51ceb38fb19d0bda4d2be2d598ca7d22fd754469 Mon Sep 17 00:00:00 2001 From: heyinshen Date: Tue, 14 Jun 2022 10:52:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E5=A4=87=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E4=BB=93=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: heyinshen --- README.md | 2 +- README_zh.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2593298c2..8b267652b 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ ATM provides unified access control for apps and allows apps or service abilitie [startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README.md) -[security\_deviceauth](https://gitee.com/openharmony/security_deviceauth/blob/master/README.md) +[security\_device\_auth](https://gitee.com/openharmony/security_device_auth/blob/master/README.md) [security\_access\_token](https://gitee.com/openharmony/security_access_token/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index 5b9c8162e..43093e236 100644 --- a/README_zh.md +++ b/README_zh.md @@ -75,6 +75,6 @@ ATM提供了统一的应用权限访问控制功能,支持应用程序或者SA [startup\_init\_lite](https://gitee.com/openharmony/startup_init_lite/blob/master/README_zh.md) -[security\_deviceauth](https://gitee.com/openharmony/security_deviceauth/blob/master/README_zh.md) +[security\_device\_auth](https://gitee.com/openharmony/security_device_auth/blob/master/README_zh.md) -**[security\_access\_token](https://gitee.com/openharmony/security_access_token/blob/master/README_zh.md)** \ No newline at end of file +**[security\_access\_token](https://gitee.com/openharmony/security_access_token/blob/master/README_zh.md)** -- Gitee