Skip to content

Commit 5e1c69e

Browse files
committed
Fix link
1 parent 44e8b22 commit 5e1c69e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A target specification may have optional parameters, the names and values of whi
4444
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4545
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
4646
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
47-
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
47+
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](target-language-details/?target-languages=rs#file-layout).
4848
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4949
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).
5050
- [**workers**](#workers): If using multiple threads, how many worker threads to create.

versioned_docs/version-0.5.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A target specification may have optional parameters, the names and values of whi
4444
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4545
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
4646
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
47-
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
47+
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](target-language-details/?target-languages=rs#file-layout).
4848
- [**threading**](#threading): Whether to use multiple threads.
4949
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).
5050
- [**workers**](#workers): If using multiple threads, how many worker threads to create.

versioned_docs/version-0.6.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A target specification may have optional parameters, the names and values of whi
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
4545
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
46-
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
46+
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](target-language-details/?target-languages=rs#file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).
4949
- [**workers**](#workers): If using multiple threads, how many worker threads to create.

versioned_docs/version-0.7.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A target specification may have optional parameters, the names and values of whi
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
4545
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
46-
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
46+
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](target-language-details/?target-languages=rs#file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).
4949
- [**workers**](#workers): If using multiple threads, how many worker threads to create.

versioned_docs/version-0.8.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A target specification may have optional parameters, the names and values of whi
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
4545
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
46-
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
46+
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](target-language-details/?target-languages=rs#file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).
4949
- [**workers**](#workers): If using multiple threads, how many worker threads to create.

versioned_docs/version-0.9.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A target specification may have optional parameters, the names and values of whi
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
4545
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
46-
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
46+
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](target-language-details/?target-languages=rs#file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).
4949
- [**workers**](#workers): If using multiple threads, how many worker threads to create.

0 commit comments

Comments
 (0)