Skip to content

Commit ac1cb31

Browse files
committed
Fix the links
They were being forced to use Windows style slashes and a full path when I ran `yarn lint-staged`
1 parent e39a2c2 commit ac1cb31

File tree

4 files changed

+4
-4
lines changed
  • docs/apis/core/reportbuilder
  • versioned_docs
    • version-4.3/apis/core/reportbuilder
    • version-4.4/apis/core/reportbuilder
    • version-4.5/apis/core/reportbuilder

4 files changed

+4
-4
lines changed

docs/apis/core/reportbuilder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public function get_default_conditions(): array {
474474
}
475475
```
476476

477-
You may also optionally define the [initial values for any of the default conditions](.\filtering.md) by overriding the `get_default_condition_values()` method.
477+
You may also optionally define the [initial values for any of the default conditions](./filtering.md) by overriding the `get_default_condition_values()` method.
478478

479479
```php
480480
/**

versioned_docs/version-4.3/apis/core/reportbuilder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public function get_default_conditions(): array {
447447
}
448448
```
449449

450-
You may also optionally define the [initial values for any of the default conditions](.\filtering.md) by overriding the `get_default_condition_values()` method.
450+
You may also optionally define the [initial values for any of the default conditions](./filtering.md) by overriding the `get_default_condition_values()` method.
451451

452452
```php
453453
/**

versioned_docs/version-4.4/apis/core/reportbuilder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public function get_default_conditions(): array {
479479
}
480480
```
481481

482-
You may also optionally define the [initial values for any of the default conditions](.\filtering.md) by overriding the `get_default_condition_values()` method.
482+
You may also optionally define the [initial values for any of the default conditions](./filtering.md) by overriding the `get_default_condition_values()` method.
483483

484484
```php
485485
/**

versioned_docs/version-4.5/apis/core/reportbuilder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ public function get_default_conditions(): array {
462462
}
463463
```
464464

465-
You may also optionally define the [initial values for any of the default conditions](.\filtering.md) by overriding the `get_default_condition_values()` method.
465+
You may also optionally define the [initial values for any of the default conditions](./filtering.md) by overriding the `get_default_condition_values()` method.
466466

467467
```php
468468
/**

0 commit comments

Comments
 (0)