From 0f241c8c3a6585decfa02f49b367d589598aeabf Mon Sep 17 00:00:00 2001 From: Nishant Singh Date: Fri, 13 Dec 2019 15:24:08 +0530 Subject: [PATCH] Fixed broken link in github token missing warning (#352) --- src/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.js b/src/api.js index 943b0574..e3b0d7fe 100644 --- a/src/api.js +++ b/src/api.js @@ -17,7 +17,7 @@ else if (ci) { // warn(`github token not found // // You are missing out on some cool features. - // Read more here: https://github.com/siddharthkp/bundlesize#2-build-status + // Read more here: https://github.com/siddharthkp/bundlesize#build-status-for-github // `) }