From 998a5485d9fc5c90c70d3a33ca94c756d1c94461 Mon Sep 17 00:00:00 2001
From: Anton Tetov <anton@tetov.se>
Date: Wed, 28 Sep 2022 22:08:42 +0200
Subject: [PATCH] fix gitlab badge

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c58299f..7a7a149 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # ur-py-ctl
 
 [![PyPI version](https://badge.fury.io/py/ur-py-ctl.svg)](https://pypi.org/project/ur-py-ctl/)
-[![CI Pipeline status](https://gitlab.control.lth.se/robotlab/ur_py_ctl/-/pipelines)](https://gitlab.control.lth.se/robotlab/ur_py_ctl/badges/main/pipeline.svg)
+[![CI Pipeline status](https://gitlab.control.lth.se/robotlab/ur_py_ctl/badges/main/pipeline.svg)](https://gitlab.control.lth.se/robotlab/ur_py_ctl/-/pipelines)
 [![Documentation Status](https://readthedocs.org/projects/ur-py-ctl/badge/?version=latest)](https://ur-py-ctl.readthedocs.io/en/latest/?badge=latest)
 
 * [Documentation](https://ur-py-ctl.readthedocs.io/)
-- 
GitLab