From fd817bc45754f7f55fb9b7b5ebfaf5c13b125c3c Mon Sep 17 00:00:00 2001 From: Kian Kasad <36869955+kdkasad@users.noreply.github.com> Date: Fri, 21 Feb 2020 12:21:36 -0800 Subject: [PATCH] The previous link didn't point to anything, it simply returned a 404 when clicked. The `.` was changed to a `/` so the link now works. --- _Sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_Sidebar.md b/_Sidebar.md index 411d7a1..9c55a82 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1 +1 @@ -https://github.com/vim-airline/vim-airline.wiki.git \ No newline at end of file +https://github.com/vim-airline/vim-airline/wiki.git \ No newline at end of file