From d4362ba997ce3574cc253eb8fa7f955f03d0460a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 20 Nov 2021 11:26:04 +0100 Subject: [PATCH] docs: fix in migration regex #156 --- exampleSite/content/basics/migration/_index.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 18f6e26187..68660d08d6 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -45,11 +45,11 @@ This document shows you what's new in the latest release. For a detailed list of 2. Start up a text editor with regular expression support for search and replace. Apply the following conversions in the given order on all `*.md` files. **This is the recommended choice**. - | Type | Search | Replace by | - | ------------- | ----------------------------| -----------| - | Branch bundle | `(ref\s+"[^"]*)_index\.md"` | `$1"` | - | Leaf bundle | `(ref\s+"[^"]*)index\.md"` | `$1"` | - | Page | `(ref\s+"[^"]*)\.md"` | `$1"` | + | Type | Search | Replace by | + | ------------- | ---------------------------- | ---------- | + | Branch bundle | `(ref\s+"[^"]*)/_index\.md"` | `$1"` | + | Leaf bundle | `(ref\s+"[^"]*)/index\.md"` | `$1"` | + | Page | `(ref\s+"[^"]*)\.md"` | `$1"` | ## 2.8.0