Skip to content

Commit 4b49571

Browse files
authored
Fix links perpetual scripts (windmill-labs#447)
1 parent c63e9e0 commit 4b49571

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blog/2023-12-19-service-script-kafka/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ To learn more about Perpetual Scripts, you can visit our dedicated docs page:
181181
<DocCard
182182
title="Running Services with Perpetual Scripts"
183183
description="Perpetual scripts restart upon ending unless canceled."
184-
href="/blog/service-script-kafka"
184+
href="/docs/script_editor/perpetual_scripts"
185185
/>
186186
</div>

docs/script_editor/perpetual_scripts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To learn more about Perpetual Scripts, you can visit our tutorial on how to use
3434

3535
<div class="grid grid-cols-2 gap-6 mb-4">
3636
<DocCard
37-
title="Running Services with Perpetual Scripts"
38-
description="Perpetual scripts restart upon ending unless canceled."
39-
href="/docs/script_editor/perpetual_scripts"
37+
title="Service script pattern in Windmill using Kafka"
38+
description="This example shows how to use a perpetual script to implement a service in Windmill leveraging Kafka."
39+
href="/blog/service-script-kafka"
4040
/>
4141
</div>

0 commit comments

Comments
 (0)