summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/core_arch/src/core_arch_docs.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/crates/core_arch/src/core_arch_docs.md')
-rw-r--r--library/stdarch/crates/core_arch/src/core_arch_docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/core_arch/src/core_arch_docs.md b/library/stdarch/crates/core_arch/src/core_arch_docs.md
index eddd1fc0c..c250fc3d3 100644
--- a/library/stdarch/crates/core_arch/src/core_arch_docs.md
+++ b/library/stdarch/crates/core_arch/src/core_arch_docs.md
@@ -47,7 +47,7 @@ the AVX2 feature as [documented by Intel][intel-dox] so to correctly call
this function we need to (a) guarantee we only call it on `x86`/`x86_64`
and (b) ensure that the CPU feature is available
-[intel-dox]: https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_add_epi64&expand=100
+[intel-dox]: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_add_epi64&expand=100
## Static CPU Feature Detection