Skip to content

Commit 02ed35a

Browse files
Merge pull request #163 from axoflow/whatsnew-fix-250909
Fix malfomed links in whatsnew
2 parents 43123ca + ebd68c0 commit 02ed35a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/whats-new/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For LEEF:
4343
- `gcp(service-account())` authentication can now use `scope()` instead of `audience()`.
4444
- New FilterX features:
4545

46-
- {{< xref "/filterx/function-reference.md#str-replace" >}} function for string replacement.
46+
- [`str_replace`]({{< relref "/filterx/function-reference.md#str-replace" >}}) function for string replacement.
4747
- [String slicing operator (`..`)]({{< relref "/filterx/operator-reference.md#slicing" >}}).
4848
- [Create dict element if non-null (`:??`)]({{< relref "/filterx/operator-reference.md#create-non-null" >}}) operator.
4949

@@ -55,8 +55,7 @@ For LEEF:
5555

5656
## Version 4.13 (2025-07-08)
5757

58-
- You can format arbitrary data as protobuf using the specified schema (proto file) using the {{% xref "/filterx/function-reference.md#protobuf-message" %}} FilterX function. Also, you can send such pre-formatted data using the `proto-var()` option of the [ClickHouse]({{< relref "/chapter-destinations/clickhouse/_index.md#proto-var" >}}) and [Google BigQuery]()
59-
({{< relref "/chapter-destinations/google-bigquery/_index.md#proto-var" >}}) destinations.
58+
- You can format arbitrary data as protobuf using the specified schema (proto file) using the {{% xref "/filterx/function-reference.md#protobuf-message" %}} FilterX function. Also, you can send such pre-formatted data using the `proto-var()` option of the [ClickHouse]({{< relref "/chapter-destinations/clickhouse/_index.md#proto-var" >}}) and [Google BigQuery]({{< relref "/chapter-destinations/google-bigquery/_index.md#proto-var" >}}) destinations.
6059
- You can now format dictionaries as XML and Windows Event Log XML using the [`format_xml`]({{< relref "/filterx/function-reference.md#format-xml" >}}) and [`format_windows_eventlog_xml`]({{< relref "/filterx/function-reference.md#format-windows-eventlog-xml" >}}) FilterX functions.
6160
- You can now format dictionaries as CEF and LEEF messages using the [`format_cef`]({{< relref "/filterx/function-reference.md#format-cef" >}}) and [`format_leef`]({{< relref "/filterx/function-reference.md#format-leef" >}}) FilterX functions.
6261
- Changes in {{% xref "/filterx/filterx-parsing/cef/_index.md" %}} and {{% xref "/filterx/filterx-parsing/leef/_index.md" %}}:

0 commit comments

Comments
 (0)