diff --git a/README.md b/README.md index 2f5c82c..1689f42 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ logo -`Slash` is a bookmarking and link shortening service that enables easy saving and sharing of links. It allows you to store, categorize, and share links with custom short URLs. You can search, filter, and access your saved links from any device. It also supports team sharing of link libraries for easy collaboration. +**Slash** is an open source, self-hosted bookmarks and link sharing solution. 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. @@ -15,8 +15,8 @@ Try it out on Live Demo. ## Features - Create customizable `/s/` short links for any URL. -- Share short links privately or with others. -- View analytics on short link traffic and sources. +- Share short links privately or with teammates. +- View analytics on link traffic and sources. - Open source self-hosted solution. ## Deploy with Docker in seconds diff --git a/cmd/slash/main.go b/cmd/slash/main.go index 3bfcf0e..cd689cb 100644 --- a/cmd/slash/main.go +++ b/cmd/slash/main.go @@ -30,7 +30,7 @@ var ( rootCmd = &cobra.Command{ Use: "slash", - Short: `A bookmarking and url shortener, save and share your links very easily.`, + Short: `An open source, self-hosted bookmarks and link sharing solution.`, Run: func(_cmd *cobra.Command, _args []string) { ctx, cancel := context.WithCancel(context.Background()) db := db.NewDB(profile) diff --git a/web/src/components/AboutDialog.tsx b/web/src/components/AboutDialog.tsx index 1e73d88..6bf89d9 100644 --- a/web/src/components/AboutDialog.tsx +++ b/web/src/components/AboutDialog.tsx @@ -19,7 +19,7 @@ const AboutDialog: React.FC = (props: Props) => {

- Slash: A bookmarking and url shortener, save and share your links very easily. + Slash: An open source, self-hosted bookmarks and link sharing solution.

See more in diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index b3cb60d..68988d0 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -299,7 +299,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => { = (props: Props) => { Description