Fix paths

This commit is contained in:
Bryan Ashby 2022-10-01 11:53:40 -06:00
parent cee25a7104
commit 5f7b81296e
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 2 additions and 4 deletions

View File

@ -21,9 +21,7 @@ The `mciMap` `config` block configures MCI code mapping to data sources. Current
##### User Event Log (userEventLog)
When `type` is set to `userEventLog`, entries from the User Event Log can be counted (ie: individual instances of a particular log item) or summed in the case of log items that have numeric values. The default is to sum.
Some current User Event Log `value` examples include `ul_files`, `dl_file_bytes`, or `achievement_earned`. See [user_log_name.js](/core/user_log_name.js) for additional information.
Example `userEventLog` entry:
Some current User Event Log `value` examples include `ul_files`, `dl_file_bytes`, or `achievement_earned`. See [user_log_name.js](../../../core/user_log_name.js) for additional information./user_log_name.jsEry:
```hjson
mciMap: {
1: { // e.g.: %VM1
@ -36,7 +34,7 @@ mciMap: {
```
#### User Properties (userProp)
When `type` is set to `userProp`, data is collected from individual user's properties. For example a `value` of `minutes_online_total_count`. See [user_property.js](/core/user_property.js) for more information.
When `type` is set to `userProp`, data is collected from individual user's properties. For example a `value` of `minutes_online_total_count`. See [user_property.js](../../../core/user_property.js) for more information.
Example `userProp` entry:
```hjson