aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-07-12 12:15:57 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-07-27 15:52:37 +0100
commit49016e0f32a35671a8c16006860514ea1447d93f (patch)
tree5b6de7c43d2d2b9738e29a672b456406749ac8b7 /README.md
parentb1f5f700c5efae12598b01bc3f055f5dd2bd6e2e (diff)
downloadarmnn-49016e0f32a35671a8c16006860514ea1447d93f.tar.gz
Documentation refactor and updates.
* Includes updating ContributorGuide.md with information section 'Contributing code to Arm NN'. * Renaming of ContributorGuide.md to CONTRIBUTING.md. Also renamed associated licence file and links in other pages that call the md file. Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ic3336d78b64ae41af07ea9fd03631bb161613c4b
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index af97b07091..feaba01d24 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ When the feature is implemented the 'Help wanted' label will be removed.
## Contributions
The Arm NN project welcomes contributions. For more details on contributing to Arm NN please see the
[Contributing page](https://mlplatform.org/contributing/) on the [MLPlatform.org](https://mlplatform.org/) website,
-or see the [Contributor Guide](ContributorGuide.md).
+or see the [Contributor Guide](CONTRIBUTING.md).
Particularly if you'd like to implement your own backend next to our CPU, GPU and NPU backends there are guides for
backend development: [Backend development guide](src/backends/README.md),