From 5ba52123aeaa3103bad054b13c7fe743bb4df5fe Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 2 Oct 2017 03:19:50 +0800 Subject: [PATCH] vimscript: fix link --- vimscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimscript.md b/vimscript.md index 57b64bcc0..ed4bf158c 100644 --- a/vimscript.md +++ b/vimscript.md @@ -125,7 +125,7 @@ toupper('Hello') ``` Also see `:help functions` -See: [String functions](learnvimscriptthehardway.stevelosh.com/chapters/27.html) +See: [String functions](http://learnvimscriptthehardway.stevelosh.com/chapters/27.html) Functions ---------