fixed links

This commit is contained in:
sergi-e 2020-02-21 12:17:45 +01:00 committed by Marc Garcia Puig
parent 5c6014f3e5
commit 7a91482260
3 changed files with 7 additions and 10 deletions

View File

@ -136,7 +136,7 @@ Thus, this was the last step of this introduction to CARLA. However there is yet
<div class="build-buttons">
<!-- Latest release button -->
<p>
<a href="python_cookbook.md" target="_blank" class="btn btn-neutral" title="Code recipes">
<a href="../python_cookbook" target="_blank" class="btn btn-neutral" title="Code recipes">
Code recipes</a>
</p>
</div>
@ -146,8 +146,8 @@ Code recipes</a>
<div class="build-buttons">
<!-- Latest release button -->
<p>
<a href="configuring_the_simulation.md" target="_blank" class="btn btn-neutral" title="Configuring the simulation">
Configuring the simulation</a>
<a href="../simulation_time_and_synchrony" target="_blank" class="btn btn-neutral" title="Synchrony and time-step">
Synchrony and time-step</a>
</p>
</div>
@ -156,7 +156,7 @@ Configuring the simulation</a>
<div class="build-buttons">
<!-- Latest release button -->
<p>
<a href="python_api.md" target="_blank" class="btn btn-neutral" title="Python API reference">
<a href="../python_api" target="_blank" class="btn btn-neutral" title="Python API reference">
Python API reference</a>
</p>
</div>

View File

@ -9,7 +9,7 @@ Files needed:
* Binaries `.fbx` - All meshes you need to build the map, i.e., roads, lanemarking, sidewalk, ect.
* OpenDRIVE `.xodr` - Road network information that cars need to circulate on the map.
It is possible to modify an existing CARLA map, check out the [map customization][custommaplink]
It is possible to modify an existing CARLA map, check out the [map customization](../dev/map_customization)
tutorial.
The following steps will introduce the RoadRunner software for map creation. If the map is
@ -374,6 +374,3 @@ Now pedestrians will be able to spawn randomly and walk on the selected meshes!
* Unreal shortcuts to find materials and assets:
* `Right-click on the Asset > Browse to Asset`
* `Right-click on the Material > Asset Actions > Select Actors Using This Asset`
[custommaplink]: /Docs/dev/map_customization.md

View File

@ -1,5 +1,5 @@
<h1> Python Cookbook </h1>
<h1> Code recipes </h1>
This section contains a list of recipes that complement the [tutorial](../python_api_tutorial/)
and are used to illustrate the use of Python API methods.