From 06b9c895b856097908db7c117e88f2848d379243 Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 5 Apr 2026 09:49:10 -0400 Subject: [PATCH] feat: replace bugs-legacy.mojang.com with mojira.dev for comment links Took 11 minutes --- src/content/docs/paper/dev/api/component-api/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/paper/dev/api/component-api/intro.md b/src/content/docs/paper/dev/api/component-api/intro.md index 6d87a88be..9e674df61 100644 --- a/src/content/docs/paper/dev/api/component-api/intro.md +++ b/src/content/docs/paper/dev/api/component-api/intro.md @@ -33,7 +33,7 @@ representations in the legacy string format. Representing text as components is now the supported way of representing text for Paper and Velocity. They are used for almost all aspects of text being displayed to clients. Text like item names, lore, bossbars, team prefixes and suffixes, custom names, and much more all support components in respective APIs. -[Mojang has stated](https://bugs-legacy.mojang.com/browse/MC-190605?focusedId=993040&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-993040) +[Mojang has stated](https://mojira.dev/MC-190605#comment-993040) that client support for the legacy format with `ยง` will be removed in the future.