Skip to content

fix: repair broken links in ml-coding.md#27

Open
Mukller wants to merge 1 commit into
alirezadir:mainfrom
Mukller:fix/ml-coding-broken-links
Open

fix: repair broken links in ml-coding.md#27
Mukller wants to merge 1 commit into
alirezadir:mainfrom
Mukller:fix/ml-coding-broken-links

Conversation

@Mukller

@Mukller Mukller commented Jul 6, 2026

Copy link
Copy Markdown

Summary

Fixes the broken links reported in #9 in src/MLC/ml-coding.md:

  1. Malformed link1 URL — the "Random int in range" link had an accidental newline inside the markdown syntax, causing it to render as a broken link. Fixed by putting the URL on a single line.

  2. Stale link2 URL — the /articles/implement-rand10-using-rand7/ path returns 404. Updated to the canonical /problems/implement-rand10-using-rand7/ URL.

  3. Empty [Notebooks]() link — pointed nowhere. Now points to ./notebooks/ where all the sample notebooks live.

Related Issue

Addresses #9

- Fix malformed 'Random int in range' link1 URL that had an accidental
  newline inside the markdown link, breaking rendering
- Update link2 from the old /articles/ path (returns 404) to the
  canonical /problems/ URL for the Rand10 problem
- Fix empty [Notebooks]() link to point to ./notebooks/ directory

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant