diff --git a/docs/jackson/examples.md b/docs/jackson/examples.md index 81dbeea5..b6f31c0a 100644 --- a/docs/jackson/examples.md +++ b/docs/jackson/examples.md @@ -10,7 +10,7 @@ description: Examples & Resources for our Enterprise SSO product - [Jackson with Next.js and NextAuth.js](https://github.com/boxyhq/jackson-examples/tree/main/apps/next-auth) - [Jackson with Remix and remix-auth](https://github.com/boxyhq/jackson-remix-auth) -- [Jackson with React and client-side OAuth](https://github.com/boxyhq/jackson-examples/tree/main/apps/react) +- [Jackson with React and client-side OAuth](https://github.com/boxyhq/jackson-examples/tree/main/apps/react-example) - [Jackson with Express.js](https://github.com/boxyhq/jackson-examples/tree/main/apps/express) - [Jackson with Supertokens and Express.js](https://github.com/boxyhq/jackson-supertokens-express) - [Jackson with Express.js and Auth0](https://github.com/boxyhq/express-jackson-auth0-demo) diff --git a/guides/jackson/frameworks/react.md b/guides/jackson/frameworks/react.md index 81a067d3..a3056641 100644 --- a/guides/jackson/frameworks/react.md +++ b/guides/jackson/frameworks/react.md @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem'; This guide assumes that you have a React app and want to enable SAML Single Sign-On authentication for your enterprise customers. By the end of this guide, you'll have an app that allows you to authenticate the users using SAML Single Sign-On. -If you wish to dive straight into the source, Checkout: https://github.com/boxyhq/jackson-examples/tree/main/apps/react +If you wish to dive straight into the source, Checkout: https://github.com/boxyhq/jackson-examples/tree/main/apps/react-example :::info We use an express backend with the React Single Page App. The code for this can be found at https://github.com/boxyhq/jackson-examples/tree/main/apps/express-api