Skip to content

Commit 515ac71

Browse files
committed
fix wrong links
1 parent dc0aaa6 commit 515ac71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`typer-diff` is a library to diff two strings, useful for showing for typing games (like [monkeytype](https://monkeytype.com/)) or for showing differences between two strings. It is a simple library that is easy to use and has no dependencies. It is also very fast and lightweight.
66

7-
Check out a demo at [typer-diff.shivi.io](https://typer-diff.vercel.app/).
7+
Check out a demo at [typer-diff.vercel.app](https://typer-diff.vercel.app/).
88
## Usage
99

1010
**Usage:**

Diff for: apps/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
This is a simple Next.js app that uses the `typer-diff` library to show an input field where you can type and see the diff between the original text and the typed text. (Similar to typing games like [monkeytype](https://monkeytype.com/)).
1010

11-
Check out a demo at [typer-diff.shivi.io](https://typer-diff.vercel.app/).
11+
Check out a demo at [typer-diff.vercel.app](https://typer-diff.vercel.app/).

Diff for: packages/typer-diff/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`typer-diff` is a library to diff two strings, useful for showing for typing games (like [monkeytype](https://monkeytype.com/)) or for showing differences between two strings. It is a simple library that is easy to use and has no dependencies. It is also very fast and lightweight.
66

7-
Check out a demo at [typer-diff.shivi.io](https://typer-diff.vercel.app/).
7+
Check out a demo at [typer-diff.vercel.app](https://typer-diff.vercel.app/).
88

99
## Usage
1010

Diff for: packages/typer-diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"email": "[email protected]"
1111
},
1212
"description": "typer-diff is a library to diff two strings, useful for showing for typing games or for showing differences between two strings. It is a simple library that is easy to use and has no dependencies. It is also very fast and lightweight.",
13-
"homepage": "http://typer-diff.shivi.io/",
13+
"homepage": "http://typer-diff.vercel.app/",
1414
"bugs": "https://github.com/techboy-coder/typer-diff/issues",
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)