From 3c52763b23f2cd6a94ebcf28f01bbf061cd31432 Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Tue, 20 Dec 2022 15:18:13 -0800 Subject: [PATCH] Include link to original source of repo This repo is often used in examples, where it's copied wholesale or inserted via submodule into another repository. If a user wants to modify the JS app's actual source, rather than just the local copy, they will benefit from having the link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6957a28..14e68103 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Sample Applications for Okta -This repository contains several sample applications that demonstrate various Okta use-cases in your React application. +[This repository](https://github.com/okta/samples-js-react) contains several sample applications that demonstrate various Okta use-cases in your React application. Each sample makes use of the [Okta React Library][].