Skip to content

Fix broken UCI dataset link in Day 22 Web Scraping#877

Open
Navamanidhassan wants to merge 1 commit into
Asabeneh:masterfrom
Navamanidhassan:fix-day22-uci-link-825
Open

Fix broken UCI dataset link in Day 22 Web Scraping#877
Navamanidhassan wants to merge 1 commit into
Asabeneh:masterfrom
Navamanidhassan:fix-day22-uci-link-825

Conversation

@Navamanidhassan

Copy link
Copy Markdown

Description

Fixes a broken 404 URL in the Day 22 Web Scraping documentation and code examples caused by the UCI Machine Learning Repository migrating away from their legacy .php directory structure.

Changes Made

  • Updated https://archive.ics.uci.edu/ml/datasets.php to the modern active URL: https://archive.ics.uci.edu/datasets.

Verification

  • Verified that the new URL returns a successful 200 OK status code and resolves to the active dataset catalog for scraping.

Closes #825

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.

Day 20 URL 404 error

1 participant