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)