Skip to content

Commit 22f3ba2

Browse files
committed
chore: fix links and formatting in CONTRIBUTING and README files
1 parent cc372bc commit 22f3ba2

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contributing to OpenRouter Pipe
22

3-
> **Maintained by [Sena Labs](https://github.com/sena-labs)** · [GitHub](https://github.com/sena-labs/Open-Router-Pipe)
3+
> **Maintained by [Sena Labs](https://github.com/sena-labs)** · [GitHub](https://github.com/sena-labs/OpenRouter-Pipe)
44
55
Thanks for your interest in contributing.
66

77
## Quick Start
88

99
```bash
10-
git clone https://github.com/sena-labs/Open-Router-Pipe.git
11-
cd Open-Router-Pipe
10+
git clone https://github.com/sena-labs/OpenRouter-Pipe.git
11+
cd OpenRouter-Pipe
1212
python test_pipe.py
1313
```
1414

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:0d1117,50:1a1b2e,100:2d1b69&height=180&section=header&text=OpenRouter%20Pipe&fontColor=a78bfa&fontSize=42&animation=fadeIn&fontAlignY=36&desc=Open%20WebUI%20%E2%86%94%20OpenRouter%20Integration&descAlignY=56&descColor=8b5cf6" width="100%"/>
44

5-
<a href="https://github.com/sena-labs/Open-Router-Pipe"><img src="https://img.shields.io/badge/version-0.2.0-0d1117?style=for-the-badge&labelColor=7c3aed&color=0d1117" alt="version"></a>&nbsp;
5+
<a href="https://github.com/sena-labs/OpenRouter-Pipe"><img src="https://img.shields.io/badge/version-0.2.0-0d1117?style=for-the-badge&labelColor=7c3aed&color=0d1117" alt="version"></a>&nbsp;
66
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-≥3.10-0d1117?style=for-the-badge&logo=python&logoColor=white&labelColor=3776AB" alt="python"></a>&nbsp;
77
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-0d1117?style=for-the-badge&labelColor=blue" alt="license"></a>&nbsp;
88
<a href="https://docs.openwebui.com"><img src="https://img.shields.io/badge/Open%20WebUI-compatible-0d1117?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0wIDE4Yy00LjQyIDAtOC0zLjU4LTgtOHMzLjU4LTggOC04IDggMy41OCA4IDgtMy41OCA0LTggOHoiLz48L3N2Zz4=&logoColor=white&labelColor=1a1a2e" alt="openwebui"></a>
@@ -150,7 +150,7 @@ It also removes `user` when sent as a dict (OWUI format) since OpenRouter expect
150150
## Project Structure
151151

152152
```
153-
Open-Router-Pipe/
153+
OpenRouter-Pipe/
154154
├── openrouter_pipe.py # Main pipe source (install this in Open WebUI)
155155
├── function.json # Open WebUI community manifest (metadata, tags, categories)
156156
├── test_pipe.py # Test suite
@@ -199,6 +199,8 @@ Copyright (c) 2026 Sena Labs
199199

200200
<div align="center">
201201

202-
[Sena Labs](https://github.com/sena-labs)
202+
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:2d1b69,50:1a1b2e,100:0d1117&height=100&section=footer" width="100%"/>
203+
204+
Powered by **[Sena Labs](https://github.com/sena-labs)**
203205

204206
</div>

0 commit comments

Comments
 (0)