Skip to content

Commit 113ea9c

Browse files
committed
[ATfL][release/23.x][docs] Adjust documentation links to match with the release branch
1 parent e761fdb commit 113ea9c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

arm-software/linux/docs/OpenMPSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Clang OpenMP support
44

5-
See the [status page](https://clang.llvm.org/docs/OpenMPSupport.html)
5+
See the [status page](https://github.com/llvm/llvm-project/blob/release/23.x/clang/docs/OpenMPSupport.md)
66
for the details on Clang OpenMP support.
77

88
## Flang OpenMP support
99

10-
See the [status page](https://flang.llvm.org/docs/OpenMPSupport.html)
10+
See the [status page](https://github.com/llvm/llvm-project/blob/release/23.x/flang/docs/OpenMPSupport.md)
1111
for the details on Flang OpenMP support. Note that ATfL does not support
1212
offloading.
1313

arm-software/linux/docs/StandardsSupport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## C standard support
44

5-
See the [Clang C status page](https://clang.llvm.org/c_status.html) for
5+
See the [Clang C status page](https://github.com/llvm/llvm-project/blob/release/23.x/clang/www/c_status.html) for
66
the details on C standard support.
77

88
## C++ standard support
99

10-
See the [Clang C++ status page](https://clang.llvm.org/cxx_status.html) for
10+
See the [Clang C++ status page](https://github.com/llvm/llvm-project/blob/release/23.x/clang/www/cxx_status.html) for
1111
the details on C++ standard support.
1212

1313
## Fortran Standards Support
1414

15-
See the [Flang Fortran Standards Support page](https://flang.llvm.org/docs/FortranStandardsSupport.html)
15+
See the [Flang Fortran Standards Support page](https://github.com/llvm/llvm-project/blob/release/23.x/flang/docs/FortranStandardsSupport.md)
1616
for the details on Fortran standards support.

0 commit comments

Comments
 (0)