From f073914779c7e624ab3e4ebdc570d2101fd20b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Jel=C3=ADnek?= <33990009+AdamJel@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:07:14 +0100 Subject: [PATCH] docs: remove link to non-existing section (#1210) ### Changes EXAMPLES.md contains a link to a section which does not exist in the document. Hence the removal of the link. ### References ### Testing No tests were changed or exercised since this is a docs fix. - [ ] This change adds unit test coverage - [ ] This change adds integration test coverage - [ ] This change has been tested on the latest version of the platform/language ### Checklist - [x] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - [x] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md) - [x] All code quality tools/guidelines have been run/followed --- EXAMPLES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 9b8cc8a3e..f6ee95b60 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -5,7 +5,6 @@ - [Refresh Tokens](#refresh-tokens) - [Data Caching Options](#creating-a-custom-cache) - [Organizations](#organizations) -- [Advanced Options](#advanced-options) ## Logging Out