diff --git a/docs/development.md b/docs/development.md index bb12e2fd0..0ccf5eb92 100644 --- a/docs/development.md +++ b/docs/development.md @@ -35,13 +35,14 @@ endfunction ## Build with SpaceVim -SpaceVim provide a lot of public APIs, you can create plugins base on this APIs. also you can add a badge to the README of your plugin. +SpaceVim provide a lot of public [APIs](https://spacevim.org/development#apis), you can create plugins base on this APIs. also you can add a badge to the README.md of your plugin. ![](https://img.shields.io/badge/build%20with-SpaceVim-ff69b4.svg) markdown + ```md -[![](https://img.shields.io/badge/build%20with-SpaceVim-ff69b4.svg)](https://spacevim.org) +[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org) ``` ## Changelog diff --git a/docs/img/build-with-SpaceVim.svg b/docs/img/build-with-SpaceVim.svg new file mode 100644 index 000000000..0dc0becec --- /dev/null +++ b/docs/img/build-with-SpaceVim.svg @@ -0,0 +1 @@ +build withbuild withSpaceVimSpaceVim \ No newline at end of file