HDDS-4398. Fix link to the included docs.
diff --git a/layouts/custompage/docs.html b/layouts/custompage/docs.html
index ab5f49f..f7df409 100644
--- a/layouts/custompage/docs.html
+++ b/layouts/custompage/docs.html
@@ -25,7 +25,7 @@
      </tr>
    {{range first 5 (where (where .Site.Pages "Section" "release") ".Params.linked" true) }}
      <tr>
-       <td><a href="/ozone/docs/{{.File.BaseFileName }}">{{.File.BaseFileName}}</a></td>
+       <td><a href="/docs/{{.File.BaseFileName }}">{{.File.BaseFileName}}</a></td>
      </tr>
   {{end}}
   </table>