Skip to content

Commit 2fd3e9f

Browse files
committed
fix typia home link
1 parent 9bbd297 commit 2fd3e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,6 @@ Object.assign(createParameter, Namespace.assert("http.createParameter"));
11441144
*/
11451145
function halt(name: string): never {
11461146
throw new Error(
1147-
`Error on typia.http.${name}(): no transform has been configured. Read and follow https://typia.misc.io/docs/setup please.`,
1147+
`Error on typia.http.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`,
11481148
);
11491149
}

src/misc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,6 @@ Object.assign(createValidatePrune, validatePrune);
646646
*/
647647
function halt(name: string): never {
648648
throw new Error(
649-
`Error on typia.misc.${name}(): no transform has been configured. Read and follow https://typia.misc.io/docs/setup please.`,
649+
`Error on typia.misc.${name}(): no transform has been configured. Read and follow https://typia.io/docs/setup please.`,
650650
);
651651
}

0 commit comments

Comments
 (0)