From 924b6ffaddb1b15f30c2cbdca7c42ae832bbfa1b Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 21 Oct 2018 23:06:53 +0300 Subject: [PATCH] fix --- .../02-first-steps/04-variables/2-declare-variables/solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/04-variables/2-declare-variables/solution.md b/1-js/02-first-steps/04-variables/2-declare-variables/solution.md index 69aa3558..9ffc3efc 100644 --- a/1-js/02-first-steps/04-variables/2-declare-variables/solution.md +++ b/1-js/02-first-steps/04-variables/2-declare-variables/solution.md @@ -18,4 +18,4 @@ Again, we could shorten that to `userName` if we know for sure that the user is Modern editors and autocomplete make long variable names easy to write. Don't save on them. A name with 3 words in it is fine. -And if your editor does not have proper autocompletion, get [a new one](/editors). +And if your editor does not have proper autocompletion, get [a new one](/code-editors).