[csswg-drafts] css2 draft "Suggest an edit" link is broken (#8141)

dholbert has just created a new issue for https://github.com/w3c/csswg-drafts:

== css2 draft "Suggest an edit" link is broken ==
STR:
1. Visit https://drafts.csswg.org/css2/
2. Click the link for "Suggest an Edit for this Spec" / "GitHub Editor"

ACTUAL RESULTS:
It takes you to 
https://github.com/w3c/csswg-drafts/blob/main/CSS2/Overview.bs
which is 404

EXPECTED RESULTS:
It probably should have linked to this URL with lowercase `css`:
https://github.com/w3c/csswg-drafts/blob/main/css2/Overview.bs

I suspect the issue (the reason we're ending up with uppercase) is because the bikeshed file has this line near the top:
```
Shortname: CSS2
```

I'd bet the expectation is that `Shortname` matches the directory name in the git repo, and in this case that's `css2`, not `CSS2`.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8141 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 29 November 2022 00:05:54 UTC