Skip to content

profile/CONTRIBUTING.md: dead specification-repo link and wrong-case Code of Conduct link #27

Description

@rahlk

What's wrong
Two links in the org contributing guide are dead.

  1. The specification repo does not exist. The guide points open-ended specification discussions at https://github.com/codellm-devkit/specification/discussions. That repo returns 404 and is not in the org.

  2. Wrong case on the Code of Conduct link. The guide links [Code of Conduct](CODE_OF_CONDUCT.md), but the file is CODE_OF_CONDUCT.MD with an uppercase extension. GitHub paths are case-sensitive, so the link 404s while the file renders fine at its real path.

Verified:

CODE_OF_CONDUCT.md (as linked)  404
CODE_OF_CONDUCT.MD (actual)     200
github.com/codellm-devkit/specification  404

Where
profile/CONTRIBUTING.md in codellm-devkit/.github.

Expected
Both links resolve. For the first, either point at the org discussions already linked one line above, or at whichever repo now hosts specification discussion. For the second, either fix the link case or rename the file to CODE_OF_CONDUCT.md — renaming is probably better, since the uppercase extension is what invited the mistake.

Additional context
Found during the propagation sweep for #25. Not fixed there because CONTRIBUTING.md was out of scope for that work.

Definition of done

  • Both links return 200.
  • The .MD / .md inconsistency is resolved one way or the other, not left for the next reader to trip on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions