Skip to content

Commit 1d884a7

Browse files
committed
Fix more broken links
This is a follow-up to bytecodealliance#12125 to fix links for documentation I had helped add.
1 parent ac3358b commit 1d884a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/examples-profiling-vtune.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using `VTune`
22

3-
[VTune][help] is a popular performance profiling tool that targets both 32-bit
3+
[VTune][main] is a popular performance profiling tool that targets both 32-bit
44
and 64-bit x86 architectures. The tool collects profiling data during runtime
55
and then, either through the command line or GUI, provides a variety of options
66
for viewing and analyzing that data. VTune Profiler is available in both
@@ -20,9 +20,9 @@ the [`ittapi-rs`] crate.
2020
For more information on VTune and the analysis tools it provides see its
2121
[documentation].
2222

23-
[help]: https://software.intel.com/en-us/vtune-help
24-
[download]: https://software.intel.com/en-us/vtune/choose-download#standalone
25-
[documentation]: https://software.intel.com/en-us/vtune-help
23+
[main]: https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html
24+
[download]: https://www.intel.com/content/www/us/en/docs/vtune-profiler/installation-guide/current/overview.html
25+
[documentation]: https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/current/overview.html
2626
[`ittapi`]: https://github.com/intel/ittapi
2727
[`ittapi-rs`]: https://crates.io/crates/ittapi-rs
2828

docs/stability-tiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For explanations of what each tier means see below.
9292
[`memory64`]: https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
9393
[`custom-page-sizes`]: https://github.com/WebAssembly/custom-page-sizes
9494
[`multi-memory`]: https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md
95-
[`threads`]: https://github.com/WebAssembly/threads/blob/main-legacy/proposals/threads/Overview.md
95+
[`threads`]: https://github.com/WebAssembly/threads
9696
[`component-model`]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md
9797
[`relaxed-simd`]: https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md
9898
[`function-references`]: https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md

docs/stability-wasm-proposals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The emoji legend is:
117117
[`shared-everything-threads`]: https://github.com/WebAssembly/shared-everything-threads
118118
[`memory64`]: https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
119119
[`multi-memory`]: https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md
120-
[`threads`]: https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md
120+
[`threads`]: https://github.com/WebAssembly/threads
121121
[`component-model`]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md
122122
[`relaxed-simd`]: https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md
123123
[`function-references`]: https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md

0 commit comments

Comments
 (0)