From df923d091ef5ae013534db7996262c545b0ba7f2 Mon Sep 17 00:00:00 2001 From: mbj36 Date: Thu, 6 Jun 2019 01:46:59 +0530 Subject: [PATCH] docs: Fix link in docs --- src/documentation/0013-node-output-to-cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/0013-node-output-to-cli/index.md b/src/documentation/0013-node-output-to-cli/index.md index 824b9085b5..8a76a8b833 100644 --- a/src/documentation/0013-node-output-to-cli/index.md +++ b/src/documentation/0013-node-output-to-cli/index.md @@ -146,7 +146,7 @@ It will not appear in the console, but it will appear in the error log. ## Color the output -You can color the output of your text in the console by using [escape sequences](https://gist.github.com/chrisopedia/8754917). An escape sequence is a set of characters that identifies a color. +You can color the output of your text in the console by using [escape sequences](https://gist.github.com/iamnewton/8754917). An escape sequence is a set of characters that identifies a color. Example: