docs: use absolute URLs for internal doc links so they work off-site (e.g. the repo view), not just on orbit.tchatou.fr
This commit is contained in:
parent
8ad007e091
commit
4144f5f125
11 changed files with 22 additions and 22 deletions
|
|
@ -4,7 +4,7 @@ Order: 110
|
|||
# Branding & themes
|
||||
|
||||
Everything that ties Orbit to a particular network or brand lives in
|
||||
[`config.json`](/docs/config/) under `branding` and `defaults` — no code changes, no rebuild.
|
||||
[`config.json`](https://orbit.tchatou.fr/docs/config/) under `branding` and `defaults` — no code changes, no rebuild.
|
||||
|
||||
## Rebrand
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ Set the default for new users:
|
|||
{ "defaults": { "theme": "dark" } }
|
||||
```
|
||||
|
||||
Users can switch any time in **Settings → Appearance**. See the [Themes wiki page](/wiki/themes/).
|
||||
Users can switch any time in **Settings → Appearance**. See the [Themes wiki page](https://orbit.tchatou.fr/wiki/themes/).
|
||||
|
||||
## Feature flags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue