diff --git a/dev/breeze/doc/03_developer_tasks.rst b/dev/breeze/doc/03_developer_tasks.rst index 5bf78d5b136bd..8ef92c89fd47f 100644 --- a/dev/breeze/doc/03_developer_tasks.rst +++ b/dev/breeze/doc/03_developer_tasks.rst @@ -519,9 +519,6 @@ These are all available flags of ``down`` command: :alt: Breeze down -Next step: Follow the `Troubleshooting <04_troubleshooting.rst>`_ guide to troubleshoot your Breeze environment. - - Using local virtualenv environment in Your Host IDE --------------------------------------------------- @@ -555,4 +552,6 @@ To use your host IDE with Breeze: Note that you can also use the local virtualenv for Airflow development without Breeze. This is a lightweight solution that has its own limitations. -More details on using the local virtualenv are available in the `LOCAL_VIRTUALENV.rst `_. +More details on using the local virtualenv are available in the `Local Virtualenv <../../../LOCAL_VIRTUALENV.rst>`_. + +Next step: Follow the `Troubleshooting <04_troubleshooting.rst>`_ guide to troubleshoot your Breeze environment. diff --git a/dev/breeze/doc/05_test_commands.rst b/dev/breeze/doc/05_test_commands.rst index 6897c0d608625..3e91af9aa5781 100644 --- a/dev/breeze/doc/05_test_commands.rst +++ b/dev/breeze/doc/05_test_commands.rst @@ -603,5 +603,5 @@ All parameters of the command are here: :width: 100% :alt: Breeze k8s logs -Next step: Follow the `Managing Breeze images <06_managing_breeze_images.rst>`_ guide to learn how to manage +Next step: Follow the `Managing Breeze images <06_managing_docker_images.rst>`_ guide to learn how to manage CI and PROD images of Breeze. diff --git a/dev/breeze/doc/09_release_management_tasks.rst b/dev/breeze/doc/09_release_management_tasks.rst index d6093db8362a5..6ca84096798f4 100644 --- a/dev/breeze/doc/09_release_management_tasks.rst +++ b/dev/breeze/doc/09_release_management_tasks.rst @@ -592,7 +592,7 @@ In order to generate providers requirements, we need docker images with all airf such images are built with the ``build-all-airflow-images`` command. This command will build one docker image per python version, with all the airflow versions >=2.0.0 compatible. -.. image:: ./images/output_sbom_build-all-airflow-images.svg.svg +.. image:: ./images/output_sbom_build-all-airflow-images.svg :target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/images/output_sbom_build-all-airflow-images.svg :width: 100% :alt: Breeze build all airflow images