Rename project links across repo from debanjum/khoj to khoj-ai/khoj

This commit is contained in:
Debanjum Singh Solanky
2023-06-21 00:13:21 -07:00
parent f6a7aa6c96
commit 69d4fa6525
13 changed files with 67 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
* Emacs Khoj
/An Emacs interface for [[https://github.com/debanjum/khoj][khoj]]/
/An Emacs interface for [[https://github.com/khoj-ai/khoj][khoj]]/
** Requirements
- Install and Run [[https://github.com/debanjum/khoj][khoj]]
- Install and Run [[https://github.com/khoj-ai/khoj][khoj]]
** Installation
- Direct Install
@@ -22,7 +22,7 @@
#+begin_src elisp
;; Khoj Package
(use-package khoj
:quelpa (khoj :fetcher url :url "https://raw.githubusercontent.com/debanjum/khoj/master/interface/emacs/khoj.el")
:quelpa (khoj :fetcher url :url "https://raw.githubusercontent.com/khoj-ai/khoj/master/interface/emacs/khoj.el")
:bind ("C-c s" . 'khoj))
#+end_src

View File

@@ -9,7 +9,7 @@
** Install
#+begin_src shell
git clone https://github.com/debanjum/khoj && cd khoj
git clone https://github.com/khoj-ai/khoj && cd khoj
conda env create -f environment.yml
conda activate khoj
#+end_src
@@ -23,7 +23,7 @@
** Use
- *Khoj via Emacs*
- [[https://github.com/debanjum/khoj/tree/master/interface/emacs#installation][Install]] [[./interface/emacs/khoj.el][khoj.el]]
- [[https://github.com/khoj-ai/khoj/tree/master/interface/emacs#installation][Install]] [[./interface/emacs/khoj.el][khoj.el]]
- Run ~M-x khoj <user-query>~ or Call ~C-c C-s~
- *Khoj via API*