Update documentation links and Discord invite link#725
Conversation
📝 WalkthroughWalkthroughThis PR updates external links in the README: the documentation URL now points to the afcproject.dev domain, and the Discord server invite link and badge image URL are changed to the new Discord server. ChangesDocumentation and Support Links Update
🎯 1 (Trivial) | ⏱️ ~2 minutes Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
7-7:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winInconsistent documentation link.
Line 7 still points to
https://armoredturtle.xyz/docs/while line 70 was updated tohttps://www.afcproject.dev/. Both lines describe similar content (documentation and command references), which may confuse users about which URL to follow.🔗 Proposed fix to align with the updated documentation domain
-Further information to include command references can be found [here](https://armoredturtle.xyz/docs/). +Further information to include command references can be found [here](https://www.afcproject.dev/).🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` at line 7, Update the README.md reference so the documentation/command link on line containing "https://armoredturtle.xyz/docs/" matches the updated domain used elsewhere; replace "https://armoredturtle.xyz/docs/" with "https://www.afcproject.dev/" (the same URL used at line 70) to ensure consistent documentation links across the file.
🧹 Nitpick comments (1)
README.md (1)
70-70: ⚡ Quick winGrammar: Use "its" instead of "it's".
The possessive form should be "its" rather than the contraction "it's".
✏️ Proposed fix
-Further documentation on the plugin, it's various commands and configuration references can be found [here](https://www.afcproject.dev/). +Further documentation on the plugin, its various commands and configuration references can be found [here](https://www.afcproject.dev/).🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` at line 70, Update the README sentence fragment "it's various commands and configuration references" to use the possessive "its" instead of the contraction "it's"; locate the sentence containing "Further documentation on the plugin, it's various commands and configuration references can be found" and replace "it's" with "its" so the line reads "Further documentation on the plugin, its various commands and configuration references can be found".
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@README.md`:
- Line 7: Update the README.md reference so the documentation/command link on
line containing "https://armoredturtle.xyz/docs/" matches the updated domain
used elsewhere; replace "https://armoredturtle.xyz/docs/" with
"https://www.afcproject.dev/" (the same URL used at line 70) to ensure
consistent documentation links across the file.
---
Nitpick comments:
In `@README.md`:
- Line 70: Update the README sentence fragment "it's various commands and
configuration references" to use the possessive "its" instead of the contraction
"it's"; locate the sentence containing "Further documentation on the plugin,
it's various commands and configuration references can be found" and replace
"it's" with "its" so the line reads "Further documentation on the plugin, its
various commands and configuration references can be found".
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: 728e62d5-0469-4d7d-aefd-c38caef5fbc5
📒 Files selected for processing (1)
README.md
Changes to update discord invite link and website link.
Summary by CodeRabbit