Skip to content

📖 docs: fix broken markdown links and a typo - #5158

Open
LD-RW wants to merge 1 commit into
ossf:mainfrom
LD-RW:docs/fix-broken-links-and-typo
Open

📖 docs: fix broken markdown links and a typo#5158
LD-RW wants to merge 1 commit into
ossf:mainfrom
LD-RW:docs/fix-broken-links-and-typo

Conversation

@LD-RW

@LD-RW LD-RW commented Aug 4, 2026

Copy link
Copy Markdown

What kind of change does this PR introduce?

A docs fix — two broken markdown links and one spelling correction.

What is the current behavior?

Two markdown links omit the URL scheme, so GitHub resolves them as repository-relative paths and they 404:

  • docs/design/scalable_scorecard.md: [Scorecard](github.com/oosf/scorecard) renders as /ossf/scorecard/blob/main/docs/design/github.com/oosf/scorecard. The org is also misspelled (oosf instead of ossf).
  • cron/k8s/README.md: [yamllint](yamllint.readthedocs.io) renders as /ossf/scorecard/blob/main/cron/k8s/yamllint.readthedocs.io.

Separately, SECURITY.md uses "alloted" where "allotted" is intended.

What is the new behavior (if this is a feature change)?

Both links now use absolute https:// URLs and resolve correctly, and the spelling is corrected. No code or behavior changes.

  • Tests for the changes have been added (for bug fixes/features) — N/A, documentation only

Which issue(s) this PR fixes

NONE

Special notes for your reviewer

Documentation only; no Go files touched. Each rendered URL was verified against the live rendering on main before the change.

Does this PR introduce a user-facing change?

NONE

The Scorecard link in scalable_scorecard.md and the yamllint link in
cron/k8s/README.md both omit the URL scheme, so GitHub renders them as
repository-relative paths that 404. The Scorecard link also misspells
the org as 'oosf'.

Also corrects 'alloted' to 'allotted' in SECURITY.md.

Signed-off-by: LD-RW <basheermazari4@gmail.com>
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 4, 2026
@dosubot

dosubot Bot commented Aug 4, 2026

Copy link
Copy Markdown

📄 Knowledge review

Dosu skipped reviewing this PR because your organization has used its 200 included credits for the month. Your usage will reset on 2026-09-01. To have Dosu review this PR before then, ask your organization admin to upgrade to a pro account.


Leave Feedback Ask Dosu about scorecard Add Dosu to your team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant