From 7c1c59ef0a8bd56fc3f259c15a795e78d8c52c5f Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Tue, 21 Oct 2025 11:45:01 +0200 Subject: [PATCH] Fix CI badge --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dd94b8e..af0041d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# GLSP Server [![Build Status](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-server-node/job/main/badge/icon)](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-server-node/job/main/) - -[![Build Status](https://img.shields.io/github/actions/workflow/status/eclipse-glsp/glsp-server-node/ci.yml?branch=main&label=build)](https://github.com/eclipse-glsp/glsp-server-node/actions/workflows/ci.yml) +# GLSP Server [![Build Status](https://img.shields.io/github/actions/workflow/status/eclipse-glsp/glsp-server-node/ci.yml?branch=main&label=build)](https://github.com/eclipse-glsp/glsp-server-node/actions/workflows/ci.yml) Contains the code for the Typescript-based framework to create [GLSP](https://github.com/eclipse-glsp/glsp) server components. The implementation of this server is aligned with the default Java based [GLSP Server](https://github.com/eclipse-glsp/glsp-server-node).