Skip to content

Commit f10e907

Browse files
committed
correct Equill Labs URL in index.html
1 parent ebfbe16 commit f10e907

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

webui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-chunking-webui",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"type": "module",
55
"description": "Web UI for semantic-chunking library",
66
"main": "server.js",

webui/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class="container">
19-
<a href="https://www.equillabs.com" class="equillabs-logo" target="_blank" rel="noopener noreferrer">
19+
<a href="https://www.equilllabs.com" class="equillabs-logo" target="_blank" rel="noopener noreferrer">
2020
<img src="https://raw.githubusercontent.com/jparkerweb/eQuill-Labs/refs/heads/main/src/static/images/logo-text-outline.png" alt="Equill Labs Logo">
2121
</a>
2222
<div class="top-links">

0 commit comments

Comments
 (0)