fixed reference link to landing page (#417)

* Fixed zsh error no matches found
* Fixed home page 404 error
This commit is contained in:
Muftawo 2023-08-04 17:38:14 +00:00 committed by GitHub
parent 952bd39536
commit c8ef619090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,10 @@ python3 -m venv .venv && source .venv/bin/activate
# Install Khoj for Development
pip install -e .[dev]
# For MacOS or zsh users run this
pip install -e .'[dev]'
```
#### 2. Run

View file

@ -12,7 +12,7 @@
<div class="khoj-header-wrapper">
<div class="filler"></div>
<div class="khoj-header">
<a class="khoj-logo" href="https://lantern.khoj.dev" target="_blank">
<a class="khoj-logo" href="https://khoj.dev" target="_blank">
<img class="khoj-logo" src="/static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
</a>
<nav class="khoj-nav">