From 720ee1624ca3f46d22f69f40ce852b8b787c6916 Mon Sep 17 00:00:00 2001 From: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:45:32 +1000 Subject: [PATCH] Fix broken link. (#750) Signed-off-by: bgravenorst --- docs/developers/tooling/social-login/openfort.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/developers/tooling/social-login/openfort.md b/docs/developers/tooling/social-login/openfort.md index ec153dff2..2ec26fdfe 100644 --- a/docs/developers/tooling/social-login/openfort.md +++ b/docs/developers/tooling/social-login/openfort.md @@ -3,10 +3,14 @@ title: Openfort image: /img/socialCards/openfort.jpg --- -## Account Abstraction Infrastructure Built for Web3 Games +## Account abstraction infrastructure for Web3 games -[Openfort](https://openfort.xyz) is an infrastructure provider designed to simplify the development of games and gamified experiences across their suite of API endpoints. +[Openfort](https://openfort.xyz) is an infrastructure provider designed to simplify the development +of games and gamified experiences across their suite of API endpoints. -Authenticated users can instantly access the embedded, non-custodial [smart account](https://www.openfort.xyz/docs/security#smart-contract-accounts) from within the app context and sign blockchain transactions. +Authenticated users can instantly access the embedded, non-custodial +[smart account](https://www.openfort.xyz/docs/security#smart-contract-accounts) from within the app context +and sign blockchain transactions. -Use [Auth Quick Start Guide](https://www.openfort.xyz/docs/guides/auth/overview) to allow social login for onboarding users. +Use [Auth Quick Start Guide](https://www.openfort.xyz/docs/guides/getting-started) to allow social login +for onboarding users.