From e73e98b92e625823937ab4a2e2ad0d3779404940 Mon Sep 17 00:00:00 2001 From: anaumchev Date: Wed, 22 Nov 2023 13:14:55 +0700 Subject: [PATCH] Fix the broken links to the environment setup page --- cplusplus/level1_single_api/1_acl/4_blas/gemm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cplusplus/level1_single_api/1_acl/4_blas/gemm/README.md b/cplusplus/level1_single_api/1_acl/4_blas/gemm/README.md index 675434e7..08c17d16 100644 --- a/cplusplus/level1_single_api/1_acl/4_blas/gemm/README.md +++ b/cplusplus/level1_single_api/1_acl/4_blas/gemm/README.md @@ -46,7 +46,7 @@ The sample directory is organized as follows: ## Prepare single operator model and test data -1. To configure CANN basic environment variables and Python environment variables, see [Link](../../../environment/environment_variable_configuration.md). +1. To configure CANN basic environment variables and Python environment variables, see [Link](../../../../environment/environment_variable_configuration.md). 2. Log in to the development environment as the running user. @@ -81,7 +81,7 @@ The sample directory is organized as follows: ## Build and Run -1. To configure CANN basic environment variables and Python environment variables, see [Link](../../../environment/environment_variable_configuration.md). +1. To configure CANN basic environment variables and Python environment variables, see [Link](../../../../environment/environment_variable_configuration.md). 2. Build the code. 1. Log in to the development environment as the running user.