From 79f2f61c95264ae9be273c3f6dcfe9336a50be9c Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Wed, 19 Nov 2025 09:02:33 +0330 Subject: [PATCH] Fix link in SE-0499 proposal document Fixes: ```bash curl https://download.swift.org/swift-evolution/v1/evolution.json 2>/dev/null | jq '.proposals[] | select(.id == "SE-0499") | .errors' [ { "code": 0, "kind": "error", "message": "Proposal ID link must be a relative link (SE-NNNN)[NNNN-filename.md].", "suggestion": "" } ] ``` --- proposals/0499-support-non-copyable-simple-protocols.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0499-support-non-copyable-simple-protocols.md b/proposals/0499-support-non-copyable-simple-protocols.md index 56ba976b2f..b3247ee308 100644 --- a/proposals/0499-support-non-copyable-simple-protocols.md +++ b/proposals/0499-support-non-copyable-simple-protocols.md @@ -1,6 +1,6 @@ # Support ~Copyable, ~Escapable in simple standard library protocols -* Proposal: [SE-0499](NNNN-make-stdlib-protocols-escapable.md) +* Proposal: [SE-0499](0499-support-non-copyable-simple-protocols.md) * Authors: [Ben Cohen](https://github.com/airspeedswift) * Review Manager: [Holly Borla](https://github.com/hborla) * Status: **Active Review (November 18 - December 2, 2025)**