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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# XDC Subnet
Documentation for XDC Subnet can be found here
https://docs.xdc.network/subnet/
Build private Block chains with XDC Subnet: Total data & transaction privacy, access restricted to authorized users only. No public exposure – checkpoints borrow XDC mainnet security. Perfect for banks, governments, healthcare & confidential enterprise apps.
Guide: https://docs.xdc.network/subnet/overview/
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

Format the Guide link as a proper Markdown hyperlink.

Guide: <url> is a plain-text label and bare URL. On some Markdown renderers the label text won't be clickable. Use a standard Markdown link instead.

✏️ Proposed fix
-Guide: https://docs.xdc.network/subnet/overview/ 
+[Guide](https://docs.xdc.network/subnet/overview/)
📝 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
Guide: https://docs.xdc.network/subnet/overview/
[Guide](https://docs.xdc.network/subnet/overview/)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 3, Replace the plain-text label and bare URL "Guide:
https://docs.xdc.network/subnet/overview/" with a Markdown hyperlink by
converting the label into link text and wrapping the URL in parentheses (e.g.,
change the line to use "[Guide](https://docs.xdc.network/subnet/overview/)" or
"[Subnet Overview](https://docs.xdc.network/subnet/overview/)") so the link
renders as a clickable Markdown link in README.md.


## Deploying the Subnet
Below is the guide to deploying the subnet
https://docs.xdc.network/subnet/install_guide/launch_subnet/

Video Demo
## Video Demo
XDC Subnet Setup Made EASY in 10 Minutes
https://www.youtube.com/watch?v=-SXsRbn6hN8
Comment on lines +9 to 11
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

Combine the video title and URL into a single Markdown hyperlink.

Line 10 is an unlinked plain-text title sitting above the bare URL on line 11. The intent is clearly to describe the linked video, so they should be merged into one Markdown hyperlink.

✏️ Proposed fix
 ## Video Demo
-XDC Subnet Setup Made EASY in 10 Minutes
-https://www.youtube.com/watch?v=-SXsRbn6hN8
+[XDC Subnet Setup Made EASY in 10 Minutes](https://www.youtube.com/watch?v=-SXsRbn6hN8)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 9 - 11, In the "Video Demo" section replace the
separate title and bare URL with a single Markdown hyperlink by merging "XDC
Subnet Setup Made EASY in 10 Minutes" and its URL into the format [XDC Subnet
Setup Made EASY in 10 Minutes](https://www.youtube.com/watch?v=-SXsRbn6hN8);
update the README's "Video Demo" block so the title is the clickable link and
remove the now-redundant plain URL.

Loading