Skip to content

Commit c4cc7e0

Browse files
committed
Fix broken links
1 parent 39260fe commit c4cc7e0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pages/ar/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The log output includes the test run duration. Here's an example:
617617
618618
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
619619
620-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
620+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
621621
622622
> ERROR TS2554: Expected ? arguments, but got ?.
623623
>

pages/en/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ The log output includes the test run duration. Here's an example:
10721072
10731073
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
10741074
1075-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
1075+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
10761076
10771077
> ERROR TS2554: Expected ? arguments, but got ?.
10781078
>

pages/es/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The log output includes the test run duration. Here's an example:
617617
618618
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
619619
620-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
620+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
621621
622622
> ERROR TS2554: Expected ? arguments, but got ?.
623623
>

pages/ja/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The log output includes the test run duration. Here's an example:
617617
618618
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
619619
620-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
620+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
621621
622622
> ERROR TS2554: Expected ? arguments, but got ?.
623623
>

pages/ko/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The log output includes the test run duration. Here's an example:
617617
618618
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
619619
620-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
620+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
621621
622622
> ERROR TS2554: Expected ? arguments, but got ?.
623623
>

pages/vi/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The log output includes the test run duration. Here's an example:
617617
618618
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
619619
620-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
620+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
621621
622622
> ERROR TS2554: Expected ? arguments, but got ?.
623623
>

pages/zh/developing/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The log output includes the test run duration. Here's an example:
617617
618618
> Critical: Could not create WasmInstance from valid module with context: unknown import: wasi_snapshot_preview1::fd_write has not been defined
619619
620-
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developer/assemblyscript-api/#logging-api)
620+
This means you have used `console.log` in your code, which is not supported by AssemblyScript. Please consider using the [Logging API](/developing/assemblyscript-api/#logging-api)
621621
622622
> ERROR TS2554: Expected ? arguments, but got ?.
623623
>

0 commit comments

Comments
 (0)