Skip to content

Commit 42b3309

Browse files
committed
_chore: link
1 parent fa76ed2 commit 42b3309

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>✏️<a href="https://ubugeeei.github.io/tecack">Tecack</a></h1>
2+
<h1>✏️<a href="https://ublib.github.io/tecack">Tecack</a></h1>
33
<p>The hand-writing recognition engine built with TypeScript.</p>
44

55
<img src="./docs//public/tecack.gif" width="400px">
@@ -8,6 +8,6 @@
88

99
---
1010

11-
See More: [Documentation](https://ubugeeei.github.io/tecack) | [Quick Start](https://ubugeeei.github.io/tecack/introduction/getting-started.html)
11+
See More: [Documentation](https://ublib.github.io/tecack) | [Quick Start](https://ublib.github.io/tecack/introduction/getting-started.html)
1212

1313
Forked from KanjiCanvas (https://github.com/asdfjkl/kanjicanvas) 💓

docs/.vitepress/config.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ export default defineConfig({
88
lang: "en",
99
appearance: "dark",
1010
head: [
11-
["link", { rel: "icon", href: "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack.gif?raw=true" }],
11+
["link", { rel: "icon", href: "https://github.com/ublib/tecack/blob/main/docs/public/tecack.gif?raw=true" }],
1212

1313
// og
1414
["meta", { property: "og:site_name", content: "tecack" }],
15-
["meta", { property: "og:url", content: "https://ubugeeei.github.io/tecack" }],
15+
["meta", { property: "og:url", content: "https://ublib.github.io/tecack" }],
1616
[
1717
"meta",
1818
{
@@ -29,7 +29,7 @@ export default defineConfig({
2929
],
3030
[
3131
"meta",
32-
{ property: "og:image", content: "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack.gif?raw=true" },
32+
{ property: "og:image", content: "https://github.com/ublib/tecack/blob/main/docs/public/tecack.gif?raw=true" },
3333
],
3434
["meta", { property: "og:image:alt", content: "tecack" }],
3535
// x
@@ -47,7 +47,7 @@ export default defineConfig({
4747
"meta",
4848
{
4949
name: "twitter:image",
50-
content: "https://github.com/Ubugeeei/tecack/blob/main/docs/public/tecack.gif?raw=true",
50+
content: "https://github.com/ublib/tecack/blob/main/docs/public/tecack.gif?raw=true",
5151
},
5252
],
5353
["meta", { name: "twitter:image:alt", content: "tecack" }],
@@ -94,9 +94,9 @@ export default defineConfig({
9494
},
9595
],
9696
editLink: {
97-
pattern: "https://github.com/Ubugeeei/tecack/tree/main/docs/:path",
97+
pattern: "https://github.com/ublib/tecack/tree/main/docs/:path",
9898
text: "Suggest changes to this page",
9999
},
100-
socialLinks: [{ icon: "github", link: "https://github.com/Ubugeeei/tecack" }],
100+
socialLinks: [{ icon: "github", link: "https://github.com/ublib/tecack" }],
101101
},
102102
});

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
link: /introduction/getting-started
1414
- theme: alt
1515
text: View on Github
16-
link: https://github.com/Ubugeeei/tecack
16+
link: https://github.com/ublib/tecack
1717
- theme: alt
1818
text: KanjiCanvas (Original Project)
1919
link: https://github.com/asdfjkl/kanjicanvas

docs/introduction/what-is-tecack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ This includes browsers, as well as Node.js, Deno, and Bun.
3535

3636
# Next
3737

38-
**[Try it out by cloning (`nr play`)](https://github.com/Ubugeeei/tecack) or [Read tutorial](/introduction/getting-started.md) !**
38+
**[Try it out by cloning (`nr play`)](https://github.com/ublib/tecack) or [Read tutorial](/introduction/getting-started.md) !**

packages/backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"kanji",
1313
"japanese"
1414
],
15-
"homepage": "https://ubugeeei.github.io/tecack",
15+
"homepage": "https://ublib.github.io/tecack",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/Ubugeeei/tecack.git",
18+
"url": "https://github.com/ublib/tecack.git",
1919
"directory": "packages/backend"
2020
},
2121
"files": [

packages/dataset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"kanji",
1313
"japanese"
1414
],
15-
"homepage": "https://ubugeeei.github.io/tecack",
15+
"homepage": "https://ublib.github.io/tecack",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/Ubugeeei/tecack.git",
18+
"url": "https://github.com/ublib/tecack.git",
1919
"directory": "packages/dataset"
2020
},
2121
"files": [

packages/frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"kanji",
1313
"japanese"
1414
],
15-
"homepage": "https://ubugeeei.github.io/tecack",
15+
"homepage": "https://ublib.github.io/tecack",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/Ubugeeei/tecack.git",
18+
"url": "https://github.com/ublib/tecack.git",
1919
"directory": "packages/frontend"
2020
},
2121
"files": [

packages/shared/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"kanji",
1313
"japanese"
1414
],
15-
"homepage": "https://ubugeeei.github.io/tecack",
15+
"homepage": "https://ublib.github.io/tecack",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/Ubugeeei/tecack.git",
18+
"url": "https://github.com/ublib/tecack.git",
1919
"directory": "packages/shared"
2020
},
2121
"files": [

packages/tecack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"kanji",
1616
"japanese"
1717
],
18-
"homepage": "https://ubugeeei.github.io/tecack",
18+
"homepage": "https://ublib.github.io/tecack",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/Ubugeeei/tecack.git",
21+
"url": "https://github.com/ublib/tecack.git",
2222
"directory": "packages/tecack"
2323
},
2424
"files": [

packages/tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"kanji",
1515
"japanese"
1616
],
17-
"homepage": "https://ubugeeei.github.io/tecack",
17+
"homepage": "https://ublib.github.io/tecack",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/Ubugeeei/tecack.git",
20+
"url": "https://github.com/ublib/tecack.git",
2121
"directory": "packages/tools"
2222
},
2323
"files": [

0 commit comments

Comments
 (0)