From f32f010d5b39a813976064ec89df95f2805928e2 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 27 Sep 2018 09:24:19 +0200 Subject: [PATCH] Fix wrong URL for issue tracker in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a26900..63a14216 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Icinga Director is an Open Source project and lives from your contributions. No matter whether these are feature requests, issues, translations, documentation or code. -* Please check whether a related issue alredy exists on our [Issue Tracker](https://dev.icinga.com/projects/icingaweb2-module-director/issues) +* Please check whether a related issue already exists on our [Issue Tracker](https://github.com/Icinga/icingaweb2-module-director/issues) * Make sure your code conforms to the [PSR-2: Coding Style Guide](http://www.php-fig.org/psr/psr-2/) * [Unit-Tests](doc/93-Testing.md) would be great * Send a [Pull Request](https://github.com/Icinga/icingaweb2-module-director/pulls)