Skip to content

Commit d560f6d

Browse files
committed
docs: fix README supported OS references
Fix broken supported OS links for Windows, Android, and Cortex-M, and update the FreeBSD support note to mention its basic GitHub Actions coverage.
1 parent a0febbb commit d560f6d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,17 +287,17 @@ Please note that it is not possible to combine support for different architectur
287287
### Supported OS
288288

289289
- **GNU/Linux**
290-
- **MinGW or Visual Studio (CMake)/Windows**: Please read <https://github.com/OpenMathLib/OpenBLAS/docs/nstall.md#visual-studio-native-windows-abi>.
290+
- **MinGW or Visual Studio (CMake)/Windows**: Please read <https://github.com/OpenMathLib/OpenBLAS/blob/develop/docs/install.md#visual-studio--native-windows-abi>.
291291
- **Darwin/macOS/OSX/iOS**: Already supported on PPC and x86 by the original GotoBLAS, now also on ARM64 but we are not OSX/iOS experts.
292-
- **FreeBSD**: Supported by the community. We don't actively test the library on this OS.
292+
- **FreeBSD**: Supported by the community. Basic test coverage is provided by GitHub Actions.
293293
- **OpenBSD**: Supported by the community. We don't actively test the library on this OS.
294294
- **NetBSD**: Supported by the community. We don't actively test the library on this OS.
295295
- **DragonFly BSD**: Supported by the community. We don't actively test the library on this OS.
296-
- **Android**: Supported by the community. Please read <https://github.com/OpenMathLib/OpenBLAS/docs/install.md#android>.
296+
- **Android**: Supported by the community. Please read <https://github.com/OpenMathLib/OpenBLAS/blob/develop/docs/install.md#android>.
297297
- **AIX**: Supported on PPC up to POWER10 but testing is increasingly problematic due to lack of publicly available systems
298298
- **Haiku**: Supported by the community. We don't actively test the library on this OS.
299299
- **SunOS**: Supported by the community. We don't actively test the library on this OS.
300-
- **Cortex-M**: Supported by the community. Please read <https://github.com/OpenMathLib/OpenBLAS/docs/install.md#cortex-m>.
300+
- **Cortex-M**: Supported by the community. Please read <https://github.com/OpenMathLib/OpenBLAS/blob/develop/docs/install.md#cortex-m>.
301301

302302
## Usage
303303

0 commit comments

Comments
 (0)