From 19e2e65254b377a115fa2d5e45ee74dba0be6e45 Mon Sep 17 00:00:00 2001 From: Alexander Mykolaichuk Date: Thu, 4 Jun 2020 22:18:37 +0200 Subject: [PATCH] fixed links (#8020) --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1faf1caf4..a45014026 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -18,8 +18,8 @@ work on an issue, comment on it first and tell us the approach you want to take. * Report potential bugs. * Suggest product enhancements. * Increase our test coverage. -* Fix a [bug](https://github.com/hashicorp/consul/labels/bug). -* Implement a requested [enhancement](https://github.com/hashicorp/consul/labels/enhancement). +* Fix a [bug](https://github.com/hashicorp/consul/labels/type/bug). +* Implement a requested [enhancement](https://github.com/hashicorp/consul/labels/type/enhancement). * Improve our guides and documentation. Consul's [Guides](https://www.consul.io/docs/guides/index.html), [Docs](https://www.consul.io/docs/index.html), and [api godoc](https://godoc.org/github.com/hashicorp/consul/api) are deployed from this repo. * Respond to questions about usage on the issue tracker or the Consul section of the [HashiCorp forum]: (https://discuss.hashicorp.com/c/consul)