fix: update links

This commit is contained in:
0xSage 2023-10-18 16:52:23 +08:00
parent d48cf3b431
commit a5696f25ee
4 changed files with 16 additions and 14 deletions

View File

@ -13,14 +13,14 @@
<p align="center">
<a href="https://docs.jan.ai/">Getting Started</a> - <a href="https://docs.jan.ai">Docs</a>
- <a href="https://docs.jan.ai/changelog/">Changelog</a> - <a href="https://github.com/janhq/jan/issues">Bug reports</a> - <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
- <a href="https://github.com/janhq/jan/releases">Changelog</a> - <a href="https://github.com/janhq/jan/issues">Bug reports</a> - <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
</p>
> ⚠️ **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`
---

View File

@ -9,7 +9,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
const socials = [
{
icon: <AiOutlineTwitter className="text-xl text-white" />,
href: "https://twitter.com/jan_dotai",
href: "https://twitter.com/janhq_",
},
{
icon: <BiLogoDiscordAlt className="text-xl text-white" />,

View File

@ -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,
},
],

View File

@ -13,7 +13,7 @@ const SidebarFooter: React.FC = () => (
<SecondaryButton
title={"Twitter"}
onClick={() =>
window.electronAPI?.openExternalUrl("https://twitter.com/jan_dotai")
window.electronAPI?.openExternalUrl("https://twitter.com/janhq_")
}
className="flex-1"
/>