Fixes a doc link to the license detection code (#45894)

The existing link was 404-ing as the crate was renamed.

Not attached to any issue.

Release Notes:

- N/A
This commit is contained in:
Nick Cho
2025-12-31 02:07:05 -08:00
committed by GitHub
parent 6b3412232f
commit dffda91838

View File

@@ -51,7 +51,7 @@ Users who are working on open source licensed projects may optionally opt-in to
When working on other projects where you haven't opted-in, Zed will not persistently store user content or use user content for training of its models.
You can see exactly how Zed detects open source licenses in: [license_detection.rs](https://github.com/zed-industries/zed/blob/main/crates/zeta/src/license_detection.rs).
You can see exactly how Zed detects open source licenses in: [license_detection.rs](https://github.com/zed-industries/zed/blob/main/crates/edit_prediction/src/license_detection.rs).
### Exclusions