From 4a4701060894219de40bfe1304d5cabb9c279c02 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 28 Jul 2023 21:17:03 +0800 Subject: [PATCH] chore: update live demo url --- README.md | 2 +- store/db/seed/10001__user.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc561eb..0ae296e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Slash** is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. -Try it out on Live Demo. +Try it out on Live Demo.

Discord diff --git a/store/db/seed/10001__user.sql b/store/db/seed/10001__user.sql index dc9e1ac..0889bb2 100644 --- a/store/db/seed/10001__user.sql +++ b/store/db/seed/10001__user.sql @@ -10,7 +10,7 @@ VALUES ( 101, 'ADMIN', - 'slash@stevenlgtm.com', + 'slash@yourselfhosted.com', 'Slasher', '$2a$10$H8HBWGcG/hoePhFy5SiNKOHxMD6omIpyEEWbl/fIorFC814bXW.Ua' );