From 6840f57e250567281fa9e94f2461d7efa25c7072 Mon Sep 17 00:00:00 2001 From: Ben Hamilton Date: Tue, 24 Jan 2017 10:44:13 -0800 Subject: [PATCH] Fix doc-relative paths --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95b62fb24..989acfe55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ 1. [Fork](https://help.github.com/articles/fork-a-repo) the [antlr/antlr4 repo](https://github.com/antlr/antlr4) 2. Install and configure [EditorConfig](http://editorconfig.org/) so your text editor or IDE uses the ANTLR 4 coding style -3. [Build ANTLR 4](building-antlr.md) -4. [Run the ANTLR project unit tests](antlr-project-testing.md) +3. [Build ANTLR 4](doc/building-antlr.md) +4. [Run the ANTLR project unit tests](doc/antlr-project-testing.md) 5. Create a [pull request](https://help.github.com/articles/using-pull-requests/) including your change