Skip to content

Commit 0894113

Browse files
committed
fix: video links
1 parent d065ab4 commit 0894113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/typed-codecs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can directly encode the structure required by the `Ready` variant of the enu
6262

6363
🎥 Want to see this in action? Check out this short video to experience the powerful DX this API offers:
6464

65-
<video src="typed-codecs.webm" controls />
65+
<video src="/typed-codecs.webm" controls />
6666

6767
---
6868

docs/pages/types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ First of all, the Enums that are widely used across multiple chains are in a dir
3434

3535
For these types, you can import them directly from the generated code and use them by calling their type. The call signature shown by an IDE will tell you exactly which enum types you should use to write your value. The following video shows how it might look like:
3636

37-
<video src="enums.mp4" controls />
37+
<video src="/enums.mp4" controls />
3838

3939
The enums that are not well-known types, they are anonymous. In that case, you will find something like the following in the call signature:
4040

0 commit comments

Comments
 (0)