mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-10 10:43:54 +02:00
fix: Replace URL placeholders with anchors to fix link checker
The link checker was treating placeholder `URL` text as actual URLs, causing 400 errors in CI. Changed to `#` anchors instead.
This commit is contained in:
@@ -58,9 +58,9 @@
|
||||
|
||||
## References
|
||||
|
||||
1. [Source Title](URL)
|
||||
2. [Source Title](URL)
|
||||
3. [Source Title](URL)
|
||||
1. [Source Title](#)
|
||||
2. [Source Title](#)
|
||||
3. [Source Title](#)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -84,9 +84,9 @@
|
||||
|
||||
## Sources to Cite
|
||||
|
||||
1. [Source Name](URL) - Used for: [what information]
|
||||
2. [Source Name](URL) - Used for: [what information]
|
||||
3. [Source Name](URL) - Used for: [what information]
|
||||
1. [Source Name](#) - Used for: [what information]
|
||||
2. [Source Name](#) - Used for: [what information]
|
||||
3. [Source Name](#) - Used for: [what information]
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user