Skip to content

Commit

Permalink
Fix discord links (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov authored Aug 25, 2023
1 parent be25f41 commit 7ae762e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Lilac runs completely **on device** using powerful open-source LLM technologies.
For bugs and feature requests, please
[file an issue on GitHub](https://github.com/lilacai/lilac/issues).

For general questions, please [visit our Discord](https://discord.com/invite/YpGxQMyk).
For general questions, please [visit our Discord](https://discord.com/invite/jNzw9mC8pp).
2 changes: 1 addition & 1 deletion docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Lilac runs completely **on device** using powerful open-source LLM technologies.
For bugs and feature requests, please
[file an issue on GitHub](https://github.com/lilacai/lilac/issues).

For general questions, please [visit our Discord](https://discord.com/invite/YpGxQMyk).
For general questions, please [visit our Discord](https://discord.com/invite/jNzw9mC8pp).
2 changes: 1 addition & 1 deletion web/blueprint/src/lib/components/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div>
<OverflowMenu flipped icon={Help}>
<OverflowMenuItem href="https://lilacml.com" text="Documentation" />
<OverflowMenuItem href="https://discord.gg/YpGxQMyk" text="Discord" />
<OverflowMenuItem href="https://discord.gg/jNzw9mC8pp" text="Discord" />
<OverflowMenuItem
href="https://github.com/lilacai/lilac/issues/new"
text="File a bug"
Expand Down

0 comments on commit 7ae762e

Please sign in to comment.