From 72378850f908363af493d4e12a3890fa53cbd7fc Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 22 May 2024 15:23:20 +0200 Subject: [PATCH 1/2] docs: Fix link to online docs Signed-off-by: Christoph Wurst --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c01f397..b49baac 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud-libraries/nextcloud-auth)](https://api.reuse.software/info/github.com/nextcloud-libraries/nextcloud-auth) [![npm](https://img.shields.io/npm/v/@nextcloud/auth.svg)](https://www.npmjs.com/package/@nextcloud/auth) -[![Documentation](https://img.shields.io/badge/Documentation-online-brightgreen)](https://nextcloud.github.io/nextcloud-auth/index.html) +[![Documentation](https://img.shields.io/badge/Documentation-online-brightgreen)](https://nextcloud-libraries.github.io/nextcloud-auth/index.html) Nextcloud helpers related to authentication and the current user @@ -36,4 +36,4 @@ if (user.isAdmin) { } ``` -For more imformation check [nextcloud.github.io/nextcloud-auth](https://nextcloud.github.io/nextcloud-auth/index.html) +For more imformation check [nextcloud-libraries.github.io/nextcloud-auth](https://nextcloud-libraries.github.io/nextcloud-auth/index.html) From 15da8e399937b4b1e65bd86a68d665cd65d8830a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 22 May 2024 15:43:50 +0200 Subject: [PATCH 2/2] docs: Fix typo imformation->information Signed-off-by: Christoph Wurst --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b49baac..a892ec1 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ if (user.isAdmin) { } ``` -For more imformation check [nextcloud-libraries.github.io/nextcloud-auth](https://nextcloud-libraries.github.io/nextcloud-auth/index.html) +For more information check [nextcloud-libraries.github.io/nextcloud-auth](https://nextcloud-libraries.github.io/nextcloud-auth/index.html)