Skip to content

Commit dc0217c

Browse files
authored
Merge pull request #8 from sscargal/main
Updated Playground URLs
2 parents e612b0a + ef7c392 commit dc0217c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

themes/memmachine/layouts/_partials/blog-card.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
<div class="card-date">
2828
{{ with .Params.author }}
29-
<h6><a href="#">{{ . }}</a></h6>
29+
<h6>{{ . }}</h6>
3030
<svg width="2" height="2" viewBox="0 0 2 2" fill="none" xmlns="http://www.w3.org/2000/svg">
3131
<path d="M1.374 1.862C1.194 1.862 1.04 1.802 0.912 1.682C0.784 1.558 0.72 1.404 0.72 1.22C0.72 1.036 0.784 0.884 0.912 0.764C1.04 0.64 1.194 0.578 1.374 0.578C1.546 0.578 1.692 0.64 1.812 0.764C1.936 0.884 1.998 1.036 1.998 1.22C1.998 1.404 1.936 1.558 1.812 1.682C1.692 1.802 1.546 1.862 1.374 1.862Z" fill="#A6A6C9"></path>
3232
</svg>
3333
{{ end }}
3434
<p style="margin: 0">
35-
<a href="#">{{ .Date.Format "January 2, 2006" }}</a>
35+
{{ .Date.Format "January 2, 2006" }}
3636
</p>
3737
</div>
3838

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="title">
2323
>Start Building
2424
</a>
2525
<a
26-
href="#"
26+
href="https://playground.memmachine.ai"
2727
class="btn btn-primary mx-2"
2828
data-aos="fade-up"
2929
data-aos-delay="200"

themes/memmachine/layouts/_partials/pricing-table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h3>Open Source</h3>
1919
<h4><span>$0</span><sub>/ forever</sub></h4>
2020
<p class="pricing-description">Self-hosted on your own infrastructure.</p>
2121
<div class="pricing-button">
22-
<a href="#" class="btn btn-primary">View on GitHub</a>
23-
<a href="#" class="btn btn-secondary">Explore Playground</a>
22+
<a href="https://github.com/MemMachine/MemMachine" class="btn btn-primary">View on GitHub</a>
23+
<a href="https://playground.memmachine.ai" class="btn btn-secondary">Explore the Playground</a>
2424
</div>
2525
<ul class="feature-list">
2626
<li><i class="fa-solid fa-circle-check"></i> All Memory Types</li>

0 commit comments

Comments
 (0)