From d835435b0d1dab4b555cb577baaa54241981d3e7 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Wed, 16 Nov 2022 00:39:07 -0600 Subject: [PATCH] Fixing Readme.txt API Spec Documentation link fixed Change-Id: I0d0ef52eaa0e66b161cb042704c083e29b0db06f --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0b5467ec..0698d18b5f 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ To use the rocTX API you need the API header and to link your application with ` ## Documentation - API description: - - ['roctracer' / 'rocTX' profiling C API specification](docroctracer_spec.md) + - ['roctracer' / 'rocTX' profiling C API specification](doc/roctracer_spec.md) - Code examples: - [test/MatrixTranspose_test/MatrixTranspose.cpp](testMatrixTranspose_test/MatrixTranspose.cpp) - [test/MatrixTranspose/MatrixTranspose.cpp](test/MatrixTranspose/MatrixTranspose.cpp)