From b4278d47d1945c4489228e5f1a9a5c10285f656d Mon Sep 17 00:00:00 2001 From: kevinccbsg Date: Fri, 1 May 2026 23:28:04 +0200 Subject: [PATCH] docs: use absolute GitHub URLs for README images and examples link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces relative paths (./images/*, ./examples) with absolute URLs to raw.githubusercontent.com and github.com respectively. This hardens the README against any npm CDN/rewrite oddities so the GIF, screenshot, and examples link work uniformly on github.com, npmjs.com, and any other markdown renderer. No code/dist changes — README only. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa6a9ee..d39529e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Code Coverage](https://qlty.sh/gh/BRIKEV/projects/twd/coverage.svg)](https://qlty.sh/gh/BRIKEV/projects/twd)

- TWD running with an AI agent + TWD running with an AI agent

TWD is a library designed to seamlessly integrate testing into your web development workflow. It streamlines the process of writing, running, and managing tests directly in your application, with a modern UI and powerful mocking capabilities. @@ -101,7 +101,7 @@ describe("Hello World Page", () => { 3. **Run your app** - The TWD sidebar will appear automatically in development mode!

- TWD Sidebar in action + TWD Sidebar in action

## Key Concepts @@ -155,7 +155,7 @@ Full documentation is available at [twd.dev](https://twd.dev) (coming soon) or i Check out our working examples for various frameworks: -- **[Examples Directory](./examples)** - Local examples for React, Vue, and Astro +- **[Examples Directory](https://github.com/BRIKEV/twd/tree/main/examples)** - Local examples for React, Vue, and Astro - **[Vue Example](https://github.com/BRIKEV/twd-vue-example)** - Vue 3 with advanced scenarios - **[Solid Example](https://github.com/BRIKEV/twd-solid-example)** - Solid.js integration - **[Angular Example](https://github.com/BRIKEV/twd-angular-example)** - Angular setup