Skip to content

Commit d0453a4

Browse files
Fix links in readme (#27)
Co-authored-by: Annika Bätz <annika.baetz@kit.edu>
1 parent c743312 commit d0453a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
44
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
5-
![GitHub CI](https://github.com/KIT-MRT/behavior_generation_lecture_python/actions/workflows/ci.yml/badge.svg)
6-
![License](https://img.shields.io/github/license/kit-mrt/behavior_generation_lecture_python)
5+
[![GitHub CI](https://github.com/KIT-MRT/behavior_generation_lecture_python/actions/workflows/ci.yml/badge.svg)](https://github.com/KIT-MRT/behavior_generation_lecture_python/actions/workflows/ci.yml)
6+
[![License](https://img.shields.io/github/license/kit-mrt/behavior_generation_lecture_python)](LICENSE)
77

88
This repository contains the python code for the lecture [Decision-Making and Motion Planning for Automated Driving](https://www.mrt.kit.edu/english/lehre_WS_Decision-Making_and_Motion_Planning_for_Automated_Driving.php) at KIT.
99
It is targeted towards both, exemplifying the content of the lecture, and giving a brief introduction to software development. (Please bare with us, the code is largely ported from matlab.)

0 commit comments

Comments
 (0)