Skip to content

fix(readme): replace broken docs link with relative path#2639

Merged
koala73 merged 5 commits intomainfrom
fix/data-sources-link
Apr 3, 2026
Merged

fix(readme): replace broken docs link with relative path#2639
koala73 merged 5 commits intomainfrom
fix/data-sources-link

Conversation

@koala73
Copy link
Copy Markdown
Owner

@koala73 koala73 commented Apr 3, 2026

Summary

  • docs.worldmonitor.app no longer resolves (ENOTFOUND)
  • Replace broken absolute URL with relative path to docs/data-sources.mdx

Fixes #2616
Supersedes #2619 (same fix, clean rebase)

Co-authored-by: fuleinist fuleinist@gmail.com

Test plan

  • Confirm docs/data-sources.mdx exists in repo
  • Link renders correctly on GitHub

…path

The docs.worldmonitor.app domain no longer resolves. Replace with
relative path to docs/data-sources.mdx.

Fixes #2616
Supersedes #2619

Co-authored-by: fuleinist <fuleinist@gmail.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
worldmonitor Ignored Ignored Preview Apr 3, 2026 5:18am

Request Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 3, 2026

Greptile Summary

This PR replaces the broken absolute URL https://docs.worldmonitor.app/data-sources (ENOTFOUND) in the "Data Sources" section of README.md with a relative path ./docs/data-sources.mdx. The target file docs/data-sources.mdx is confirmed to exist in the repository, and the same relative-path convention is already used in AGENTS.md (line 195).

Confidence Score: 5/5

Safe to merge — single-line doc fix with the target file confirmed present in the repo.

The change is a one-line README update replacing a broken external URL with a relative path that resolves to an existing file. No logic, no code, no risk of regression.

No files require special attention.

Important Files Changed

Filename Overview
README.md Single-line change replacing a broken external docs URL with a working relative path to docs/data-sources.mdx; target file confirmed present in repo.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["README.md — Data Sources section"] -->|"before: broken link"| B["https://docs.worldmonitor.app/data-sources\n(ENOTFOUND)"]
    A -->|"after: relative path"| C["./docs/data-sources.mdx\n(exists in repo ✓)"]
Loading

Reviews (1): Last reviewed commit: "fix(readme): replace broken docs.worldmo..." | Re-trigger Greptile

Move paths-ignore from workflow triggers to job-level `if:` conditions.
When a workflow uses paths-ignore at the trigger level, GitHub never
creates the check run, so required checks stay "Waiting" forever.

Job-level skips via `if:` report as passed, satisfying branch protection.

Also update deploy-gate to treat "skipped" conclusions as passing.
@koala73 koala73 merged commit 915806b into main Apr 3, 2026
11 checks passed
@koala73 koala73 deleted the fix/data-sources-link branch April 3, 2026 05:21
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.

Data sources link broken

1 participant