Skip to content
Merged
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 docs/xdcchain/developers/getxdclisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This page is intended to streamline the listing and integration process with tec
- **Block Explorer:** https://xdcscan.io | https://xdcscan.com
- **Official Website:** https://www.xinfin.org
- **Technical White Paper:** https://xinfin.org/docs/whitepaper-tech.pdf
- **Business White Paper:** https://xinfin.org/docs/whitepaper-business.pdf
- **MICA White Paper:** https://xinfin.org/docs/xdc-mica-whitepaper.pdf

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Wrap the new URL in link syntax.

Markdownlint flags the bare URL; consider using an explicit link for consistency and accessibility.

♻️ Proposed fix
-- **MICA White Paper:** https://xinfin.org/docs/xdc-mica-whitepaper.pdf
+- **MICA White Paper:** [View PDF](https://xinfin.org/docs/xdc-mica-whitepaper.pdf)
📝 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
- **MICA White Paper:** https://xinfin.org/docs/xdc-mica-whitepaper.pdf
- **MICA White Paper:** [View PDF](https://xinfin.org/docs/xdc-mica-whitepaper.pdf)
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

26-26: Bare URL used

(MD034, no-bare-urls)

🤖 Prompt for AI Agents
In `@docs/xdcchain/developers/getxdclisted.md` at line 26, Replace the bare URL
following the "MICA White Paper" label with explicit Markdown link syntax:
locate the line containing "**MICA White Paper:**
https://xinfin.org/docs/xdc-mica-whitepaper.pdf" and change it to use [MICA
White Paper](https://xinfin.org/docs/xdc-mica-whitepaper.pdf) (or keep the label
and use the URL as the link target) so the URL is wrapped in link syntax for
accessibility and Markdownlint compliance.

- **Logo Files (SVG/PNG):** [Download Here](https://xinfin.org/brand-assets)

## Network Endpoints
Expand Down