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 ---------