mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
docs: fix in migration regex #156
This commit is contained in:
parent
f91b102e03
commit
d4362ba997
1 changed files with 5 additions and 5 deletions
|
@ -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**.
|
||||
|
||||
| Type | Search | Replace by |
|
||||
| ------------- | ----------------------------| -----------|
|
||||
| Branch bundle | `(ref\s+"[^"]*)_index\.md"` | `$1"` |
|
||||
| Leaf bundle | `(ref\s+"[^"]*)index\.md"` | `$1"` |
|
||||
| ------------- | ---------------------------- | ---------- |
|
||||
| Branch bundle | `(ref\s+"[^"]*)/_index\.md"` | `$1"` |
|
||||
| Leaf bundle | `(ref\s+"[^"]*)/index\.md"` | `$1"` |
|
||||
| Page | `(ref\s+"[^"]*)\.md"` | `$1"` |
|
||||
|
||||
## 2.8.0
|
||||
|
|
Loading…
Reference in a new issue