Skip to content

Commit d3d1c92

Browse files
committed
docs: update discord link
1 parent 0298d33 commit d3d1c92

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ t-req keeps standard <code>.http</code> files as the source of truth and lets yo
1212
<p align="center">
1313
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
1414
<a href="https://github.com/tensorix-labs/t-req/actions/workflows/ci.yml"><img src="https://github.com/tensorix-labs/t-req/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
15-
<a href="https://discord.gg/sKY4M3eS"><img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
15+
1616
</p>
1717

18-
<p align="center">
19-
<b><a href="https://t-req.io">Docs</a></b> &middot; <b><a href="https://discord.gg/sKY4M3eS">Discord</a></b>
20-
</p>
18+
2119

2220
## Install
2321

@@ -48,21 +46,21 @@ treq init my-api && cd my-api
4846
treq run requests/users/list.http # single request from CLI
4947
```
5048

51-
## Run from the terminal app
49+
## Run from the terminal
5250

5351
Use the interactive terminal app to browse files, run requests, and inspect results:
5452

5553
```bash
5654
treq open
5755
```
5856

59-
![t-req TUI demo](https://assets.t-req.ai/tui-demo.gif)
57+
![t-req TUI demo](./docs/assets/tui-demo.gif)
6058

6159
## Run from VS Code or Cursor
6260

6361
Install the [t-req extension](./packages/vscode) in VS Code or Cursor for syntax highlighting, inline execution, and assertion results (`@t-req/plugin-assert`) directly in your editor.
6462

65-
[![t-req init in VS Code or Cursor](https://assets.t-req.ai/treq-init-cursor.gif)](https://assets.t-req.ai/treq-demo-desktop.mp4)
63+
[Watch VS Code/Cursor demo (MP4)](./docs/assets/treq-init-cursor.mp4)
6664

6765
## Run from Web
6866

docs/assets/treq-init-cursor.mp4

9.51 MB
Binary file not shown.

docs/assets/tui-demo.gif

7.42 MB
Loading

0 commit comments

Comments
 (0)