Skip to content

Commit 34acc86

Browse files
authored
Change image sources to GitHub URLs in README
Updated image sources in README to use direct GitHub links.
1 parent 57976e4 commit 34acc86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="https://code2prompt.dev">
3-
<img align="center" width="550px" src=".assets/logo_dark_v0.0.2.svg" alt="Code2prompt"/>
3+
<img align="center" width="550px" src="https://github.com/mufeedvh/code2prompt/blob/main/.assets/logo_dark_v0.0.2.svg" alt="Code2prompt"/>
44
</a>
55
<br>
66
<h3>Convert your codebase into a single LLM prompt.</h3>
@@ -28,10 +28,10 @@
2828
---
2929

3030
<h1 align="center">
31-
<a href="https://code2prompt.dev"><img src=".assets/demo.gif" alt="code2prompt demo"></a>
31+
<a href="https://code2prompt.dev"><img src="https://github.com/mufeedvh/code2prompt/blob/main/.assets/demo.gif" alt="code2prompt demo"></a>
3232
</h1>
3333

34-
![Flow Diagram](.assets/flow_diagram.png)
34+
![Flow Diagram](https://github.com/mufeedvh/code2prompt/blob/main/.assets/flow_diagram.png)
3535

3636
**Code2Prompt** is a powerful context engineering tool designed to ingest codebases and format them for Large Language Models. Whether you are manually copying context for ChatGPT, building AI agents via Python, or running a MCP server, Code2Prompt streamlines the context preparation process.
3737

0 commit comments

Comments
 (0)