Skip to content

Commit a195837

Browse files
authored
Merge pull request #10 from sscargal/site-updates
Updated links to the Playground
2 parents bce7012 + 14b1f98 commit a195837

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

themes/memmachine/assets/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if (chatList) {
192192
addMessage({
193193
sender: "MemMachine Agent",
194194
time: currentTime,
195-
text: `Great! The best way to get started is with our comprehensive <a href="https://docs.memmachine.ai" target="_blank">documentation</a>. You can also <a href="https://discord.memmachine.ai" target="_blank">join our Discord server</a> to collaborate with other developers, or <a href="https://playground.memmachine.ai" target="_blank">try the Playground</a> to see a live demo.`,
195+
text: `Great! The best way to get started is with our comprehensive <a href="https://docs.memmachine.ai" target="_blank">documentation</a>. You can also <a href="https://discord.memmachine.ai" target="_blank">join our Discord server</a> to collaborate with other developers, or <a href="hhttps://memmachine.ai/playground/" target="_blank">try the Playground</a> to see a live demo.`,
196196
});
197197
} else if (isNegative) {
198198
addMessage({

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="https://playground.memmachine.ai"
26+
href="https://memmachine.ai/playground/"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <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">
2222
<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>
23+
<a href="https://memmachine.ai/playground/" 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>

themes/memmachine/layouts/_partials/ready-section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 class="title-2">Ready to <span>Begin?</span></h2>
1515
>Start Building
1616
</a>
1717
<a
18-
href="https://playground.memmachine.ai/"
18+
href="https://memmachine.ai/playground/"
1919
class="btn btn-primary mx-2"
2020
data-aos="fade-up"
2121
data-aos-delay="200"

0 commit comments

Comments
 (0)