We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ff63a commit 4fc5de0Copy full SHA for 4fc5de0
docs/documentation/concepts/client-adaptors.mdx
@@ -16,7 +16,7 @@ export const client = new TriggerClient({
16
});
17
```
18
19
-View the [Client API Reference](//sdk/triggerclient) for more information.
+View the [Client API Reference](/sdk/triggerclient) for more information.
20
21
## Adaptors
22
docs/documentation/guides/video-walkthrough.mdx
@@ -11,9 +11,9 @@ You can view the [source code here](https://github.com/triggerdotdev/examples/tr
11
className="w-full aspect-video"
12
src="https://www.youtube.com/embed/uocBQt2HeQo"
13
title="Create a serverless background job in 10 mins"
14
- frameborder="0"
+ frameBorder="0"
15
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
- allowfullscreen
+ allowFullScreen
></iframe>
We cover how to:
0 commit comments