Skip to content

Fix htps:// typo in weather-api source link - #29

Open
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-5-weather-api-source-link-typo
Open

Fix htps:// typo in weather-api source link#29
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-5-weather-api-source-link-typo

Conversation

@claude

@claude claude Bot commented Jun 16, 2026

Copy link
Copy Markdown

Fixes #5

What changed

Corrected a one-character typo in the weather-api project card's source link: htps://https://.

Before:

<a href="htps://github.com/nesalot/doesnotexist3">source</a>

After:

<a href="https://github.com/nesalot/doesnotexist3">source</a>

How to verify

Open demo/index.html, find the weather-api project card, and confirm the source link starts with https:// and is clickable without a browser protocol error.

nesalot pushed a commit that referenced this pull request Jun 16, 2026
Add the first successful worker run entry from 2026-06-16.
Worker fixed 3 issues (#5, #10, #11) and opened PRs #29, #30, #31.

https://claude.ai/code/session_011JtawYLR71wcWrmfFpJJ2f
@nesalot nesalot mentioned this pull request Jun 16, 2026
2 tasks
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.

Fix broken URL typo in weather-api source link

0 participants