diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-06-23 20:56:55 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-06-23 20:56:55 +0300 |
commit | 1471b70ef1550df91687276968108231f1bab604 (patch) | |
tree | 3a59e7497d665d5ce3d6445132453518bc50601d /docs/configuration/howto_theming_your_instance.md | |
parent | 604a83ae3efe21b231fb524203a883a062102546 (diff) | |
parent | c7d69e925664ce7125c3938c298d72e94a2a1349 (diff) | |
download | pleroma-1471b70ef1550df91687276968108231f1bab604.tar.gz pleroma-1471b70ef1550df91687276968108231f1bab604.zip |
Merge develop
Diffstat (limited to 'docs/configuration/howto_theming_your_instance.md')
-rw-r--r-- | docs/configuration/howto_theming_your_instance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/howto_theming_your_instance.md b/docs/configuration/howto_theming_your_instance.md index d0daf5b25..cfa00f538 100644 --- a/docs/configuration/howto_theming_your_instance.md +++ b/docs/configuration/howto_theming_your_instance.md @@ -60,7 +60,7 @@ Example of `my-awesome-theme.json` where we add the name "My Awesome Theme" ### Set as default theme -Now we can set the new theme as default in the [Pleroma FE configuration](General-tips-for-customizing-Pleroma-FE.md). +Now we can set the new theme as default in the [Pleroma FE configuration](../../../frontend/CONFIGURATION). Example of adding the new theme in the back-end config files ```elixir |