docs: fix in migration regex #156

This commit is contained in:
Sören Weber 2021-11-20 11:26:04 +01:00
parent f91b102e03
commit d4362ba997
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -46,9 +46,9 @@ 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**. 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 | | Type | Search | Replace by |
| ------------- | ----------------------------| -----------| | ------------- | ---------------------------- | ---------- |
| Branch bundle | `(ref\s+"[^"]*)_index\.md"` | `$1"` | | Branch bundle | `(ref\s+"[^"]*)/_index\.md"` | `$1"` |
| Leaf bundle | `(ref\s+"[^"]*)index\.md"` | `$1"` | | Leaf bundle | `(ref\s+"[^"]*)/index\.md"` | `$1"` |
| Page | `(ref\s+"[^"]*)\.md"` | `$1"` | | Page | `(ref\s+"[^"]*)\.md"` | `$1"` |
## 2.8.0 ## 2.8.0