Skip to content

Commit

Permalink
Fix the links
Browse files Browse the repository at this point in the history
They were being forced to use Windows style slashes and a full path when I ran `yarn lint-staged`
  • Loading branch information
NeillM committed Dec 2, 2024
1 parent e39a2c2 commit ac1cb31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/apis/core/reportbuilder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public function get_default_conditions(): array {
}
```

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

```php
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public function get_default_conditions(): array {
}
```

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

```php
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public function get_default_conditions(): array {
}
```

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

```php
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public function get_default_conditions(): array {
}
```

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

```php
/**
Expand Down

0 comments on commit ac1cb31

Please sign in to comment.