Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 0113853

Browse files
authored
sets version number to v1.1 (#38)
1 parent 813901b commit 0113853

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/app/base/components/sidebar-pm/sidebar-pm.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<div class="flex-shrink-0 flex py-6 justify-center">
195195
<a data-tip="Changelog" target="_blank" rel="noopener noreferrer"
196196
class="z-50 tooltip tooltip-right cursor-pointer select-none text-white"
197-
href="https://docs.kern.ai/changelog">v1.0</a>
197+
href="https://docs.kern.ai/changelog">v1.1</a>
198198
</div>
199199
</div>
200200
</div>

src/app/knowledge-bases/components/knowledge-bases.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1 class="text-lg text-gray-900 mb-2">Delete lookup {{ selectedLookupLists.leng
9191
your entities.</div>
9292
<div
9393
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
94-
<a href="https://docs.kern.ai/v1.0/docs/building-labeling-functions#lookup-lists-for-distant-supervision"
94+
<a href="https://docs.kern.ai/docs/building-labeling-functions#lookup-lists-for-distant-supervision"
9595
target="_blank">Read about lookup lists</a>
9696
</div>
9797
</div>

src/app/weak-supervision/components/weak-supervision/weak-supervision.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new active learning<
473473
some label-related output (e.g. the label name for classification tasks).</div>
474474
<div
475475
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
476-
<a href="https://docs.kern.ai/v1.0/docs/building-labeling-functions" target="_blank">Read
476+
<a href="https://docs.kern.ai/docs/building-labeling-functions" target="_blank">Read
477477
about labeling functions</a>
478478
</div>
479479
</div>
@@ -497,7 +497,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new active learning<
497497
can dive deeper into their mechanics in our docs.</div>
498498
<div
499499
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
500-
<a href="https://docs.kern.ai/v1.0/docs/building-active-learners" target="_blank">Read
500+
<a href="https://docs.kern.ai/docs/building-active-learners" target="_blank">Read
501501
about active learning</a>
502502
</div>
503503
</div>
@@ -509,7 +509,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new active learning<
509509
time, since they contain enormous amounts of parameters.</div>
510510
<div
511511
class="text-green-800 hover:text-green-500 text-base leading-6 font-semibold mt-3 cursor-pointer">
512-
<a href="https://docs.kern.ai/v1.0/docs/building-zero-shot-classifiers" target="_blank">Read
512+
<a href="https://docs.kern.ai/docs/building-zero-shot-classifiers" target="_blank">Read
513513
about zero-shot</a>
514514
</div>
515515
</div>

0 commit comments

Comments
 (0)