From 59023198639fabb6f678c8af7f4b6022ec8b5e66 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Tue, 28 Feb 2023 16:34:01 -0600 Subject: [PATCH] docs: Fix link to front-matter.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index dc92814..85ddb50 100644 --- a/docs/README.md +++ b/docs/README.md @@ -141,7 +141,7 @@ location: Taipei By default, summary will be extracted from source markdowns. If you need to override it, we present the following two approaches: -1. [Writing the summary manually in frontmatter](./front-matter.md#summary) +1. [Writing the summary manually in frontmatter](./config/front-matter.md#summary) 2. [Setting up excerpt separator by writing a comment `` right below what you want to extract as summary](https://vuepress.vuejs.org/theme/writing-a-theme.html#content-excerpt)