Replace bare links in index.ts
files in the modules/versioning/*/
pattern with good links
#30312
Labels
good first issue
Suitable for new contributors
help wanted
Help is needed or welcomed on this issue
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:refactor
Refactoring or improving of existing code
Describe the proposed change(s).
Replace bare links in
index.ts
files in themodules/versioning/*/
pattern with good links.Bare links are hard to read, and especially bad for screen reader users. Add a descriptive name to each bare link.
Todos
urls
constantsWrite failing test first
Scope of test: all
urls
constants in the patternmodules/versioning/*/index.ts
.urls
array is not wrapped between[]()
characters.urls
array are wrapped between[]()
characters.Update all
urls
constantsExample of a good link, that passes the test:
Open PR
You are ready to open a pull request when the test passes.
Related discussion/issue
I asked about fixing the bare links in this discussion:
Fixing the bare links is part of the work for:
The text was updated successfully, but these errors were encountered: