2
0
woollybah 6 жил өмнө
parent
commit
884f6e37f7

+ 1 - 1
docs/api/brl/brl_audiosample.md

@@ -6,7 +6,7 @@ sidebar_label: BRL.AudioSample
 
 
 The BlitzMax audiosample module contains commands to create and load audio samples for
-use with the BlitzMax [BRL.Audio](../../brl/brl_audio.md) module.
+use with the BlitzMax [BRL.Audio](../brl/brl_audio.md) module.
 
 
 ## Types

+ 1 - 1
docs/api/maxgui/maxgui_drivers.md

@@ -8,7 +8,7 @@ sidebar_label: MaxGUI.Drivers
 
 Your MaxGUI applications should import this module if they want BlitzMax to selectively import the latest official MaxGUI drivers for your application and platform:
 
-<table><tr><td> <b>Platform</b></td><td><b>Default Driver</b></td></tr><tr><td>  Windows 2000/XP/Vista</td><td>[MaxGUI.Win32MaxGUIEx](../../maxgui/maxgui_win32maxguiex.md)</td></tr><tr><td>  Windows 9X</td><td>[MaxGUI.Win32MaxGUIEx](../../maxgui/maxgui_win32maxguiex.md) (requires unicows.dll or MSLU to run)</td></tr><tr><td>  Linux</td><td>Gtk.Gtk3MaxGUI</td></tr><tr><td>  Mac OS X</td><td>[MaxGUI.CocoaMaxGUI](../../maxgui/maxgui_cocoamaxgui.md)</table>
+<table><tr><td> <b>Platform</b></td><td><b>Default Driver</b></td></tr><tr><td>  Windows 2000/XP/Vista</td><td>[MaxGUI.Win32MaxGUIEx](../maxgui/maxgui_win32maxguiex.md)</td></tr><tr><td>  Windows 9X</td><td>[MaxGUI.Win32MaxGUIEx](../maxgui/maxgui_win32maxguiex.md) (requires unicows.dll or MSLU to run)</td></tr><tr><td>  Linux</td><td>Gtk.Gtk3MaxGUI</td></tr><tr><td>  Mac OS X</td><td>[MaxGUI.CocoaMaxGUI](../maxgui/maxgui_cocoamaxgui.md)</table>
 
 
 

+ 1 - 1
docs/api/maxgui/maxgui_localization.md

@@ -13,7 +13,7 @@ imported into other BlitzMax games and applications separately, without the over
 It is recommended that you read through the command set below to familiarize yourself with the module before
 use.  
 
-Whenever applicable, MaxGUI coders should use the [LocalizeGadget](../../maxgui/maxgui.maxgui/#function-localizegadget-gadget-tgadget-localizationtext-localizationtooltip) command in [MaxGUI.MaxGUI](../../maxgui/maxgui_maxgui.md) in favour of 
+Whenever applicable, MaxGUI coders should use the [LocalizeGadget](../../maxgui/maxgui.maxgui/#function-localizegadget-gadget-tgadget-localizationtext-localizationtooltip) command in [MaxGUI.MaxGUI](../maxgui/maxgui_maxgui.md) in favour of 
 [LocalizeString](../../maxgui/maxgui.localization/#function-localizestring-localizationstring) to ensure that gadgets are updated when the language or localization settings are changed.
 
 ## Functions

+ 1 - 1
docs/api/maxgui/maxgui_proxygadgets.md

@@ -7,7 +7,7 @@ sidebar_label: MaxGUI.ProxyGadgets
 
 This module contains any official proxy gadgets that wrap around the standard MaxGUI gadgets and provide an additional library
 of gadgets that can be used in a whole host of programs. Any gadgets in this library can be used with the standard MaxGUI functions
-available in the core [MaxGUI.MaxGUI](../../maxgui/maxgui_maxgui.md) module.
+available in the core [MaxGUI.MaxGUI](../maxgui/maxgui_maxgui.md) module.
 
 
 ## Functions