From dffda918382bc73df3e1385372dd832e7166ca87 Mon Sep 17 00:00:00 2001 From: Nick Cho Date: Wed, 31 Dec 2025 02:07:05 -0800 Subject: [PATCH] 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 --- docs/src/ai/ai-improvement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ai/ai-improvement.md b/docs/src/ai/ai-improvement.md index 857ca2c0efa14e9a7d465f7998310808e0e5237b..24a19d206296338707ec10e56e5d251cea284971 100644 --- a/docs/src/ai/ai-improvement.md +++ b/docs/src/ai/ai-improvement.md @@ -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