Skip to content

Commit 47a952e

Browse files
DEV: Update placeholder themeable site setting URLs (#69)
1 parent f453202 commit 47a952e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/05-themes-components/02-quick-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As themes grow more powerful, there's more to remember about how they work. We h
1616
[:notebook_with_decorative_cover: Theme Directory](/c/theme)
1717
[:jigsaw: Component Directory](/c/theme-component)
1818
[:wrench: Theme Modifiers](https://meta.discourse.org/t/theme-modifiers-a-brief-introduction/150605)
19-
[:wrench: Themeable site settings](PLACEHOLDER_THEMEABLE)
19+
[:wrench: Themeable site settings](https://meta.discourse.org/t/-/374376)
2020

2121
### File/Folder Structure <small>[read more](https://meta.discourse.org/t/structure-of-themes-and-theme-components/60848)</small>
2222

@@ -118,7 +118,7 @@ html {
118118
}
119119
```
120120

121-
### Themeable site settings <small>[read more](PLACEHOLDER_THEMEABLE)</small>
121+
### Themeable site settings <small>[read more](https://meta.discourse.org/t/-/374376)</small>
122122

123123
`about.json`:
124124

docs/05-themes-components/09-theme-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ id: theme-settings
66

77
Discourse has the ability for themes to have "settings" that can be added by theme developers to allow site owners to customize themes through UI without having to change any line of code and worry about losing their changes with future updates for the theme.
88

9-
Themes can also alter certain themeable site settings, for more information on that, see the [Themeable site settings](PLACEHOLDER_THEMEABLE) topic.
9+
Themes can also alter certain themeable site settings, for more information on that, see the [Themeable site settings](https://meta.discourse.org/t/-/374376) topic.
1010

1111
## :heavy_plus_sign: Adding settings to your theme
1212

0 commit comments

Comments
 (0)