diff --git a/rendered/pages/index.svelte b/rendered/pages/index.svelte index 846763e..a89f951 100644 --- a/rendered/pages/index.svelte +++ b/rendered/pages/index.svelte @@ -7,7 +7,7 @@ {title: "WebTorrent", icon: "tornado", description: "Sharing the load with WebTorrent.", url: "/client/#/bando/components/WTVideo/" }, {title: "HLS Streaming Video", icon: "cast", description: "Efficient streaming of video, even on platforms without HLS support.", url: "/client/#/bando/components/HLSVideo/" }, {title: "Payments", icon: "dollar-sign", description: "Fully implemented support for Paypal, Stripe, and Bitcoin.", url: "/client/#/bando/components/" }, - {title: "Authentication", icon: "log-in", description: "Authentication with bcrypt secure password storage.", url: "/client/#/bando/components/LogIn/" }, + {title: "Authentication", icon: "log-in", description: "Authentication with bcrypt secure password storage.", url: "/client/#/docs/lib/auth.js" }, {title: "JSON APIs", icon: "curly-braces", description: "Simple implementation of JSON API backends.", url: "/client/#/docs/lib/api.js" }, {title: "Database ORMs", icon: "database", description: "Database access with a simple ORM and admin control panel.", url: "/client/#/bando/components/DataTable/" }, {title: "UI Components", icon: "layout", description: "Full set of demo components to study and use.", url: "/client/#/bando/components/" },