fix(readme): replace broken docs link with relative path#2639
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Greptile SummaryThis PR replaces the broken absolute URL Confidence Score: 5/5Safe 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
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 ✓)"]
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.
Summary
docs.worldmonitor.appno longer resolves (ENOTFOUND)docs/data-sources.mdxFixes #2616
Supersedes #2619 (same fix, clean rebase)
Co-authored-by: fuleinist fuleinist@gmail.com
Test plan
docs/data-sources.mdxexists in repo