From 5f7b81296eb9983bd104f47141c5d027c8422494 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 1 Oct 2022 11:53:40 -0600 Subject: [PATCH] Fix paths --- docs/_docs/modding/top-x.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/_docs/modding/top-x.md b/docs/_docs/modding/top-x.md index dc2b319b..e03c097f 100644 --- a/docs/_docs/modding/top-x.md +++ b/docs/_docs/modding/top-x.md @@ -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