Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add link to live demo #39

Merged
merged 1 commit into from
Jul 1, 2024
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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

Dapp for sponsoring the education of one individual child

Live demo: https://sponsors.elimu.ai
Copy link

Choose a reason for hiding this comment

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

Format the URL as a Markdown link.

The live demo URL is a bare URL. To comply with Markdown linting rules (MD034), it should be formatted as a Markdown link.

- Live demo: https://sponsors.elimu.ai
+ [Live demo](https://sponsors.elimu.ai)
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
Live demo: https://sponsors.elimu.ai
Live demo: [Live demo](https://sponsors.elimu.ai)
Tools
Markdownlint

5-5: null
Bare URL used

(MD034, no-bare-urls)


Video demo: https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e
Copy link

Choose a reason for hiding this comment

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

Format the URL as a Markdown link.

The video demo URL is a bare URL. To comply with Markdown linting rules (MD034), it should be formatted as a Markdown link.

- Video demo: https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e
+ [Video demo](https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e)
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
Video demo: https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e
Video demo: [Video demo](https://www.loom.com/share/4ca573012b1e4935a4870588c3b5c20d?sid=7fe1fa45-3ace-48f2-b2d6-0f8b0f5e195e)
Tools
Markdownlint

7-7: null
Bare URL used

(MD034, no-bare-urls)

Loading