Skip to content

Commit 5aa1845

Browse files
committed
docs: fix two broken links related to MSVC
The doc build is now clean of warnings again.
1 parent ed11415 commit 5aa1845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Here is the result of the DGEMM subroutine's performance on Intel Core i5-2500K
9999

100100
### <a name="MSVC"></a>How can I call an OpenBLAS function in Microsoft Visual Studio?
101101

102-
Please read [this page](install.md#visual-studio).
102+
Please read [this page](install.md#visual-studio-native-windows-abi).
103103

104104
### <a name="C99_complex_number"></a>How can I use CBLAS and LAPACKE without C99 complex number support (e.g. in Visual Studio)?
105105

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ In your shell, move to this directory: `cd exports`.
505505
incompatibility in the C ABI would be a bug).
506506
507507
The import libraries of MSVC have the suffix `.lib`. They are generated
508-
from a `.def` file using MSVC's `lib.exe`. See [the MSVC instructions](use_visual_studio.md#generate-import-library-before-0210-version).
508+
from a `.def` file using MSVC's `lib.exe`.
509509
510510
=== "MinGW"
511511

0 commit comments

Comments
 (0)