docs: Update README.md with corrected links to documentation#2551
docs: Update README.md with corrected links to documentation#2551ppival wants to merge 4 commits intokoala73:mainfrom
Conversation
|
@ppival is attempting to deploy a commit to the Elie Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR migrates all documentation links in
Confidence Score: 4/5Safe to merge after fixing the architecture docs link, which points to the wrong page. One P1 finding: the "architecture docs" link resolves to README.md — specifically line 89 (architecture docs link) and line 155 (footer link text). Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md link] -->|old| B["docs.worldmonitor.app/*"]
A -->|new| C["www.worldmonitor.app/docs/*"]
C --> D["/docs/documentation ✅"]
C --> E["/docs/contributing ✅"]
C --> F["/docs/getting-started ✅"]
C --> G["/docs/getting-started#map-rendering-architecture ⚠️"]
C --> H["/docs/data-sources ✅"]
G -->|should be| I["/docs/architecture ✅"]
style G fill:#f9a,stroke:#f33
style I fill:#afa,stroke:#3a3
Reviews (1): Last reviewed commit: "Update README.md with corrected links to..." | Re-trigger Greptile |
|
@ppival — thanks! Two small corrections before merging:
Once updated, ready to merge. |
Update link to architecture page Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Not technically accurate, IMHO, but prettier. Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Summary
update links to documentation in README.md
Type of change
Affected areas
/api/*)Checklist
api/rss-proxy.jsallowlist (if adding feeds)npm run typecheck)Screenshots