From 326df476a1acd4afbdd0fc706a9592d5e17f3d24 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Wed, 27 Jan 2016 15:58:00 -0500 Subject: [PATCH] Link to docs instead of github repo Now that we have more robust duplication docs, we can link to them. --- config/contents/duplicated_code.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/contents/duplicated_code.md.erb b/config/contents/duplicated_code.md.erb index 9151aff0..22bfe557 100644 --- a/config/contents/duplicated_code.md.erb +++ b/config/contents/duplicated_code.md.erb @@ -9,7 +9,7 @@ When you violate DRY, bugs and maintenance problems are sure to follow. Duplicat ## Issue Mass Duplicated code has a calculated mass, which can be thought of as a measure of how much logic has been duplicated. -This issue has a mass of `<%= mass %>`: if you would like to change the minimum mass that will be reported as an issue, please see the details in [`codeclimate-duplication`'s documentation](https://github.com/codeclimate/codeclimate-duplication). +This issue has a mass of `<%= mass %>`: if you would like to change the minimum mass that will be reported as an issue, please see the details in [`codeclimate-duplication`'s documentation](https://docs.codeclimate.com/docs/duplication). ## Refactorings