Skip to content

Stale Discord invite in learning/README.md points at an unrelated server #9

Description

@kalepail

Summary

learning/README.md line 181 links the Stellar Discord as https://discord.gg/stellar:

| **Discord** | [discord.gg/stellar](https://discord.gg/stellar) |

That vanity code no longer belongs to Stellar. It now resolves to a guild named Wraith Studio, and the invite lands in a channel named security-trap. The correct invite is https://discord.gg/stellardev.

The rest of this repository is already correct — README.md, building-with-ai/README.md, openzeppelin/README.md, stellar-quest/instructions.md, and fca00c/instructions.md all use stellardev. This is a single stale line, and both the link text and the href need updating.

Evidence

Live probes against the Discord invites API on 2026-08-25:

GET https://discord.com/api/v10/invites/stellar?with_counts=true
  guild_id 1035847967111913522 · "Wraith Studio" · vanity_url_code "stellar"
  4055 members · landing channel "security-trap"

GET https://discord.com/api/v10/invites/stellardev?with_counts=true
  guild_id 897514728459468821 · "Stellar Developers" · vanity_url_code "stellardev"
  32774 members

Both codes report a vanity_url_code, so both are current vanity claims and neither is a stale redirect. developers.stellar.org and its static/llms.txt both use stellardev.

Why a link checker will not catch this

A released Discord vanity code can be claimed by any guild that reaches the required boost level. The old code therefore returns a live 200 destination instead of a 404, so ordinary link checking passes. For known-canonical links, an unexpected destination is worth treating as a failure.

Blast radius

Small, and I want to be precise about it because my first pass was not. A GitHub code search for discord.gg/stellar across the stellar org returns 41 files, but that is a substring match and discord.gg/stellar is a prefix of the correct discord.gg/stellardev. After fetching and checking all 41, the stale code survives in three lines across two repositories:

No other repository in the org is affected.

Suggested fix

| **Discord** | [discord.gg/stellardev](https://discord.gg/stellardev) |

Reported from Stellar Raven eval maintenance (finding sk-020).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions