Skip to content

Commit 47fccd1

Browse files
committed
docs: update README links to stream-resource.dev
1 parent 792aa86 commit 47fccd1

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<img
3-
src="https://stream-resource.vercel.app/assets/hero.svg"
3+
src="https://stream-resource.dev/assets/hero.svg"
44
alt="stream-resource — The Enterprise Streaming Resource for LangChain and Angular"
55
width="100%"
66
/>
@@ -110,7 +110,7 @@ That's it. `chat.messages()` is an Angular Signal. Bind it directly in your temp
110110

111111
<p align="center">
112112
<img
113-
src="https://stream-resource.vercel.app/assets/arch-diagram.svg"
113+
src="https://stream-resource.dev/assets/arch-diagram.svg"
114114
alt="stream-resource architecture: Angular Component → streamResource() → StreamManager Bridge → LangGraph Platform, with signals returned reactively"
115115
width="100%"
116116
/>
@@ -135,11 +135,11 @@ That's it. `chat.messages()` is an Angular Signal. Bind it directly in your temp
135135

136136
## Documentation
137137

138-
- [Getting Started](https://stream-resource.vercel.app/docs/getting-started)
139-
- [API Reference](https://stream-resource.vercel.app/api-reference)
140-
- [Testing with MockStreamTransport](https://stream-resource.vercel.app/docs/testing)
141-
- [Human-in-the-Loop / Interrupts](https://stream-resource.vercel.app/docs/interrupts)
142-
- [Subagent Streaming](https://stream-resource.vercel.app/docs/subagents)
138+
- [Getting Started](https://stream-resource.dev/docs/getting-started)
139+
- [API Reference](https://stream-resource.dev/api-reference)
140+
- [Testing with MockStreamTransport](https://stream-resource.dev/docs/testing)
141+
- [Human-in-the-Loop / Interrupts](https://stream-resource.dev/docs/interrupts)
142+
- [Subagent Streaming](https://stream-resource.dev/docs/subagents)
143143

144144
---
145145

docs/superpowers/plans/2026-03-19-roadmap.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,10 @@ After 1.3 completes:
7575

7676
### 1.5 Fix Stale URLs in README
7777

78-
**Status:** Ready to execute now
78+
**Status:** Complete
7979
**Effort:** Trivial
8080

81-
The README docs links still reference `stream-resource.vercel.app` (the old deployment URL). They should all point to `stream-resource.dev`.
82-
83-
Affected lines in `README.md`:
84-
- Getting Started link
85-
- API Reference link
86-
- Testing link
87-
- Interrupts link
88-
- Subagents link
89-
- Pricing link (already updated — verify)
81+
Completed in-session by updating the README asset and docs links from `stream-resource.vercel.app` to `stream-resource.dev`.
9082

9183
---
9284

0 commit comments

Comments
 (0)