Skip to content
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Uli is a browser plugin that :
It is an attempt to invert the top-down logics of platform moderation and center the experiences of those subject to online gender-based violence.

<h1 align="center">🎉 Contribution Pathways 🎉</h1>
We cherish diversity of experiences and perspectives. It adds value to our work. To this end, we strongly encourage candidates who find alignment with the project and are driven to learn, to contribute to Uli. There are both code and no-code issues that you can contribute to.
We cherish diversity of experiences and perspectives. It adds value to our work. To this end, we strongly encourage candidates who find alignment with the project and are driven to learn, to contribute to Uli. There are both code and no-code issues that you can contribute to.

To contribute effectively, we recommend doing some of these:
- Peruse our [Wiki](https://github.com/tattle-made/Uli/wiki). It will help you navigate our repository, and adhere to our standards for contributions.
Expand Down Expand Up @@ -113,4 +113,4 @@ The pilot of the project was managed by the [Centre for Internet and Society](ht

## Website

Visit the Uli website at https://uli.tattle.co.in/
Visit the Uli website at https://uli.tattle.co.in/ !
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we prefer 3 exclamation marks.

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

Tighten website line formatting for cleaner rendering.

Line 116 has an extra space before !; also, a Markdown link is clearer than a raw URL.

Proposed fix
-Visit the Uli website at https://uli.tattle.co.in/ !
+Visit the Uli website at [https://uli.tattle.co.in/](https://uli.tattle.co.in/)!
📝 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
Visit the Uli website at https://uli.tattle.co.in/ !
Visit the Uli website at [https://uli.tattle.co.in/](https://uli.tattle.co.in/)!
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 116, Remove the extra space before the exclamation mark
and replace the raw URL with a Markdown link for cleaner rendering: update the
line "Visit the Uli website at https://uli.tattle.co.in/ !" to use a Markdown
link like "Visit the Uli website at [Uli](https://uli.tattle.co.in/)!" ensuring
no extra space before the final "!".

Loading