diff --git a/PhoenixAPI/AddShortcut.md b/PhoenixAPI/AddShortcut.md index 942eb01..d064f47 100644 --- a/PhoenixAPI/AddShortcut.md +++ b/PhoenixAPI/AddShortcut.md @@ -42,7 +42,7 @@ None. ## Related -[PinShortcut](./PinShortcut.md) +[[PinShortcut]] ## Examples diff --git a/PhoenixAPI/ApplyBitMask.md b/PhoenixAPI/ApplyBitMask.md index 0a395c0..8bd871a 100644 --- a/PhoenixAPI/ApplyBitMask.md +++ b/PhoenixAPI/ApplyBitMask.md @@ -29,7 +29,7 @@ None. ## Related -[BitClear](./BitClear.md), [BitSet](./BitSet.md), [BitToggle](./BitToggle.md) +[[BitClear]], [[BitSet]], [[BitToggle]] ## Examples diff --git a/PhoenixAPI/BitClear.md b/PhoenixAPI/BitClear.md index a4ec18b..685c1b1 100644 --- a/PhoenixAPI/BitClear.md +++ b/PhoenixAPI/BitClear.md @@ -29,7 +29,7 @@ None. ## Related -[ApplyBitMask](./ApplyBitMask.md), [BitSet](./BitSet.md), [BitToggle](./BitToggle.md) +[[ApplyBitMask]], [[BitSet]], [[BitToggle]] ## Examples diff --git a/PhoenixAPI/BitSet.md b/PhoenixAPI/BitSet.md index 5b8395d..57b4e15 100644 --- a/PhoenixAPI/BitSet.md +++ b/PhoenixAPI/BitSet.md @@ -29,7 +29,7 @@ None. ## Related -[ApplyBitMask](./ApplyBitMask.md), [BitClear](./BitClear.md), [BitToggle](./BitToggle.md) +[[ApplyBitMask]], [[BitClear]], [[BitToggle]] ## Examples diff --git a/PhoenixAPI/BitToggle.md b/PhoenixAPI/BitToggle.md index f2a7d61..3397082 100644 --- a/PhoenixAPI/BitToggle.md +++ b/PhoenixAPI/BitToggle.md @@ -29,7 +29,7 @@ None. ## Related -[ApplyBitMask](./ApplyBitMask.md), [BitClear](./BitClear.md), [BitSet](./BitSet.md) +[[ApplyBitMask]], [[BitClear]], [[BitSet]] ## Examples diff --git a/PhoenixAPI/DirDeleteEx.md b/PhoenixAPI/DirDeleteEx.md index aa3bf29..3f442fc 100644 --- a/PhoenixAPI/DirDeleteEx.md +++ b/PhoenixAPI/DirDeleteEx.md @@ -26,7 +26,7 @@ If the command fails the build will halt. ## Related -[FileDeleteEx](./FileDeleteEx.md) +[[FileDeleteEx]] ## Examples diff --git a/PhoenixAPI/FileDeleteEx.md b/PhoenixAPI/FileDeleteEx.md index 7613d75..3c9141d 100644 --- a/PhoenixAPI/FileDeleteEx.md +++ b/PhoenixAPI/FileDeleteEx.md @@ -26,7 +26,7 @@ If the command fails the build will halt. ## Related -[DirDeleteEx](./DirDeleteEx.md) +[[DirDeleteEx]] ## Examples diff --git a/PhoenixAPI/InnoCleanup.md b/PhoenixAPI/InnoCleanup.md index 24ef592..215a8a7 100644 --- a/PhoenixAPI/InnoCleanup.md +++ b/PhoenixAPI/InnoCleanup.md @@ -31,7 +31,7 @@ You can use the InnoCleanup command to bulk remove files that you have not renam ## Related -[InnoExtract](./InnExtract.md), [Innounp](./Innounp.md), [InnoRename](./InnoRename.md) +[[InnoExtract]], [[Innounp]], [[InnoRename]] ## Examples diff --git a/PhoenixAPI/InnoExtract.md b/PhoenixAPI/InnoExtract.md index b7753f9..3131b8a 100644 --- a/PhoenixAPI/InnoExtract.md +++ b/PhoenixAPI/InnoExtract.md @@ -30,7 +30,7 @@ If unpacking fails the build will halt. ## Related -[InnoCleanup](./InnoCleanup.md), [Innounp](./Innounp.md), [InnoRename](./InnoRename.md) +[[InnoCleanup]], [[Innounp]], [[InnoRename]] ## Examples diff --git a/PhoenixAPI/InnoRename.md b/PhoenixAPI/InnoRename.md index 4196ea7..4381eb7 100644 --- a/PhoenixAPI/InnoRename.md +++ b/PhoenixAPI/InnoRename.md @@ -32,7 +32,7 @@ You can use the InnoRename command to bulk rename the files with the suffix you ## Related -[InnoCleanup](./InnoCleanup.md), [InnoExtract](./InnoExtract.md), [Innounp](./Innounp.md) +[[InnoCleanup]], [[InnoExtract]], [[Innounp]] ## Examples diff --git a/PhoenixAPI/Innounp.md b/PhoenixAPI/Innounp.md index 133ee40..5757df9 100644 --- a/PhoenixAPI/Innounp.md +++ b/PhoenixAPI/Innounp.md @@ -33,7 +33,7 @@ See the Innounp documentation for more details on innounp.exe arguments. ## Related -[InnoExtract](./InnoExtract.md) +[[InnoExtract]] ## Examples diff --git a/PhoenixAPI/JSONCompact.md b/PhoenixAPI/JSONCompact.md index d243388..c425ed2 100644 --- a/PhoenixAPI/JSONCompact.md +++ b/PhoenixAPI/JSONCompact.md @@ -24,7 +24,7 @@ None. ## Related -[JSONDelete](./JSONDelete.md), [JSONPretty](./JSONPretty.md), [JSONRead](./JSONRead.md), [JSONWrite](./JSONWrite.md) +[[JSONDelete]], [[JSONPretty]], [[JSONRead]], [[JSONWrite]] ## Examples diff --git a/PhoenixAPI/JSONDelete.md b/PhoenixAPI/JSONDelete.md index 8e08ea6..f313dbc 100644 --- a/PhoenixAPI/JSONDelete.md +++ b/PhoenixAPI/JSONDelete.md @@ -25,7 +25,7 @@ For help with GJSON Path Notation see [Path Syntax Help](https://github.com/tidw ## Related -[JSONCompact](./JSONCompact.md), [JSONPretty](./JSONPretty.md), [JSONRead](./JSONRead.md), [JSONWrite](./JSONWrite.md) +[[JSONCompact]], [[JSONPretty]], [[JSONRead]], [[JSONWrite]] ## Examples diff --git a/PhoenixAPI/JSONPretty.md b/PhoenixAPI/JSONPretty.md index ac4b65e..5c3bfa0 100644 --- a/PhoenixAPI/JSONPretty.md +++ b/PhoenixAPI/JSONPretty.md @@ -24,7 +24,7 @@ None. ## Related -[JSONCompact](./JSONCompact.md), [JSONDelete](./JSONDelete.md), [JSONRead](./JSONRead.md), [JSONWrite](./JSONWrite.md) +[[JSONCompact]], [[JSONDelete]], [[JSONRead]], [[JSONWrite]] ## Examples diff --git a/PhoenixAPI/JSONRead.md b/PhoenixAPI/JSONRead.md index 1b6427e..2aaffd2 100644 --- a/PhoenixAPI/JSONRead.md +++ b/PhoenixAPI/JSONRead.md @@ -27,7 +27,7 @@ For help with GJSON Path Notation see [Path Syntax Help](https://github.com/tidw ## Related -[JSONCompact](./JSONCompact.md), [JSONDelete](./JSONDelete.md), [JSONPretty](./JSONPretty.md), [JSONWrite](./JSONWrite.md) +[[JSONCompact]], [[JSONDelete]], [[JSONPretty]], [[JSONWrite]] ## Examples diff --git a/PhoenixAPI/JSONWrite.md b/PhoenixAPI/JSONWrite.md index 3c4d7e7..6a419fa 100644 --- a/PhoenixAPI/JSONWrite.md +++ b/PhoenixAPI/JSONWrite.md @@ -26,7 +26,7 @@ For help with GJSON Path Notation see [Path Syntax Help](https://github.com/tidw ## Related -[JSONCompact](./JSONCompact.md), [JSONDelete](./JSONDelete.md), [JSONPretty](./JSONPretty.md), [JSONWrite](./JSONWrite.md) +[[JSONCompact]], [[JSONDelete]], [[JSONPretty]], [[JSONWrite]] ## Examples diff --git a/PhoenixAPI/PinShortcut.md b/PhoenixAPI/PinShortcut.md index 35055e4..2064f47 100644 --- a/PhoenixAPI/PinShortcut.md +++ b/PhoenixAPI/PinShortcut.md @@ -31,7 +31,7 @@ Normally Windows does not allow Pins to target an executable located on removabl ## Related -[AddShortcut](./AddShortcut.md) +[[AddShortcut]] ## Examples diff --git a/PhoenixAPI/RegCopyDriver.md b/PhoenixAPI/RegCopyDriver.md index bedd64b..dbd1051 100644 --- a/PhoenixAPI/RegCopyDriver.md +++ b/PhoenixAPI/RegCopyDriver.md @@ -25,7 +25,7 @@ Registry hives Tmp_Install_Drivers, Tmp_Install_System, Tmp_Drivers, Tmp_System ## Related -[RequireDriver](./RequireDriver.md), [RegLoadHives](./RegLoadHives.md), [RegUnLoadHives](./RegUnLoadHives.md) +[[RequireDriver]], [[RegLoadHives]], [[RegUnLoadHives]] ## Examples diff --git a/PhoenixAPI/RegLoadHives.md b/PhoenixAPI/RegLoadHives.md index b67bc92..9a34b95 100644 --- a/PhoenixAPI/RegLoadHives.md +++ b/PhoenixAPI/RegLoadHives.md @@ -35,7 +35,7 @@ It is recommended to use `RegUnloadHives` to unload hives loaded by this command ## Related -[RegUnloadHives](./RegUnloadHives.md) +[[RegUnloadHives]] ## Examples diff --git a/PhoenixAPI/RegUnLoadHives.md b/PhoenixAPI/RegUnLoadHives.md index 5bb5e38..dc859f3 100644 --- a/PhoenixAPI/RegUnLoadHives.md +++ b/PhoenixAPI/RegUnLoadHives.md @@ -46,7 +46,7 @@ None. ## Related -[RegLoadHives](./RegLoadHives.md) +[[RegLoadHives]] ## Examples diff --git a/PhoenixAPI/RequireDriver.md b/PhoenixAPI/RequireDriver.md index e3b4e05..f908e59 100644 --- a/PhoenixAPI/RequireDriver.md +++ b/PhoenixAPI/RequireDriver.md @@ -26,7 +26,7 @@ Registry hives Tmp_Install_Drivers, Tmp_Install_System, Tmp_Drivers, Tmp_System ## Related -[RegCopyDriver](./RegCopyDriver.md), [RegLoadHives](./RegLoadHives.md), [RegUnLoadHives](./RegUnLoadHives.md) +[[RegCopyDriver]], [[RegLoadHives]], [[RegUnLoadHives]] ## Examples diff --git a/PhoenixAPI/RequireFile.md b/PhoenixAPI/RequireFile.md index d8e393f..104fd34 100644 --- a/PhoenixAPI/RequireFile.md +++ b/PhoenixAPI/RequireFile.md @@ -31,7 +31,7 @@ Hint: If you know the file to be extracted isn't localized you can save a some t ## Related -[RequireFileEx](./RequireFileEx.md) +[[RequireFileEx]] ## Examples diff --git a/PhoenixAPI/RequireFileEx.md b/PhoenixAPI/RequireFileEx.md index 5f551c2..ab99575 100644 --- a/PhoenixAPI/RequireFileEx.md +++ b/PhoenixAPI/RequireFileEx.md @@ -34,7 +34,7 @@ Hint: If you know the file to be extracted isn't localized you can save a some t ## Related -[RequireFile](./RequireFile.md) +[[RequireFile]] ## Examples diff --git a/PhoenixAPI/SetFileACL.md b/PhoenixAPI/SetFileACL.md index 033d713..42d6128 100644 --- a/PhoenixAPI/SetFileACL.md +++ b/PhoenixAPI/SetFileACL.md @@ -24,7 +24,7 @@ If the command fails the build will halt. ## Related -[SetRegACL](./SetRegACL.md) +[[SetRegACL]] ## Examples diff --git a/PhoenixAPI/SetRegACL.md b/PhoenixAPI/SetRegACL.md index 106a3cc..fbb7d6c 100644 --- a/PhoenixAPI/SetRegACL.md +++ b/PhoenixAPI/SetRegACL.md @@ -24,7 +24,7 @@ If the command fails the build will halt. ## Related -[SetFileACL](./SetFileACL.md) +[[SetFileACL]] ## Examples diff --git a/PhoenixAPI/XMLAdd.md b/PhoenixAPI/XMLAdd.md index b2d040e..a2fa113 100644 --- a/PhoenixAPI/XMLAdd.md +++ b/PhoenixAPI/XMLAdd.md @@ -36,7 +36,7 @@ For more information about using XPath syntax check out this [XPath Tutorial](ht ## Related -[XMLDelete](./XMLDelete.md), [XMLRename](./XMLRename.md), [XMLUpdate](./XMLUpdate.md) +[[XMLDelete]], [[XMLRename]], [[XMLUpdate]] ## Examples diff --git a/PhoenixAPI/XMLDelete.md b/PhoenixAPI/XMLDelete.md index 4f59eda..ef6a55d 100644 --- a/PhoenixAPI/XMLDelete.md +++ b/PhoenixAPI/XMLDelete.md @@ -27,7 +27,7 @@ For more information about using XPath syntax check out this [XPath Tutorial](ht ## Related -[XMLAdd](./XMLAdd.md), [XMLRename](./XMLRename.md), [XMLUpdate](./XMLUpdate.md) +[[XMLAdd]], [[XMLRename]], [[XMLUpdate]] ## Examples diff --git a/PhoenixAPI/XMLRename.md b/PhoenixAPI/XMLRename.md index 8a79c2e..e79292a 100644 --- a/PhoenixAPI/XMLRename.md +++ b/PhoenixAPI/XMLRename.md @@ -30,7 +30,7 @@ For more information about using XPath syntax check out this [XPath Tutorial](ht ## Related -[XMLAdd](./XMLAdd.md), [XMLDelete](./XMLDelete.md), [XMLUpdate](./XMLUpdate.md) +[[XMLAdd]], [[XMLDelete]], [[XMLUpdate]] ## Examples