Skip to content

Commit

Permalink
fix bad relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jul 13, 2023
1 parent 8567590 commit 823e60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/class_specification.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Class specification


## [ISettingsGroup](modSettingsFramework/content/scripts/local/settings_group.ws)
## [ISettingsGroup](../modSettingsFramework/content/scripts/local/settings_group.ws)
Abstract base class which is an analogue to settings groups in xml. Child classes generated by the parser store settings variables.

### Public member constants
Expand All @@ -14,7 +14,7 @@ Abstract base class which is an analogue to settings groups in xml. Child classe
- `ResetToDefault() : void` - calls Reset() with defaultPresetIndex


## [`ISettingsMaster`](modSettingsFramework/content/scripts/local/settings_master.ws)
## [`ISettingsMaster`](../modSettingsFramework/content/scripts/local/settings_master.ws)
Abstract base class for the settings class generated by the parser. The child class generated by the parser stores instances of classes extending ISettingsGroup.

### Public member constants
Expand Down

0 comments on commit 823e60c

Please sign in to comment.