Skip to content

Commit ab9a3d7

Browse files
fix repository URL
1 parent 5f0b6ca commit ab9a3d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
TextWriter,
2727
ZipReader,
2828
ZipWriter,
29-
} from "https://jsr.io/@zip-js/zip-js";
29+
} from "jsr:@zip-js/zip-js";
3030

3131
// ----
3232
// Write the zip file
@@ -71,7 +71,7 @@ await zipReader.close();
7171
console.log(helloWorldText);
7272
```
7373

74-
Run the code on JSFiddle: https://jsfiddle.net/dns7pkxt/
74+
Run the code on JSFiddle: https://jsfiddle.net/tdjxLcu9/
7575

7676
## Hello world with Streams
7777

@@ -80,7 +80,7 @@ import {
8080
BlobReader,
8181
ZipReader,
8282
ZipWriter,
83-
} from "https://jsr.io/@zip-js/zip-js";
83+
} from "jsr:@zip-js/zip-js";
8484

8585
// ----
8686
// Write the zip file

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
TextWriter,
3131
ZipReader,
3232
ZipWriter,
33-
} from "https://jsr.io/@zip-js/zip-js";
33+
} from "jsr:@zip-js/zip-js";
3434

3535
// ----
3636
// Write the zip file
@@ -84,7 +84,7 @@ import {
8484
BlobReader,
8585
ZipReader,
8686
ZipWriter,
87-
} from "https://jsr.io/@zip-js/zip-js";
87+
} from "jsr:@zip-js/zip-js";
8888

8989
// ----
9090
// Write the zip file

0 commit comments

Comments
 (0)