From 2989c8c47bd2050f3c5d13bbb85d69a31a27a21d Mon Sep 17 00:00:00 2001 From: Khalil Selyan <36904941+KhalilSelyan@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:53:39 +0300 Subject: [PATCH] fix: !!! info notation correction (#512) Signed-off-by: KhalilSelyan --- docs/installation/autoware/source-installation.md | 2 +- docs/tutorials/ad-hoc-simulation/planning-simulation.md | 2 +- docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/autoware/source-installation.md b/docs/installation/autoware/source-installation.md index 6733b482bef..be77bc31d74 100644 --- a/docs/installation/autoware/source-installation.md +++ b/docs/installation/autoware/source-installation.md @@ -65,7 +65,7 @@ sudo apt-get -y install git ## How to set up a workspace -!!! info [Using Autoware Build GUI](#using-autoware-build-gui) +!!! info "[Using Autoware Build GUI](#using-autoware-build-gui)" If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Build GUI` section at the end of this document for a step-by-step guide. diff --git a/docs/tutorials/ad-hoc-simulation/planning-simulation.md b/docs/tutorials/ad-hoc-simulation/planning-simulation.md index 8afd8dc916e..782bcfaa4ad 100644 --- a/docs/tutorials/ad-hoc-simulation/planning-simulation.md +++ b/docs/tutorials/ad-hoc-simulation/planning-simulation.md @@ -35,7 +35,7 @@ If not, please, follow [Manual downloading of artifacts](https://github.com/auto ## Basic simulations -!!! info [Using Autoware Launch GUI](#using-autoware-launch-gui) +!!! info "[Using Autoware Launch GUI](#using-autoware-launch-gui)" If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide. diff --git a/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md b/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md index f6f47c49bec..227ac067d69 100644 --- a/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md +++ b/docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md @@ -47,7 +47,7 @@ ## How to run a rosbag replay simulation -!!! info [Using Autoware Launch GUI](#using-autoware-launch-gui) +!!! info "[Using Autoware Launch GUI](#using-autoware-launch-gui)" If you prefer a graphical user interface (GUI) over the command line for launching and managing your simulations, refer to the `Using Autoware Launch GUI` section at the end of this document for a step-by-step guide.