From 0ea5837a38a12ad80f0023fd4a6233d249e62ec7 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Wed, 13 Aug 2025 14:32:35 -0400 Subject: [PATCH] Docs - fixed two links (#630) --- docs/how-to/using-rocDecode-video-decoder.rst | 2 +- docs/tutorials/rocDecode-samples.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/using-rocDecode-video-decoder.rst b/docs/how-to/using-rocDecode-video-decoder.rst index 88f2475745..83d6f500be 100644 --- a/docs/how-to/using-rocDecode-video-decoder.rst +++ b/docs/how-to/using-rocDecode-video-decoder.rst @@ -141,7 +141,7 @@ In the decode loop, the demultiplexed coded picture is passed to ``DecodeFrame`` .. _utilsfolder: https://github.com/ROCm/rocDecode/tree/develop/utils .. |roc_video_dec| replace:: ``roc_video_dec.h`` -.. _utilsfolder: https://github.com/ROCm/rocDecode/tree/develop/utils/rocvideodecode/roc_video_dec.h +.. _roc_video_dec: https://github.com/ROCm/rocDecode/tree/develop/utils/rocvideodecode/roc_video_dec.h .. |reconfig_struct| replace:: ``ReconfigParams_t`` .. _reconfig_struct: https://rocm.docs.amd.com/projects/rocDecode/en/latest/doxygen/html/structReconfigParams__t.html diff --git a/docs/tutorials/rocDecode-samples.rst b/docs/tutorials/rocDecode-samples.rst index 6782bb1405..b377a46b8d 100644 --- a/docs/tutorials/rocDecode-samples.rst +++ b/docs/tutorials/rocDecode-samples.rst @@ -12,7 +12,7 @@ You can find a walkthrough of the ``videodecode.cpp`` sample at :doc:`Understand All three rocDecode packages, ``rocDecode``, ``rocdecode-dev``, and ``rocdecode-test``, must be installed to use the rocDecode samples. -If you're using a :doc:`package installer <./install/rocDecode-package-install>`, install ``rocdecode``, ``rocdecode-dev``, and ``rocdecode-test``. +If you're using a :doc:`package installer <../install/rocDecode-package-install>`, install ``rocdecode``, ``rocdecode-dev``, and ``rocdecode-test``. If you're building and installing rocDecode from its :doc:`source code <../install/rocDecode-build-and-install>`, ``rocDecode-setup.py`` needs to be run with ``--developer`` set to ``ON``: