Skip to content

Commit 0a24775

Browse files
committed
fixing broken anchors for a successful build
1 parent e30938c commit 0a24775

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/encyclopedia/workflow/workflow-execution/continue-as-new.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ You can repeat Continue-As-New as often as needed, which means that your Workflo
3737
Workflows that do this are often called Entity Workflows because they represent durable objects, not just processes.
3838

3939
- [How to Continue-As-New using the Go SDK](/develop/go/continue-as-new#how)
40-
- [How to Continue-As-New using the Java SDK](/develop/java/continue-as-new#how)
41-
- [How to Continue-As-New using the PHP SDK](/develop/php/continue-as-new#how)
40+
- [How to Continue-As-New using the Java SDK](/develop/java/continue-as-new)
41+
- [How to Continue-As-New using the PHP SDK](/develop/php/continue-as-new)
4242
- [How to Continue-As-New using the Python SDK](/develop/python/continue-as-new#how)
43-
- [How to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new#how)
44-
- [How to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new#how)
43+
- [How to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new)
44+
- [How to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new)
4545

4646
## When in your Workflow is it right to Continue-As-New? {#when}
4747

@@ -51,8 +51,8 @@ Find out if it's time by checking Continue-As-New Suggested in your Workflow at
5151
To prevent long-running Workflows from running on stale versions of code, you may also want to Continue-as-New periodically, depending on how often you deploy. This makes sure you're running only a couple of versions, which avoids some backwards compatibility problems.
5252

5353
- [Determine when to Continue-As-New using the Go SDK](/develop/go/continue-as-new#when)
54-
- [Determine when to Continue-As-New using the Java SDK](/develop/java/continue-as-new#when)
55-
- [Determine when to Continue-As-New using the PHP SDK](/develop/php/continue-as-new#when)
54+
- [Determine when to Continue-As-New using the Java SDK](/develop/java/continue-as-new)
55+
- [Determine when to Continue-As-New using the PHP SDK](/develop/php/continue-as-new)
5656
- [Determine when to Continue-As-New using the Python SDK](/develop/python/continue-as-new#when)
57-
- [Determine when to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new#when)
58-
- [Determine when to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new#when)
57+
- [Determine when to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new)
58+
- [Determine when to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new)

0 commit comments

Comments
 (0)