Skip to content

Commit 7c24bc6

Browse files
authored
improve/fix references to the documentation within the readme (#174)
Signed-off-by: Benjamin Fitch <[email protected]>
1 parent 05b26d0 commit 7c24bc6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $> clang++ -fsycl –I$ONEMKL/include app.cpp
116116
$> clang++ -fsycl app.o –L$ONEMKL/lib –lonemkl_blas_mklcpu –lonemkl_blas_cublas
117117
```
118118

119-
*Refer to [Selection of Compilers](#selection-of-compilers) for the choice between `dpcpp` and `clang++` compilers.*
119+
*Refer to [Selecting a Compiler](https://oneapi-src.github.io/oneMKL/selecting_a_compiler.html) for the choice between `dpcpp` and `clang++` compilers.*
120120

121121
### Supported Configurations:
122122

@@ -377,9 +377,9 @@ Microsoft Windows* Server | 2016, 2019 | *Not supported*
377377
</tbody>
378378
</table>
379379

380-
*If [Building with Conan](#building-with-conan), above packages marked as "No" must be installed manually.*
380+
*If [Building with Conan](https://oneapi-src.github.io/oneMKL/building_the_project.html#building-with-conan), above packages marked as "No" must be installed manually.*
381381

382-
*If [Building with CMake](#building-with-cmake), above packages must be installed manually.*
382+
*If [Building with CMake](https://oneapi-src.github.io/oneMKL/building_the_project.html#building-with-cmake), above packages must be installed manually.*
383383

384384
#### Notice for Use of Conan Package Manager
385385
**LEGAL NOTICE: By downloading and using this container or script as applicable (the "Software Package") and the included software or software made available for download, you agree to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party software (together, the "Agreements") included in this README file.**
@@ -415,8 +415,13 @@ Python | 3.6 or higher | No | *N/A* | *Pre-installed or Installed by user* | [PS
415415
## Documentation
416416
- [Contents](https://oneapi-src.github.io/oneMKL/)
417417
- [About](https://oneapi-src.github.io/oneMKL/introduction.html)
418-
- [Get Started](https://oneapi-src.github.io/oneMKL/selecting_a_compiler.html)
419-
- [Developer Reference](https://oneapi-src.github.io/oneMKL/onemkl-datatypes.html)
418+
- Get Started
419+
- [Selecting a Compiler](https://oneapi-src.github.io/oneMKL/selecting_a_compiler.html)
420+
- [Building the Project](https://oneapi-src.github.io/oneMKL/building_the_project.html)
421+
- Developer Reference
422+
- [oneMKL Defined Datatypes](https://oneapi-src.github.io/oneMKL/onemkl-datatypes.html)
423+
- [Dense Linear Algebra](https://oneapi-src.github.io/oneMKL/domains/dense_linear_algebra.html)
424+
- [Integrating a Third-Party Library](https://oneapi-src.github.io/oneMKL/create_new_backend.html)
420425

421426
---
422427

0 commit comments

Comments
 (0)