From 2aa3524739a5472da40603c9a03178fe9f7a1ea0 Mon Sep 17 00:00:00 2001 From: CDN Date: Sun, 9 Feb 2025 18:12:46 +0800 Subject: [PATCH] [chore] fix typo in docs (#3758) * [chore] fix link reference in docs/admin/settings.md * [docs] fix typo in docs/federation/posts.md --- docs/admin/settings.md | 2 +- docs/federation/posts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/settings.md b/docs/admin/settings.md index 37581e177..524b7d5c4 100644 --- a/docs/admin/settings.md +++ b/docs/admin/settings.md @@ -253,4 +253,4 @@ custom CSS allows you to further customize the way your instance looks when visi This custom CSS will be applied to all pages of your instance. Users themes and CSS still take precedence over this customization. -See the [Custom CSS](./custom_css.md) page for some tips on writing custom CSS for your instance. +See the [Custom CSS](../user_guide/custom_css.md) page for some tips on writing custom CSS for your instance. diff --git a/docs/federation/posts.md b/docs/federation/posts.md index 345834a23..598f52131 100644 --- a/docs/federation/posts.md +++ b/docs/federation/posts.md @@ -79,7 +79,7 @@ For example: "updated": "2022-11-17T11:36:05Z" } [...] -}` +} ``` The text `:shocked_pikachu:` in the `content` of the above `Note` should be replaced by clients with a small (inline) version of the emoji image, when rendering the `Note` and displaying it to users.