Skip to content

Commit 54d2023

Browse files
authored
Fixing Link (#535)
fixing external link to examples repository
1 parent 1dda157 commit 54d2023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/promise-to-async-await.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ iconType: "solid"
88
Modern JavaScript/TypeScript codebases often need to migrate from Promise-based code to the more readable async/await syntax. Codegen provides powerful tools to automate this conversion while preserving business logic and handling complex scenarios.
99

1010
<Info>
11-
You can find the complete example code in our [examples repository](codegen-examples/examples/promises_to_async_await/README.md).
11+
You can find the complete example code in our [examples repository](https://github.com/codegen-sh/codegen-sdk/blob/develop/codegen-examples/examples/promises_to_async_await/promises_to_async_await.ipynb).
1212
</Info>
1313

1414

0 commit comments

Comments
 (0)