Skip to content

Commit

Permalink
Make links more relative
Browse files Browse the repository at this point in the history
  • Loading branch information
NeillM committed Dec 2, 2024
1 parent ad66b69 commit e39a2c2
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](\docs\apis\core\reportbuilder\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](\versioned_docs\version-4.3\apis\core\reportbuilder\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](\versioned_docs\version-4.4\apis\core\reportbuilder\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](\versioned_docs\version-4.5\apis\core\reportbuilder\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 e39a2c2

Please sign in to comment.