fix relative links

This commit is contained in:
Maciej Winnicki 2016-10-14 11:21:34 +02:00
parent 7ae1e3044f
commit eaa6ef9149
No known key found for this signature in database
GPG Key ID: 950BD3CA7EDF6008

View File

@ -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