From 9c7587a44aba63a75761b91100999a594db1c6a0 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 24 May 2024 13:10:59 -0400 Subject: [PATCH] and example root --- examples/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 85ce732fd..ab7c803c4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,9 +4,8 @@ This directory contains examples of how to use Arcjet. ## Example app -Try an Arcjet protected app live at -[https://example.arcjet.com](https://example.arcjet.com) ([source -code](https://github.com/arcjet/arcjet-js-example)). +Try an Arcjet protected app live at [https://example.arcjet.com][example-url] +([source code][example-source]). ## Arcjet development @@ -17,3 +16,6 @@ export ARCJET_LOG_LEVEL=DEBUG export ARCJET_BASE_URL=https://decide.arcjet.orb.local:4082 export NODE_TLS_REJECT_UNAUTHORIZED=0 # Allows local self-signed certs ``` + +[example-url]: https://example.arcjet.com +[example-source]: https://github.com/arcjet/arcjet-js-example