From 49016e0f32a35671a8c16006860514ea1447d93f Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Tue, 12 Jul 2022 12:15:57 +0100 Subject: 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 Change-Id: Ic3336d78b64ae41af07ea9fd03631bb161613c4b --- python/pyarmnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md index 3a7c2bc112..547a868316 100644 --- a/python/pyarmnn/README.md +++ b/python/pyarmnn/README.md @@ -10,7 +10,7 @@ delegated to the Arm NN library. The [SWIG](http://www.swig.org/) project is used to generate the Arm NN python shadow classes and C wrapper. The following diagram shows the conceptual architecture of this library: -![PyArmNN](docs/pyarmnn.png) +![PyArmNN](../../docs/pyarmnn.png) # Setup development environment -- cgit v1.2.1