From 9f358d1d29ed59908d49afb43c7460aa7619b4ef Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 10 Jan 2018 22:21:10 -0800 Subject: [PATCH] update plugins reference links --- Readme.md | 2 +- docs/Introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7a5e3b578..107bad3bd 100644 --- a/Readme.md +++ b/Readme.md @@ -153,7 +153,7 @@ Slate encourages you to write small, reusable modules. Check out the public ones - [`slate-prism`](https://github.com/GitbookIO/slate-prism) highlights code blocks with [Prism.js](http://prismjs.com/)! - [`slate-soft-break`](https://github.com/ianstormtaylor/slate-soft-break) adds a soft break when `enter` is pressed. - [`slate-drop-or-paste-images`](https://github.com/ianstormtaylor/slate-drop-or-paste-images) lets users drop or paste images to insert them! -- [**See all the plugins...**](https://yarnpkg.com/en/packages?q=slate) +- [**See all the plugins...**](https://github.com/ianstormtaylor/slate/blob/master/docs/general/plugins.md)
diff --git a/docs/Introduction.md b/docs/Introduction.md index 44b36ea1e..92e20d05a 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -93,7 +93,7 @@ Slate encourages you to write small, reusable modules. Check out the public ones - [`slate-prism`](https://github.com/GitbookIO/slate-prism) highlights code blocks with [Prism.js](http://prismjs.com/)! - [`slate-soft-break`](https://github.com/ianstormtaylor/slate-soft-break) adds a soft break when `enter` is pressed. - [`slate-drop-or-paste-images`](https://github.com/ianstormtaylor/slate-drop-or-paste-images) lets users drop or paste images to insert them! -- [**View all plugins on `npm`...**](https://www.npmjs.com/browse/keyword/slate) +- [**View all plugins...**](https://github.com/ianstormtaylor/slate/blob/master/docs/general/plugins.md) ## Documentation