[flang-commits] [flang] 6f216f0 - [Docs] Fix a link for cray-pointer documentation
Shivam Gupta via flang-commits
flang-commits at lists.llvm.org
Wed Mar 8 06:14:02 PST 2023
Author: Shivam Gupta
Date: 2023-03-08T19:43:14+05:30
New Revision: 6f216f0539981de5c6ee69597cb3fad9ac046418
URL: https://github.com/llvm/llvm-project/commit/6f216f0539981de5c6ee69597cb3fad9ac046418
DIFF: https://github.com/llvm/llvm-project/commit/6f216f0539981de5c6ee69597cb3fad9ac046418.diff
LOG: [Docs] Fix a link for cray-pointer documentation
Differential Revision: https://reviews.llvm.org/D145554
Added:
Modified:
flang/docs/OptionComparison.md
Removed:
################################################################################
diff --git a/flang/docs/OptionComparison.md b/flang/docs/OptionComparison.md
index 1b2525b9200cd..3a36f40730920 100644
--- a/flang/docs/OptionComparison.md
+++ b/flang/docs/OptionComparison.md
@@ -846,7 +846,7 @@ fdefault-integer-8
</td>
</tr>
<tr>
- <td>Enable <a href="https://pubs.cray.com/content/S-3901/8.7/cray-fortran-reference-manual/types">Cray pointers</a>
+ <td>Enable <a href="https://support.hpe.com/hpesc/public/docDisplay?docId=a00113911en_us&docLocale=en_US&page=Types.html">Cray pointers</a>
</td>
<td>default
</td>
@@ -854,7 +854,7 @@ fdefault-integer-8
</td>
<td><a href="https://www-01.ibm.com/support/docview.wss?uid=swg27024776&aid=1#page=432">Default (near equivalent)</a>
</td>
- <td><a href="https://software.intel.com/en-us/fortran-compiler-developer-guide-and-reference-pointer-integer">Default (near equivalent)</a>
+ <td><a href="https://www.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top/language-reference/a-to-z-reference/o-to-p/pointer-integer.html">Default (near equivalent)</a>
</td>
<td>Mcray
</td>
More information about the flang-commits
mailing list