Commit 08b41b09 authored by emaxx's avatar emaxx Committed by Commit bot

[Extensions] Fix the link to _behavior_features.json from _features.md

The docs used to point to a wrong location of the
_behavior_features.json file.

BUG=639162

Review-Url: https://codereview.chromium.org/2857573002
Cr-Commit-Position: refs/heads/master@{#473680}
parent 0c4988c8
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment