From 6a31c8621fb60c6d4d39638e544e4fd7d8510b0a Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Fri, 9 Nov 2018 11:02:43 +0100 Subject: [PATCH] fix typo --- contributing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 2c2f9d8..ea68ca9 100644 --- a/contributing.md +++ b/contributing.md @@ -45,8 +45,7 @@ If you find a bug in Dynare, please report it on our [Gitlab Issue page](https://git.dynare.org/Dynare/dynare/issues). But! Before you do, please ensure you are working with the latest version of Dynare. - If reporting a bug in the ***stable*** version of Dynare: - - Ensure the bug exists in the [latest stable version of Dynare](/download#stable) -page](https://git.dynare.org/Dynare/dynare/issues) telling us exactly how to reproduce the problem. +Ensure the bug exists in the [latest stable version of Dynare](/download#stable) telling us exactly how to reproduce the problem. - If reporting a bug in the ***unstable*** version of Dynare: - Ensure the bug exists in the most recent version of the Dynare source code. You can either test it by installing the latest [Dynare snapshot](/download#snapshot) or by installing the source code from the [Git repository](https://git.dynare.org/Dynare/dynare) -- GitLab