From 89ff3c1ae00861d862d6727b8c03b84f1293a5e3 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 29 Aug 2023 10:58:52 -0600 Subject: [PATCH] Added link to quickstarts (#2490) --- site/docs/v1/tech/example-apps/_example_apps_intro.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/docs/v1/tech/example-apps/_example_apps_intro.adoc b/site/docs/v1/tech/example-apps/_example_apps_intro.adoc index dc68a0598f..bbae91d7d9 100644 --- a/site/docs/v1/tech/example-apps/_example_apps_intro.adoc +++ b/site/docs/v1/tech/example-apps/_example_apps_intro.adoc @@ -1,4 +1,6 @@ -We've created a number of example applications. These are all licensed under Apache2 and are made available with no warranty. We happily accept pull requests to improve these applications. +We've created a number of example applications. These are all licensed under Apache2 and are made available with no warranty. We happily accept pull requests to improve these applications. + +You also may be interested in link:/docs/quickstarts/[our quickstarts], which offer a quick way to get started adding login and other FusionAuth functionality to your application. ifdef::language[] These typically use the link:/docs/v1/tech/client-libraries/{language}[{language} client libraries].