GPUOpen-ProfessionalCompute-Tools -> ROCm-Developer-Tools

Change-Id: I9f5b29dd1097385acecb0c672770d8adca2fdcf7
This commit is contained in:
Maneesh Gupta
2017-07-05 11:44:44 +05:30
parent 0459f3db72
commit db959e648b
14 changed files with 99 additions and 99 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ popd
# replace github.io links
pushd $html_destdir
sed -i "s?http://gpuopen-professionalcompute-tools.github.io/HIP?docs/RuntimeAPI/html/index.html?g" README.html
sed -i "s?http://gpuopen-professionalcompute-tools.github.io/HIP?docs/RuntimeAPI/html/?g" RELEASE.html
sed -i "s?http://rocm-developer-tools.github.io/HIP?docs/RuntimeAPI/html/index.html?g" README.html
sed -i "s?http://rocm-developer-tools.github.io/HIP?docs/RuntimeAPI/html/?g" RELEASE.html
popd
exit 0