Index: chrome/common/extensions/api/_features.md |
diff --git a/chrome/common/extensions/api/_features.md b/chrome/common/extensions/api/_features.md |
index f6fe6b24168116761bc007513f39cd06c727eaa3..b0e406ca496fca29fe02f3a2e9dab22dd689684c 100644 |
--- a/chrome/common/extensions/api/_features.md |
+++ b/chrome/common/extensions/api/_features.md |
@@ -24,7 +24,7 @@ will have an install warning. |
* [\_manifest\_features](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/_manifest_features.json): |
Specifies the requirements for manifest entry availability. If an extension |
doesn't satisfy the requirements, the extension will fail to load with an error. |
-* [\_behavior\_features](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/_behavior_features.json): |
+* [\_behavior\_features](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/_behavior_features.json): |
Specifies the requirements for miscellaneous extension behaviors. This should |
typically not be used. |