mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix relative links
This commit is contained in:
parent
7ae1e3044f
commit
eaa6ef9149
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user