From 006230f9ded4736576ebf12b44e76db5da5d2f5e Mon Sep 17 00:00:00 2001 From: Patrick Davey Date: Sun, 12 Feb 2017 17:54:40 +1300 Subject: [PATCH] Fix mis-spelled vim routes file link. In the README.md it links to - [Open Routes File With vim-rails](vim/open-routes-file-with-vim-rails.md) However, the md file is actually called open-routes-files. This fix renames the vim/open-routes-files to the singular version. --- ...files-with-vim-rails.md => open-routes-file-with-vim-rails.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vim/{open-routes-files-with-vim-rails.md => open-routes-file-with-vim-rails.md} (100%) diff --git a/vim/open-routes-files-with-vim-rails.md b/vim/open-routes-file-with-vim-rails.md similarity index 100% rename from vim/open-routes-files-with-vim-rails.md rename to vim/open-routes-file-with-vim-rails.md