0

Update broken link in Origin Trials doc

There is an internal link within the Origin Trials Integration
documentation that was broken, this CL fixes that.

Change-Id: I4060047ced95fda74e0b01bd62b35735d8f6ec90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6398704
Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1438778}
This commit is contained in:
Evelynn Kaplan
2025-03-27 08:50:06 -07:00
committed by Chromium LUCI CQ
parent 1a160ecb03
commit 72b8f1b474

@ -51,7 +51,7 @@ Not specific to Origin Trial:
More details are explained in the json5 file and in the above linked doc.
If the runtime enabled feature flag is [used in C++](#1-in-c), you will have to
If the runtime enabled feature flag is [used in C++](#1_in-c), you will have to
change all callers of the no-argument overload of
`RuntimeEnabledFeatures::MyFeatureEnabled()` to the overload that takes a
`const FeatureContext*`. You can pass an `ExecutionContext` here, e.g. using