From 81afb5481f986f7ae052f8c34110f6a62358e766 Mon Sep 17 00:00:00 2001 From: corkyw10 Date: Thu, 28 Jan 2021 11:58:39 +0100 Subject: [PATCH] Fixed broken link in Python API for --- Docs/python_api.md | 2 +- PythonAPI/docs/sensor_data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/python_api.md b/Docs/python_api.md index 764d26bbb..01ccc12b9 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -355,7 +355,7 @@ Parses the location and extent of the bounding box to string. --- ## carla.CityObjectLabel -Enum declaration that contains the different tags available to filter the bounding boxes returned by [carla.World.get_level_bbs](#carla.World.get_level_bbs)(). These values correspond to the [semantic tag](https://[carla.readthedocs.io](#carla.readthedocs.io)/en/latest/ref_sensors/#semantic-segmentation-camera) that the elements in the scene have. +Enum declaration that contains the different tags available to filter the bounding boxes returned by [carla.World.get_level_bbs](#carla.World.get_level_bbs)(). These values correspond to the [semantic tag](ref_sensors.md#semantic-segmentation-camera) that the elements in the scene have. ### Instance Variables - **None** diff --git a/PythonAPI/docs/sensor_data.yml b/PythonAPI/docs/sensor_data.yml index 522012bc8..4978c5ed7 100644 --- a/PythonAPI/docs/sensor_data.yml +++ b/PythonAPI/docs/sensor_data.yml @@ -55,7 +55,7 @@ - class_name: CityObjectLabel # - DESCRIPTION ------------------------ doc: > - Enum declaration that contains the different tags available to filter the bounding boxes returned by carla.World.get_level_bbs(). These values correspond to the [semantic tag](https://carla.readthedocs.io/en/latest/ref_sensors/#semantic-segmentation-camera) that the elements in the scene have. + Enum declaration that contains the different tags available to filter the bounding boxes returned by carla.World.get_level_bbs(). These values correspond to the [semantic tag](ref_sensors.md#semantic-segmentation-camera) that the elements in the scene have. # - PROPERTIES ------------------------- instance_variables: