Skip to content

Update Init link to point to appwrite.io#2827

Merged
HarshMN2345 merged 1 commit intomainfrom
fix-broken-link-in-announcing-go-support-post
Mar 21, 2026
Merged

Update Init link to point to appwrite.io#2827
HarshMN2345 merged 1 commit intomainfrom
fix-broken-link-in-announcing-go-support-post

Conversation

@HarshMN2345
Copy link
Member

@HarshMN2345 HarshMN2345 commented Mar 21, 2026

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Summary by CodeRabbit

  • Bug Fixes
    • Corrected the hyperlink for the "More about Init" resource reference to point to the proper external URL.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7aed6f09-d372-4eac-8ffa-d64a211cc7a4

📥 Commits

Reviewing files that changed from the base of the PR and between 404ca84 and b8db308.

📒 Files selected for processing (1)
  • src/routes/blog/post/announcing-go-support/+page.markdoc

Walkthrough

A hyperlink in a blog post markdown file is updated to point to a different URL. The "More about Init" resource link is changed from a vscode-resource URL to https://appwrite.io/init. This is the only modification in the file.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update Init link to point to appwrite.io' directly and clearly describes the main change: updating a hyperlink to point to appwrite.io instead of a broken VSCode resource URL.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-broken-link-in-announcing-go-support-post

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 21, 2026

Greptile Summary

This PR fixes a broken "More about Init" link in the Go support announcement blog post, replacing an accidentally committed local VSCode resource path (file+.vscode-resource.vscode-cdn.net/...) with the correct public URL https://appwrite.io/init.

  • Fix: Replaces https://file+.vscode-resource.vscode-cdn.net/Users/ebenezerdon/Documents/ed-repos/ed-technical-articles/appwrite/link_to_init with https://appwrite.io/init in the "More resources" section of src/routes/blog/post/announcing-go-support/+page.markdoc.
  • The change is minimal, targeted, and correct — this is exactly the right public URL for the Appwrite Init page.
  • No logic, styling, or functional code is affected.

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward, single-line documentation fix replacing a broken local path with the correct public URL.
  • The change is a one-line fix in a Markdown blog post, replacing an obviously incorrect local VSCode resource URL with the appropriate https://appwrite.io/init link. There is no risk of regression.
  • No files require special attention.

Important Files Changed

Filename Overview
src/routes/blog/post/announcing-go-support/+page.markdoc Replaces an accidentally committed local VSCode resource path with the correct public https://appwrite.io/init URL.

Last reviewed commit: "Update Init link to ..."

@HarshMN2345 HarshMN2345 merged commit 832153f into main Mar 21, 2026
7 checks passed
@HarshMN2345 HarshMN2345 deleted the fix-broken-link-in-announcing-go-support-post branch March 21, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants