Skip to content

Commit 12d18d6

Browse files
andrii-bodnarCopilot
authored andcommitted
Update website/docs/guides/explicit-vs-generated-ids.md
Co-authored-by: Copilot <[email protected]>
1 parent 0048aec commit 12d18d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/guides/explicit-vs-generated-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example:
5959
- **Predictability:** since explicit IDs are manually assigned, they remain stable across different versions of your application, reducing the likelihood of breaking changes during updates.
6060

6161
:::tip
62-
If you use explicit IDs, you can opt in to [Typed Message IDs](/guides/typed-message-ids.md) for autocomplete and compile-time validation of your message identifiers.
62+
If you use explicit IDs, you can opt in to [Typed Message IDs](/guides/typed-message-ids) for autocomplete and compile-time validation of your message identifiers.
6363
:::
6464

6565
The choice between these two strategies depends on your project requirements and priorities. However, it's important to note that Lingui provides the full range of benefits, especially with generated IDs.

0 commit comments

Comments
 (0)