content: True Log 소개 글의 깨진 링크 제거 - #75
Merged
Merged
Conversation
DESIGN.md/CONTENT.md/DEPLOY.md and tests/markdown-boundary.test.ts were linked as if they were site routes, copied over from README.md. The published blog has no route for these repo paths, so the links 404. Keep the filenames as inline code instead of dead links. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 내용
content/posts/true-log-project-introduction.md에서DESIGN.md,CONTENT.md,DEPLOY.md,tests/markdown-boundary.test.ts를 가리키던 Markdown 링크를 제거하고, 파일명은 인라인 코드로만 남김.변경 이유
이 글은 README.md 내용을 바탕으로 썼는데, README 안의 링크(
[DESIGN.md](DESIGN.md)등)를 그대로 옮기면서 저장소 파일 경로를 링크로 남겨뒀다. 발행되는 블로그에는 이 경로들에 대응하는 라우트가 없어서 클릭하면 그대로 깨진다. 링크가 필요 없는 자리라 문법만 걷어내고 파일명 정보는 유지했다.검증
pnpm lint통과pnpm typecheck통과pnpm test— 211개 전부 통과pnpm build통과🤖 Generated with Claude Code