From 34ee5da082c736cd004e52cba9048fdef34e49fa Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Mon, 14 Nov 2022 11:33:05 -0500 Subject: [PATCH] docs: Fix broken link --- docs/subreddit-configuration/in-depth/userNotes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subreddit-configuration/in-depth/userNotes/README.md b/docs/subreddit-configuration/in-depth/userNotes/README.md index 0f89202..9d9284c 100644 --- a/docs/subreddit-configuration/in-depth/userNotes/README.md +++ b/docs/subreddit-configuration/in-depth/userNotes/README.md @@ -25,7 +25,7 @@ Valid Note Types: ## Filter -User Notes are an additional criteria on [AuthorCriteria](https://json-schema.app/view/%23%2Fdefinitions%2FAuthorCriteria?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fcontext-mod%2Fmaster%2Fsrc%2FSchema%2FApp.json) that can be used alongside other Author properties for both [filtering rules and in the AuthorRule.](/docs/moderators/components/author/) +User Notes are an additional criteria on [AuthorCriteria](https://json-schema.app/view/%23%2Fdefinitions%2FAuthorCriteria?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fcontext-mod%2Fmaster%2Fsrc%2FSchema%2FApp.json) that can be used alongside other Author properties for both [filtering rules and in the AuthorRule.](../author) Consult the [schema](https://json-schema.app/view/%23%2Fdefinitions%2FUserNoteCriteria?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fcontext-mod%2Fmaster%2Fsrc%2FSchema%2FApp.json) for a complete reference of the **UserNoteCriteria** object that can be used in AuthorCriteria.