diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2020-06-22 14:18:55 +0200 |
---|---|---|
committer | Ilja <domainepublic@spectraltheorem.be> | 2020-06-22 14:18:55 +0200 |
commit | 1e089cdf2905309a5450e2acb32aa6b35a928c29 (patch) | |
tree | 04b90dc4ecbb069a41c0a22d8ae5546b5a900422 /docs/configuration/howto_theming_your_instance.md | |
parent | a3b10a4f643d574b84ecee51fb891e26e7f0dbc2 (diff) | |
download | pleroma-1e089cdf2905309a5450e2acb32aa6b35a928c29.tar.gz pleroma-1e089cdf2905309a5450e2acb32aa6b35a928c29.zip |
I forgot to git add some files, oops (should be squashed with MR)
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 |