Skip to content

Conversation

@MahdiBM
Copy link
Contributor

@MahdiBM MahdiBM commented Nov 19, 2025

Fixes:

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": ""
  }
]

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": ""
  }
]
```
@MahdiBM
Copy link
Contributor Author

MahdiBM commented Nov 19, 2025

Duplicate of #3032

@MahdiBM MahdiBM closed this Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant