Skip to content

Commit 195be1e

Browse files
authored
point to main branch
1 parent f61ae47 commit 195be1e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/nuejs.org/hyper/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
include: [technical-content]
43
---
@@ -21,22 +20,22 @@ Install with Bun:
2120
bun install nue-hyper
2221
```
2322

24-
[Hyper source code](//github.com/nuejs/nue/tree/dev/packages/hyper/)
23+
[Hyper source code](//github.com/nuejs/nue/tree/master/packages/hyper/)
2524

2625
[Report an issue](//github.com/nuejs/nue/issues)
2726

2827

2928
### Examples
3029

31-
Examples are under [demo folder](//github.com/nuejs/nue/tree/dev/packages/hyper/demo/). To run the examples locally go to nue-hyper folder and execute a local web server in there. For example:
30+
Examples are under [demo folder](//github.com/nuejs/nue/tree/master/packages/hyper/demo/). To run the examples locally go to nue-hyper folder and execute a local web server in there. For example:
3231

3332
```
3433
cd nue-hyper
3534
3635
python3 -m http.server
3736
```
3837

39-
And you'll have the examples running at: http://localhost:8000/examples/
38+
And you'll have the examples running at: http://localhost:8000/demo/
4039

4140

4241
## Changes from Nue JS

0 commit comments

Comments
 (0)