From 6caf79571ae29ecb8f5f51e51636b3e69ea72512 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 4 Sep 2015 16:20:12 +0200 Subject: [PATCH] Oops issue refs not automatically expanded in md docs --- CODESTYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODESTYLE.md b/CODESTYLE.md index bc726d0..a9039aa 100644 --- a/CODESTYLE.md +++ b/CODESTYLE.md @@ -4,7 +4,7 @@ The source code of **libTidy**, and console app **tidy**, follow the preferences Developers adding code to **Tidy!** are urged to try to follow the existing code style. Code that does not follow these conventions may be accepted, but may be modified as time goes by to best fit the `Tidy Style`. -There has been a suggestion of using available utilities to make the style consistent, like [Uncrusty](https://github/bengardener/uncrusty) - see issue #245 and maybe others... +There has been a suggestion of using available utilities to make the style consistent, like [Uncrusty](https://github/bengardener/uncrusty) - see [issue #245](https://github.com/htacg/tidy-html5/issues/245), and maybe others... Others have suggested the [AStyle](http://astyle.sourceforge.net/) formatting program with say '-taOHUKk3 -M8' arguments, to conform, but there are a few bugs in AStyle.