From 0820b7b9a4831a63c893f5f512d3102e1bd47aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCckner?= Date: Wed, 20 Nov 2024 21:27:55 +0100 Subject: [PATCH] Fix broken links in migration guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated incorrect anchor links in the v2-to-v3 migration guide to ensure they correctly point to the relevant sections. This ensures users can navigate the documentation without encountering broken links. Signed-off-by: Frank Brückner --- docs/book/v3/migration/v2-to-v3.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/book/v3/migration/v2-to-v3.md b/docs/book/v3/migration/v2-to-v3.md index 92ef8670..b346ac55 100644 --- a/docs/book/v3/migration/v2-to-v3.md +++ b/docs/book/v3/migration/v2-to-v3.md @@ -58,7 +58,7 @@ The following methods have been removed: - `setSeparator` - `getSeparator` -The constructor now only accepts an associative array of [documented options](../word.md#camelCaseToDash). +The constructor now only accepts an associative array of [documented options](../word.md#camelcasetodash). The filter will now treat numbers as a word boundary. For example `ThisHas4Words` will filter to `This-Has-4-Words` @@ -73,7 +73,7 @@ The following methods have been removed: - `setSeparator` - `getSeparator` -The constructor now only accepts an associative array of [documented options](../word.md#camelCaseToSeparator). +The constructor now only accepts an associative array of [documented options](../word.md#camelcasetoseparator). The filter will now treat numbers as a word boundary. For example `ThisHas4Words` with the default separator will filter to `This Has 4 Words` @@ -88,7 +88,7 @@ The following methods have been removed: - `setSeparator` - `getSeparator` -The constructor now only accepts an associative array of [documented options](../word.md#camelCaseToUnderscore). +The constructor now only accepts an associative array of [documented options](../word.md#camelcasetounderscore). The filter will now treat numbers as a word boundary. For example `ThisHas4Words` will filter to `This_Has_4_Words` @@ -103,7 +103,7 @@ The following methods have been removed: - `setSeparator` - `getSeparator` -The constructor now only accepts an associative array of [documented options](../word.md#dashToSeparator). +The constructor now only accepts an associative array of [documented options](../word.md#dashtoseparator). #### `DenyList` @@ -138,7 +138,7 @@ The following methods have been removed: - `setExists` - `getExists` -The constructor now only accepts an associative array of [documented options](../standard-filters.md#realPath). +The constructor now only accepts an associative array of [documented options](../standard-filters.md#realpath). `false` is no longer returned when the path must exist and does not. Instead, the original value is returned. @@ -150,11 +150,11 @@ Which in some cases may now need a custom filter to handle Windows specific issu #### `SeparatorToCamelCase` -The constructor now only accepts an associative array of [documented options](../word.md#separatorToCamelCase). +The constructor now only accepts an associative array of [documented options](../word.md#separatortocamelcase). #### `SeparatorToDash` -The constructor now only accepts an associative array of [documented options](../word.md#separatorToDash). +The constructor now only accepts an associative array of [documented options](../word.md#separatortodash). #### `SeparatorToSeparator` @@ -165,7 +165,7 @@ The following methods have been removed: - `setReplacementSeparator` - `getReplacementSeparator` -The constructor now only accepts an associative array of [documented options](../word.md#separatorToSeparator). +The constructor now only accepts an associative array of [documented options](../word.md#separatortoseparator). #### `StringPrefix` @@ -215,7 +215,7 @@ The constructor now only accepts an associative array of [documented options](.. #### `UnderscoreToSeparator` -The constructor now only accepts an associative array of [documented options](../standard-filters.md#underscoreToSeparator). +The constructor now only accepts an associative array of [documented options](../word.md#underscoretoseparator). ## Removed Filters