From 0986b1d5a61810f35edc7a024c75c5713b4d83d6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 23 Jun 2019 18:20:50 -0400 Subject: [PATCH] blog/v: permalink --- blog/v-vaporware-2019-06-23.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/v-vaporware-2019-06-23.markdown b/blog/v-vaporware-2019-06-23.markdown index ebfa170..183a225 100644 --- a/blog/v-vaporware-2019-06-23.markdown +++ b/blog/v-vaporware-2019-06-23.markdown @@ -334,7 +334,7 @@ the compilation of "Hello, world". ## HTTP Module V has a [http module](https://github.com/vlang/v/tree/master/http). It leaves a -lot to be desired. My favorite part is the implementation of [`download_file` on macOS](https://github.com/vlang/v/blob/master/http/download_mac.v#L60-L67): +lot to be desired. My favorite part is the implementation of [`download_file` on macOS](https://github.com/vlang/v/blob/978ec58fe300929555786fdf58cae1969ea317ba/http/download_mac.v): ``` fn download_file(url, out string) {