From 5aa1845a43e2bbe7a4d269de54dac05916eb5613 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sat, 4 Jan 2025 16:55:43 +0100 Subject: [PATCH] docs: fix two broken links related to MSVC The doc build is now clean of warnings again. --- docs/faq.md | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 1a3505ca9..93d76c67f 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -99,7 +99,7 @@ Here is the result of the DGEMM subroutine's performance on Intel Core i5-2500K ### How can I call an OpenBLAS function in Microsoft Visual Studio? -Please read [this page](install.md#visual-studio). +Please read [this page](install.md#visual-studio-native-windows-abi). ### How can I use CBLAS and LAPACKE without C99 complex number support (e.g. in Visual Studio)? diff --git a/docs/install.md b/docs/install.md index b7d8a3616..55ebc35c1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -505,7 +505,7 @@ In your shell, move to this directory: `cd exports`. incompatibility in the C ABI would be a bug). The import libraries of MSVC have the suffix `.lib`. They are generated - from a `.def` file using MSVC's `lib.exe`. See [the MSVC instructions](use_visual_studio.md#generate-import-library-before-0210-version). + from a `.def` file using MSVC's `lib.exe`. === "MinGW"