Fix index paths

db4
Slava Pestov 2008-11-17 17:28:44 -06:00
parent 20f5541d35
commit 7815560f30
1 changed files with 3 additions and 3 deletions

View File

@ -115,10 +115,10 @@ M: result link-href href>> ;
[ [ title>> ] compare ] sort ; [ [ title>> ] compare ] sort ;
: article-apropos ( string -- results ) : article-apropos ( string -- results )
"articles.idx" temp-file offline-apropos ; "docs/articles.idx" temp-file offline-apropos ;
: word-apropos ( string -- results ) : word-apropos ( string -- results )
"words.idx" temp-file offline-apropos ; "docs/words.idx" temp-file offline-apropos ;
: vocab-apropos ( string -- results ) : vocab-apropos ( string -- results )
"vocabs.idx" temp-file offline-apropos ; "docs/vocabs.idx" temp-file offline-apropos ;