Skip to content

fix(docs): update logo URL to current static asset#396

Merged
toadkicker merged 1 commit into
mainfrom
fix/update-logo-url
May 20, 2026
Merged

fix(docs): update logo URL to current static asset#396
toadkicker merged 1 commit into
mainfrom
fix/update-logo-url

Conversation

@toadkicker
Copy link
Copy Markdown
Contributor

Summary

  • Replaces the 404'd cropped-Artboard-1.png WordPress media URL in all docs nav headers with the current static logo path (https://www.baursoftware.com/static/images/logo.png).
  • Affects 7 files: index.html, faq.html, get-pap.html, chrysalis.html, pap/index.html, papillon/index.html, and extension/index.html.

Test plan

  • Open each affected docs page and verify the logo loads in the nav.

🤖 Generated with Claude Code

Replaces the 404'd WordPress media URL in all docs nav headers with
the current static logo path.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@toadkicker toadkicker merged commit f12c875 into main May 20, 2026
23 checks passed
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 20, 2026

Greptile Summary

Replaces a 404'd WordPress media URL (wp-content/uploads/2025/11/cropped-Artboard-1.png) with the current static logo path (https://www.baursoftware.com/static/images/logo.png) consistently across all seven docs nav headers.

  • All 7 affected HTML files (index.html, faq.html, get-pap.html, chrysalis.html, pap/index.html, papillon/index.html, extension/index.html) receive the identical one-line change with no other modifications.
  • The change is purely cosmetic — only the logo src attribute is touched, and the surrounding markup, alt text, and structure are left intact.

Confidence Score: 5/5

Safe to merge — the change is a one-line URL swap in static HTML with no logic or structural impact.

Every changed file receives an identical, isolated substitution of the broken WordPress upload URL with the new static asset path. No logic, markup structure, styles, or other attributes are touched, and the update is applied consistently across all seven files.

No files require special attention.

Important Files Changed

Filename Overview
docs/index.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.
docs/faq.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.
docs/get-pap.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.
docs/chrysalis.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.
docs/pap/index.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.
docs/papillon/index.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.
docs/extension/index.html Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Browser loads docs page] --> B{Logo img src}
    B -- "Before (404)" --> C["wp-content/uploads/2025/11/cropped-Artboard-1.png"]
    B -- "After (200)" --> D["static/images/logo.png"]
    C --> E[❌ 404 — image broken]
    D --> F[✅ Logo renders correctly]
Loading

Reviews (1): Last reviewed commit: "fix(docs): update logo URL to current st..." | Re-trigger Greptile

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.

1 participant