Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
- docs: create workflow best practices guide (`docs/workflows/03-workflow-best-practices.md`) (`#1743`)
- Fixed broken `MAINTAINERS.md` relative link in `docs/sdk_developers/bug.md` by using the repository-root GitHub URL. (#1666)
- docs(setup): specify unit tests for local setup verification. (#1856)
- doc: Fix testnet link in README.md. (#1879)
- doc: Fix testnet link in README.md. (#1879)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove the trailing space at the end of the changelog entry.

Line 43 has one trailing whitespace character (MD009), which can fail markdown lint checks.

Proposed fix
-- doc: Fix testnet link in README.md. (`#1879`) 
+- doc: Fix testnet link in README.md. (`#1879`)
📝 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.

Suggested change
- doc: Fix testnet link in README.md. (#1879)
- doc: Fix testnet link in README.md. (`#1879`)
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 43-43: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)




Expand Down
Loading