From e0f1e464399ddf6b53c9f9603802a770d2d44bd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=9E=84=EC=A4=80=EC=98=81?= <xjuny1996@gmail.com>
Date: Thu, 28 Apr 2022 21:49:51 +0900
Subject: [PATCH] Change yamlvim link to correct link

Detail
=====
 - from: https://www.vim.org/scripts/script.php?script_id=3191
 - to: https://www.vim.org/scripts/script.php?script_id=3190
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 3f4e7851..71671926 100644
--- a/index.html
+++ b/index.html
@@ -154,7 +154,7 @@
   - <a href="https://github.com/jpsim/Yams"                       >Yams</a>          <span class="ycom"># libyaml wrapper</span>
 
   <span class="ykey">Others</span><span class="ysep">:</span>
-  - <a href="http://www.vim.org/scripts/script.php?script_id=3191">yamlvim</a>       <span class="ycom"># YAML dumper/emitter in pure vimscript</span>
+  - <a href="http://www.vim.org/scripts/script.php?script_id=3190">yamlvim</a>       <span class="ycom"># YAML dumper/emitter in pure vimscript</span>
 
 <span class="ykey">Related Projects</span><span class="ysep">:</span>
   - <a href="http://rjbs.manxome.org/rx/"                 >Rx</a>            <span class="ycom"># Multi-Language Schemata Tool for JSON/YAML</span>