Skip to content

Commit

Permalink
updated bad link in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Sep 2, 2024
1 parent 6898cb6 commit e0ee4e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ quikchat is licensed under the BSD-2 License.

## Home Page

[quikchat homepage and source code](https://githhub.com/deftio/quikchat)
[quikchat homepage and source code](https://github.com/deftio/quikchat)



Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ <h2 id="features">Features</h2>
</ul>
<h2 id="demo--examples">Demo &amp; Examples</h2>
<p><a href="https://deftio.github.io/quikchat/examples/example_umd.html">Simple Demo</a></p>
<p>Full Examples are in the repo examples folder:
<p><a href="https://deftio.github.io/quikchat/examples/index.html">List of Examples on Github</a></p>
<p>Full Examples are in the repo examples folder (relative link):
<a href="./examples/index.html">Example Code and Demo</a>.</p>
<p>Examples include using ESM, UMD modules, theming, running multiple chats on the same page, and integration with LLM providers such as Ollama, LMStudio, OpenAI compatible providers.</p>
<h2 id="installation">Installation</h2>
Expand Down Expand Up @@ -243,5 +244,5 @@ <h2 id="testing">Testing</h2>
<h2 id="license">License</h2>
<p>quikchat is licensed under the BSD-2 License.</p>
<h2 id="home-page">Home Page</h2>
<p><a href="https://githhub.com/deftio/quikchat">quikchat homepage and source code</a></p>
<p><a href="https://github.com/deftio/quikchat">quikchat homepage and source code</a></p><br>
</body></html>

0 comments on commit e0ee4e3

Please sign in to comment.