What's wrong
Two links in the org contributing guide are dead.
-
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.
-
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.
What's wrong
Two links in the org contributing guide are dead.
The
specificationrepo does not exist. The guide points open-ended specification discussions athttps://github.com/codellm-devkit/specification/discussions. That repo returns 404 and is not in the org.Wrong case on the Code of Conduct link. The guide links
[Code of Conduct](CODE_OF_CONDUCT.md), but the file isCODE_OF_CONDUCT.MDwith an uppercase extension. GitHub paths are case-sensitive, so the link 404s while the file renders fine at its real path.Verified:
Where
profile/CONTRIBUTING.mdincodellm-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.mdwas out of scope for that work.Definition of done
.MD/.mdinconsistency is resolved one way or the other, not left for the next reader to trip on.