From eaa6ef9149d1143f4ffb8ec0da5f3a3a555dcf0b Mon Sep 17 00:00:00 2001 From: Maciej Winnicki Date: Fri, 14 Oct 2016 11:21:34 +0200 Subject: [PATCH] fix relative links --- docs/framework-statistics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/framework-statistics.md b/docs/framework-statistics.md index 6adad1c4c..2ecd652f8 100644 --- a/docs/framework-statistics.md +++ b/docs/framework-statistics.md @@ -13,7 +13,7 @@ of our users to improve Serverless in future releases. However you can always [d Our main goal is anonymity. All the data is anonymized and won't reveal who you are or what the project you're working on is / looks like. -Please take a look at the [`logStat()` method](../lib/classes/Utils.js) in the `Utils` class to see what (and how) we collect statistics. +Please take a look at the [`logStat()` method](https://github.com/serverless/serverless/blob/master/lib/classes/Utils.js) in the `Utils` class to see what (and how) we collect statistics. ## How it's implemented @@ -21,8 +21,8 @@ We encourage you to look into the source to see more details about the actual im The whole implementation consists of two parts: -1. The [slstats plugin](../lib/plugins/slstats) -2. The `logStat()` method you can find in the [Utils class](../lib/classes/Utils.js) +1. The [slstats plugin](https://github.com/serverless/serverless/tree/master/lib/plugins/slstats) +2. The `logStat()` method you can find in the [Utils class](https://github.com/serverless/serverless/blob/master/lib/classes/Utils.js) ## How to disable it