From 4e12e11fe2ca081f28cdf58009b5ca9211fb2189 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Mon, 7 Jul 2025 20:57:13 -0400 Subject: [PATCH] change how pages are referenced --- src/commands/helpLibrary/_rootHelp.ts | 2 +- src/commands/helpLibrary/differences.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/helpLibrary/_rootHelp.ts b/src/commands/helpLibrary/_rootHelp.ts index e464da3..ac54844 100644 --- a/src/commands/helpLibrary/_rootHelp.ts +++ b/src/commands/helpLibrary/_rootHelp.ts @@ -16,7 +16,7 @@ import { MiscFeaturesHelpPages } from 'commands/helpLibrary/miscFeatures.ts'; const name = `${config.name}'s Roll Command Details`; const description = `You can chain as many of these options as you want, as long as the option does not disallow it. This command also can fully solve math equations with parenthesis. -The help options in this group use the notation \`xdy\` to indicate the basic/required dice notation for die count and size as detailed in the \`Dice Options/Basic Dice Options\` page. +The help options in this group use the notation \`xdy\` to indicate the basic/required dice notation for die count and size as detailed in the \`Dice Options>Basic Dice Options\` page. As this supports the [Roll20 formatting](${config.links.roll20Formatting}) syntax fully, more details and examples can be found [here](${config.links.roll20Formatting}). diff --git a/src/commands/helpLibrary/differences.ts b/src/commands/helpLibrary/differences.ts index c880bca..fbfc7b0 100644 --- a/src/commands/helpLibrary/differences.ts +++ b/src/commands/helpLibrary/differences.ts @@ -10,8 +10,8 @@ const dict = new Map([ { name: 'Features Differences', description: `The following features are implemented slightly different in ${config.name}: -- **GM Rolls:** Instead of doing \`/gmroll\`, use the regular inline syntax, but tack on \`-gm @user\`. More details can be found on the \`Roll Command Decorators/GM Roll\` page. -- **Computed Dice Rolls:** As ${config.name} supports implicit multiplication, computed dice rolls use the Nested Rolls syntax. More details can be found on the \`Miscellaneous Features/Nested Rolls\` page.`, +- **GM Rolls:** Instead of doing \`/gmroll\`, use the regular inline syntax, but tack on \`-gm @user\`. More details can be found on the \`Roll Command Decorators>GM Roll\` page. +- **Computed Dice Rolls:** As ${config.name} supports implicit multiplication, computed dice rolls use the Nested Rolls syntax. More details can be found on the \`Miscellaneous Features>Nested Rolls\` page.`, }, ], [