From 22a1db50ba0eaed589d8dade1fd131d57b41d1a9 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 14 Jan 2019 08:42:17 +0100 Subject: [PATCH] update uncrustify URL link (#2456) The actual uncrustify link points to astyle :-) --- docs/_posts/2017-02-11-use-vim-as-a-java-ide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md index aacb6e571..23c0dc6e2 100644 --- a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md +++ b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md @@ -94,7 +94,7 @@ Base on JavaUnite, you can use `SPC l r c` to run current function or use `SPC l ## Code formatting -For formatting java code, you also nEed have [uncrustify](http://astyle.sourceforge.net/) or [astyle](http://astyle.sourceforge.net/) in your PATH. +For formatting java code, you also nEed have [uncrustify](https://github.com/uncrustify/uncrustify) or [astyle](http://astyle.sourceforge.net/) in your PATH. BTW, the google's [java formatter](https://github.com/google/google-java-format) also works well with neoformat. ![format-java](https://user-images.githubusercontent.com/13142418/46323426-ccadde80-c620-11e8-9726-d99025f3bf76.gif)