Skip to content

Commit 43f93d3

Browse files
committed
Fix demo and documentation links to use relative paths
1 parent 3de7af8 commit 43f93d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ This framework now includes advanced AI-powered features for smarter, context-aw
154154
- Exposes endpoints for page object generation, Playwright/Selenium test execution, automated code review, and reporting
155155
- Integrates with RAG, OpenAI, and local LLMs; bridges to Playwright/Selenium; supports prompt-driven automation
156156
- **AI Demo & Documentation:**
157-
- [Self-Healing Demo/Test Class](https://github.com/K11-Software-Solutions/k11TechLab-selenium-java-fullstack-framework/blob/main/src/main/java/org/k11techlab/framework/ai/selenium/selfhealing/SelfHealingDemo.java)
158-
- [RAGComponentsDemo.java (RAG Test Class)](https://github.com/K11-Software-Solutions/k11TechLab-selenium-java-fullstack-framework/blob/main/src/main/java/org/k11techlab/framework/ai/rag/demo/RAGComponentsDemo.java)
159-
- [Sample Output (Cache Hits!)](https://github.com/K11-Software-Solutions/k11TechLab-selenium-java-fullstack-framework/blob/main/RAGComponentsDemo_output.txt)
160-
- [RAG Demo Article & How-To](https://github.com/K11-Software-Solutions/k11TechLab-selenium-java-fullstack-framework/blob/main/RAG_Demo.md)
157+
- [Self-Healing Demo/Test Class](src/main/java/org/k11techlab/framework/ai/selenium/selfhealing/SelfHealingDemo.java)
158+
- [RAGComponentsDemo.java (RAG Test Class)](src/main/java/org/k11techlab/framework/ai/rag/demo/RAGComponentsDemo.java)
159+
- [Sample Output (Cache Hits!)](RAGComponentsDemo_output.txt)
160+
- [RAG Demo Article & How-To](RAG_Demo.md)
161161

162162
These enhancements make the framework ready for next-generation, AI-assisted, and self-healing test automation and knowledge retrieval.
163163

0 commit comments

Comments
 (0)