chore: migration readme update#210
Conversation
WalkthroughREADME.md 파일 상단에 [Deprecated] 태그와 마이그레이션 안내 링크(https://github.com/notifly-tech/notifly-docs)가 추가되었습니다. 기능 또는 런타임 동작에는 영향을 미치지 않습니다. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md
2-2: Bare URL used
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: build
| # [Deprecated] | ||
| Migrated to: https://github.com/notifly-tech/notifly-docs |
There was a problem hiding this comment.
Markdown URL 형식을 올바르게 지정하세요.
라인 2의 bare URL은 Markdown 모범 사례를 따르지 않습니다. 각도 괄호로 감싸거나 Markdown 링크 형식으로 변환해주세요.
다음과 같이 수정하세요:
# [Deprecated]
-Migrated to: https://github.com/notifly-tech/notifly-docs
+Migrated to: <https://github.com/notifly-tech/notifly-docs>또는 Markdown 링크 형식을 사용할 수 있습니다:
# [Deprecated]
-Migrated to: https://github.com/notifly-tech/notifly-docs
+Migrated to: [https://github.com/notifly-tech/notifly-docs](https://github.com/notifly-tech/notifly-docs)📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| # [Deprecated] | |
| Migrated to: https://github.com/notifly-tech/notifly-docs | |
| # [Deprecated] | |
| Migrated to: <https://github.com/notifly-tech/notifly-docs> |
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
2-2: Bare URL used
(MD034, no-bare-urls)
🤖 Prompt for AI Agents
README.md lines 1-2: the second line contains a bare URL which violates Markdown
best practices; replace it with either an angle-bracket enclosed URL or a proper
Markdown link. Edit line 2 to use one of these forms:
<https://github.com/notifly-tech/notifly-docs> or a Markdown link like [Migrated
to notifly-docs](https://github.com/notifly-tech/notifly-docs), ensuring the
link text and URL are correct.
Summary
Describe your changes
Issue ticket number and link
Summary by CodeRabbit
릴리스 노트
✏️ Tip: You can customize this high-level summary in your review settings.