Skip to content

Commit 1b6a94e

Browse files
committed
Refrence add links
1 parent a44ae75 commit 1b6a94e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Diff for: getting-started/what-happened.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Experiment with the demo!
7575

7676
### Explore PulseBeam CLI
7777

78-
Update frontend to work with PulseBeam CLI (https://pulsebeam.dev/docs/reference/cli/) instead of `/auth` for token generation.
78+
Update frontend to work with [PulseBeam CLI](/docs/reference/cli/) instead of `/auth` for token generation.
7979
<details>
8080
<summary>Hint: </summary>
8181
One way is to create another input for <code>token</code>, and add a <code>peer.start()</code> button.

Diff for: reference/cli.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: CLI
33
description: Pulsebeam CLI Refrence
44
---
55

6-
https://github.com/PulseBeamDev/pulsebeam-core/tree/main/examples
6+
7+
<a href="https://github.com/PulseBeamDev/pulsebeam-core/tree/main/examples" target="_blank">Checkout Docs on Github</a>

Diff for: reference/peer-js.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
22
title: JS Client SDK
33
description: "@pulsepeam/dev"
4-
---
4+
---
5+
6+
<a href="https://jsr.io/@pulsebeam/peer" target="_blank">Checkout @pulsebeam/peer on JS Registry</a>

Diff for: reference/server-js.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
22
title: JS Server SDK
33
description: "@pulsebeam/server"
4-
---
4+
---
5+
6+
<a href="https://jsr.io/@pulsebeam/server" target="_blank">Checkout @pulsebeam/server on JS Registry</a>

0 commit comments

Comments
 (0)