docs: update discord links to canonical url#5510
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR standardizes Discord links in the documentation to use the canonical URL https://kilo.ai/discord. The changes replace the previous inconsistent format (using DISCORD_URL variable with HTML anchor tags) with proper Markdown link syntax pointing to the standardized URL.
Changes:
- Converted HTML anchor tags with
DISCORD_URLvariable to Markdown links - Standardized all Discord links to use
https://kilo.ai/discord
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apps/kilocode-docs/pages/getting-started/faq.md | Updated Discord link in the FAQ section about earning credits from HTML anchor tag to Markdown format with canonical URL |
| apps/kilocode-docs/pages/getting-started/adding-credits.md | Updated Discord community link in the help callout from HTML anchor tag to Markdown format with canonical URL |
| You can use any models you like as long as you have credits in your account. When you run out of credits, you can add more. It's that simple! | ||
|
|
||
| If you're looking to earn some credits, you could join our <a href={DISCORD_URL} target='_blank'>Discord</a> where we sometimes have promotional offers! | ||
| If you're looking to earn some credits, you could join our [Discord](https://kilo.ai/discord) where we sometimes have promotional offers! |
There was a problem hiding this comment.
The PR description mentions "fixes the contributing guide to point at the current docs location" but there are no changes to contributing documentation in this PR. The changes only update Discord links in two files. Consider updating the PR description to accurately reflect the actual changes, or if contributing documentation updates were intended, they appear to be missing from this PR.
|
Thanks for your PR; and thanks for providing screenshots so it is immediatly clear what you fixed! |
Context
Documentation had inconsistent Discord links (some using DISCORD_URL) and an outdated contributing documentation URL. This change standardizes links to the canonical Discord landing page and fixes the contributing guide to point at the current docs location.
Implementation
Screenshots
How to Test
Get in Touch
Phoen1xCode