diff --git a/README.md b/README.md index 39b8ec1d8..2b65f2bde 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@

Getting Started - Docs - - Changelog - Bug reports - Discord + - Changelog - Bug reports - Discord

> ⚠️ **Jan is currently in Development**: Expect breaking changes and bugs! -Jan runs Large Language Models and AIs on your own Windows, Mac or Linux computer. Jan can be run as a desktop app, or as a cloud-native deployment. +Jan runs Large Language Models and AIs on your own Windows, Mac or Linux computer. Jan can be run as a desktop app, or as a cloud-native deployment. -Jan is free and open source, under the GPLv3 license. +Jan is free and open source, under the GPLv3 license. **Jan runs on any hardware.** From PCs to multi-GPU clusters, Jan supports universal architectures: @@ -66,16 +66,17 @@ In the background, Jan runs [Nitro](https://nitro.jan.ai), an open source, C++ i > See the open source Nitro codebase at https://nitro.jan.ai. ## Troubleshooting + As Jan is development mode, you might get stuck on a broken build. -To reset your installation: +To reset your installation: 1. Delete Jan Application from /Applications 1. Clear cache: -`rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron` -OR -`rm -rf /Users/$(whoami)/Library/Application\ Support/jan` + `rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron` + OR + `rm -rf /Users/$(whoami)/Library/Application\ Support/jan` --- diff --git a/docs/src/components/Announcement/index.js b/docs/src/components/Announcement/index.js index fcefeae07..922be62f7 100644 --- a/docs/src/components/Announcement/index.js +++ b/docs/src/components/Announcement/index.js @@ -9,7 +9,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi"; const socials = [ { icon: , - href: "https://twitter.com/jan_dotai", + href: "https://twitter.com/janhq_", }, { icon: , diff --git a/docs/src/components/Footer/index.js b/docs/src/components/Footer/index.js index 6405fc412..d6bfca608 100644 --- a/docs/src/components/Footer/index.js +++ b/docs/src/components/Footer/index.js @@ -22,20 +22,21 @@ const menus = [ name: "For Developers", child: [ { - menu: "Documentations", + menu: "Documentation (WIP)", path: "/docs", }, { - menu: "Hardware", + menu: "Hardware (WIP)", path: "/hardware", }, { - menu: "API", + menu: "API (WIP)", path: "/api", }, { menu: "Changelog", - path: "/changelog", + path: "https://github.com/janhq/jan/releases", + external: true, }, ], }, @@ -54,7 +55,7 @@ const menus = [ }, { menu: "Twitter", - path: "https://twitter.com/jan_dotai", + path: "https://twitter.com/janhq_", external: true, }, ], diff --git a/web/app/_components/SidebarFooter/index.tsx b/web/app/_components/SidebarFooter/index.tsx index c9c075240..cedbbe883 100644 --- a/web/app/_components/SidebarFooter/index.tsx +++ b/web/app/_components/SidebarFooter/index.tsx @@ -13,7 +13,7 @@ const SidebarFooter: React.FC = () => ( - window.electronAPI?.openExternalUrl("https://twitter.com/jan_dotai") + window.electronAPI?.openExternalUrl("https://twitter.com/janhq_") } className="flex-1" />