diff --git a/docs/community.md b/docs/community.md
index efd9a8cac..83cf3c173 100644
--- a/docs/community.md
+++ b/docs/community.md
@@ -27,7 +27,7 @@ All of these channels are bridged together. Click on one of the badges below to
- [`SpaceVim/SpaceVim` on gitter](https://gitter.im/SpaceVim/SpaceVim)
- [`#spacevim` on FreeNode](https://webchat.freenode.net/?channels=spacevim)
-- [`t.me/SpaceVim` on telegram](t.me/SpaceVim)
+- [`t.me/SpaceVim` on telegram](https://t.me/SpaceVim)
- [`#spacevim:matrix.org` on Matrix](https://riot.im/app/#/room/%23spacevim:matrix.org)
- [`#spacevim` on slack](https://spacevim.slack.com/messages/C88CTJ62J)
diff --git a/docs/development/conventions.md b/docs/conventions.md
similarity index 99%
rename from docs/development/conventions.md
rename to docs/conventions.md
index a32190572..47c20a6b3 100644
--- a/docs/development/conventions.md
+++ b/docs/conventions.md
@@ -1,7 +1,6 @@
---
title: "Conventions"
description: "conventions of contributing to SpaceVim, including the coding style guides about vim script and markdown"
-permalink: "/conventions"
---
# Conventions
diff --git a/docs/development.md b/docs/development.md
index a8a7a98bb..d0ed327fe 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -74,7 +74,7 @@ For files not belonging to Spacemacs like local packages and libraries, refer to
#### Conventions
-SpaceVim is based on conventions, mainly for naming functions, keybindings definition and writing documentation. Please read the [conventions](https://spacevim.org/development/conventions) before your first contribution to get to know them.
+SpaceVim is based on conventions, mainly for naming functions, keybindings definition and writing documentation. Please read the [conventions](https://spacevim.org/conventions/) before your first contribution to get to know them.
#### Pull Request
diff --git a/docs/documentation.md b/docs/documentation.md
index 4f637b4a2..c245104ca 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -184,7 +184,7 @@ Community-driven configuration provides curated packages tuned by power users an
- **Lower the risk of RSI:** by heavily using the space bar instead of modifiers.
- **Batteries included:** discover hundreds of ready-to-use packages nicely
organised in configuration layers following a set of
- [conventions](http://spacevim.org/development/).
+ [conventions](http://spacevim.org/conventions/).
- **Neovim centric:** Dark powered mode of SpaceVim
## Screenshots
diff --git a/wiki/Progress.md b/wiki/Progress.md
index bc34f326a..7663afee8 100644
--- a/wiki/Progress.md
+++ b/wiki/Progress.md
@@ -1 +1 @@
-See the [Roadmap](https://spacevim.org/roadmap/) and [:help SpaceVim-features](https://spacevim.org/doc/user/vim_diff.html#nvim-features).
+See the [Roadmap](https://spacevim.org/roadmap/) and :help SpaceVim-features.