Skip to content

Commit eb3a587

Browse files
committed
fix dl link
1 parent e8d146a commit eb3a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ a simple self-hosted bookmarking app that can import bookmarks from delicious an
55
### Quickstart
66
```sh
77
mkdir -p target/standalone && cd target/standalone
8-
wget https://unpkg.com/dyu-bookmarks@0.4.1/bin/bookmarks-linux-standalone-x64.tar.gz
8+
wget https://cdn.jsdelivr.net/npm/dyu-bookmarks@0.4.1/bin/bookmarks-linux-standalone-x64.tar.gz
99
tar -xzf bookmarks-linux-standalone-x64.tar.gz
1010
./start.sh
1111
```

0 commit comments

Comments
 (0)