From 9e82e9429945df85eeccc07de4b87bca67f21a4d Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:20:36 -0600 Subject: [PATCH] fix(projects.yaml): Update doc dev branch for HIP to docs/develop --- src/rocm_docs/data/projects.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rocm_docs/data/projects.yaml b/src/rocm_docs/data/projects.yaml index 732aa977..9087d666 100644 --- a/src/rocm_docs/data/projects.yaml +++ b/src/rocm_docs/data/projects.yaml @@ -14,7 +14,9 @@ projects: composable_kernel: https://rocm.docs.amd.com/projects/composable_kernel/en/${version} composable_kernel-github: https://github.com/ROCm/composable_kernel/tree/${gh_version} composable_kernel-file: https://github.com/ROCm/composable_kernel/blob/${gh_version} - hip: https://rocm.docs.amd.com/projects/HIP/en/${version} + hip: + target: https://rocm.docs.amd.com/projects/HIP/en/${version} + development_branch: docs/develop hip-github: https://github.com/ROCm/HIP/tree/${gh_version} hip-file: https://github.com/ROCm/HIP/blob/${gh_version} hipblas: https://rocm.docs.amd.com/projects/hipBLAS/en/${version}