Skip to content

Commit 0f904ef

Browse files
committed
Update links
1 parent 5bff091 commit 0f904ef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

data/posts.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tag": "release",
99
"featured": true,
1010
"excerpt": "We're excited to announce the first release candidate for version 0.2! This release introduces the powerful new Template System, allowing you to create reusable document structures with customizable placeholders. We've also added synchronized preview scrolling, so your preview pane follows along as you edit.",
11-
"link": "https://github.com/text-forge/text-forge/releases"
11+
"link": "https://github.com/text-forge/text-forge/releases/tag/v0.2.0-rc1"
1212
},
1313
{
1414
"id": "upcoming-features",
@@ -27,7 +27,7 @@
2727
"tag": "release",
2828
"featured": false,
2929
"excerpt": "Syntax highlighting colors now automatically adapt to your chosen theme. Plus, custom preview formats let you see your documents exactly how you want them.",
30-
"link": "https://github.com/text-forge/text-forge/releases"
30+
"link": "https://github.com/text-forge/text-forge/releases/tag/v0.2.0-beta2"
3131
},
3232
{
3333
"id": "v0.2-beta1-release",
@@ -37,7 +37,7 @@
3737
"tag": "release",
3838
"featured": false,
3939
"excerpt": "The first beta of v0.2 brings theme support, the community Marketplace for sharing extensions, and the Text Forge Project Module (TFPM) for better project management.",
40-
"link": "https://github.com/text-forge/text-forge/releases"
40+
"link": "https://github.com/text-forge/text-forge/releases/tag/v0.2.0-beta1"
4141
},
4242
{
4343
"id": "mode-library",
@@ -55,7 +55,7 @@
5555
"tag": "guide",
5656
"featured": false,
5757
"excerpt": "New to Text Forge? Check out our comprehensive documentation to learn about modules, modes, action scripts, and how to customize your editing experience.",
58-
"link": "https://text-forge.github.io/docs/"
58+
"link": "https://text-forge.github.io/docs/introduction"
5959
}
6060
]
6161
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h3 class="screenshot-title">Smart Placeholder Replacement</h3>
200200
<h2 class="cta-title">Ready to Forge Your Perfect Editor?</h2>
201201
<p class="cta-description">Join the community and start customizing your text editing experience today.</p>
202202
<div class="cta-actions">
203-
<a href="https://github.com/text-forge/text-forge" class="btn btn-primary" target="_blank">
203+
<a href="https://text-forge.github.io/docs/introduction" class="btn btn-primary" target="_blank">
204204
Get Started
205205
</a>
206206
<a href="https://github.com/text-forge/text-forge/discussions" class="btn btn-outline" target="_blank">

0 commit comments

Comments
 (0)