From 197420db287a313888cf469cf1b515f5baa9a1a3 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 00:06:10 -0700 Subject: [PATCH] notch/bnotch snippets now come from plugin-notches, not plugin-theme. --- markdown/dev/reference/api/snippets/bnotch/en.md | 2 +- markdown/dev/reference/api/snippets/notch/en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/reference/api/snippets/bnotch/en.md b/markdown/dev/reference/api/snippets/bnotch/en.md index 9aba63594dd..9f7d7d290dd 100644 --- a/markdown/dev/reference/api/snippets/bnotch/en.md +++ b/markdown/dev/reference/api/snippets/bnotch/en.md @@ -5,7 +5,7 @@ title: bnotch The `bnotch` snippet is intended for notches at the back, or when you need an alternative to the default `notch`. -It is provided by [plugin-theme](/reference/plugins/theme/). +It is provided by [plugin-notches](/reference/plugins/notches/). ```js snippets.demo = new Snippet('bnotch', points.anchor) diff --git a/markdown/dev/reference/api/snippets/notch/en.md b/markdown/dev/reference/api/snippets/notch/en.md index e481d6ce9cb..f47aaa70274 100644 --- a/markdown/dev/reference/api/snippets/notch/en.md +++ b/markdown/dev/reference/api/snippets/notch/en.md @@ -3,7 +3,7 @@ title: notch --- The `notch` snippet is intended for notches and is -provided by [plugin-theme](/reference/plugins/theme/). +provided by [plugin-notches](/reference/plugins/notches/). ```js snippets.demo = new Snippet('bnotch', points.anchor)