mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Move Web client config page to /configure from /config url path
Update docs, clients and error messages to point to /configure instead of /config
This commit is contained in:
@@ -128,7 +128,7 @@ export default function NavMenu(props: NavMenuProps) {
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuLabel>Profile</DropdownMenuLabel>
|
||||
<DropdownMenuItem>
|
||||
<Link href="/config">Settings</Link>
|
||||
<Link href="/configure">Configure</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem>
|
||||
<Link href="https://docs.khoj.dev">Help</Link>
|
||||
@@ -172,8 +172,8 @@ export default function NavMenu(props: NavMenuProps) {
|
||||
{userData &&
|
||||
<>
|
||||
<MenubarItem>
|
||||
<Link href="/config">
|
||||
Settings
|
||||
<Link href="/configure">
|
||||
Configure
|
||||
</Link>
|
||||
</MenubarItem>
|
||||
<MenubarSeparator />
|
||||
|
||||
Reference in New Issue
Block a user