Skip to content

Commit 932f767

Browse files
committed
docs: Reference-style links in README.md
Turn release version-dependent links into reference-style links that can be specialized by the release CI jobs. Resolves: COMPMID-8553 Signed-off-by: Andreas Flöjt <[email protected]> Change-Id: I73e7be094fda64b77b62629f6f3b6241b5ecd5ac
1 parent 24638b1 commit 932f767

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<img src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png"/><br><br>
1515
</div>
1616

17-
# Compute Library [![](https://img.shields.io/github/v/release/ARM-software/ComputeLibrary?label=latest&color=green)](https://github.com/ARM-software/ComputeLibrary/releases/latest)
17+
# Compute Library [![acl-release-shield]][acl-release]
18+
19+
[acl-release-shield]: https://img.shields.io/github/v/release/ARM-software/ComputeLibrary?label=latest&color=green
20+
[acl-release]: https://github.com/ARM-software/ComputeLibrary/releases/latest
1821

1922
The Compute Library is a collection of low-level machine learning functions optimized for Arm® Cortex®-A, Arm® Neoverse™ and Arm® Mali™ GPUs architectures.<br>
2023

@@ -32,7 +35,10 @@ Key Features:
3235
- Device and workload specific tuning using OpenCL tuner and GeMM optimized heuristics
3336

3437
## Documentation
35-
[![Documentation](https://img.shields.io/badge/documentation-latest-green)](https://artificial-intelligence.sites.arm.com/computelibrary/latest/index.xhtml)
38+
[![docs-shield]][docs-index]
39+
40+
[docs-shield]: https://img.shields.io/badge/documentation-latest-green
41+
[docs-index]: https://artificial-intelligence.sites.arm.com/computelibrary/latest/index.xhtml
3642

3743
> Note: The documentation includes the reference API, changelogs, build guide, contribution guide, errata, etc.
3844
@@ -84,13 +90,18 @@ Pre-build binaries are generated with the following security / good coding pract
8490

8591
## Experimental builds
8692

87-
**⚠ Important** Bazel and CMake builds are experimental CPU only builds, please see the [documentation](https://artificial-intelligence.sites.arm.com/computelibrary/latest/how_to_build.xhtml) for more details.
93+
**⚠ Important** Bazel and CMake builds are experimental CPU only builds, please see the [documentation][docs-howtobuild] for more details.
94+
95+
[docs-howtobuild]: https://artificial-intelligence.sites.arm.com/computelibrary/latest/how_to_build.xhtml
8896

8997
<br>
9098

9199
## How to contribute
92100

93-
Contributions to the Compute Library are more than welcome. If you are interested on contributing, please have a look at our [how to contribute guidelines](https://artificial-intelligence.sites.arm.com/computelibrary/latest/contribution_guidelines.xhtml).
101+
Contributions to the Compute Library are more than welcome.
102+
If you are interested in contributing, please have a look at our [how to contribute guidelines][docs-contributionguidelines].
103+
104+
[docs-contributionguidelines]: https://artificial-intelligence.sites.arm.com/computelibrary/latest/contribution_guidelines.xhtml
94105

95106
### Developer Certificate of Origin (DCO)
96107
Before the Compute Library accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use the Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/)

0 commit comments

Comments
 (0)