Skip to content

Commit e070124

Browse files
author
Topi Santakivi
committed
Fix main page links in website
1 parent afe188f commit e070124

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

website/examples/index.md

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

33
Real-world usage patterns showing Remind in practice. Each example includes the use case, setup, walkthrough, and what the consolidated knowledge looks like.
44

5-
## [Project Memory](/examples/project-memory)
5+
## [Project Memory](./project-memory)
66

77
The foundational use case. Your agent remembers preferences, decisions, and project context across coding sessions. Shows the remember/recall/consolidate cycle and how episodes become generalized concepts.
88

9-
## [Sparring Partner](/examples/sparring-partner)
9+
## [Sparring Partner](./sparring-partner)
1010

1111
Using Remind to have an ongoing conversation on any topic across sessions. The agent remembers prior arguments, positions, and open threads. Shows how consolidation surfaces patterns and contradictions.
1212

13-
## [Research Ingestion](/examples/research-ingestion)
13+
## [Research Ingestion](./research-ingestion)
1414

1515
Feed in research papers and use consolidation to find commonalities, contradictions, and themes across sources. Shows entity linking across papers and concept extraction at scale.
1616

website/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,17 @@ Returns generalized concepts like *"User gravitates toward statically typed, per
225225

226226
<div class="example-cards">
227227

228-
<a class="example-card" href="/examples/project-memory">
228+
<a class="example-card" href="./examples/project-memory">
229229
<h3>Project Memory</h3>
230230
<p>Persistent context across coding sessions. Your agent remembers preferences, decisions, and project architecture.</p>
231231
</a>
232232

233-
<a class="example-card" href="/examples/sparring-partner">
233+
<a class="example-card" href="./examples/sparring-partner">
234234
<h3>Sparring Partner</h3>
235235
<p>Ongoing debates across sessions. Remind tracks arguments, positions, and open threads.</p>
236236
</a>
237237

238-
<a class="example-card" href="/examples/research-ingestion">
238+
<a class="example-card" href="./examples/research-ingestion">
239239
<h3>Research Ingestion</h3>
240240
<p>Feed in papers, find commonalities and contradictions. Consolidation surfaces themes across sources.</p>
241241
</a>

0 commit comments

Comments
 (0)