From f143e1e6323b84ee845cdb7035eae0bb5f1630d4 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Fri, 15 Dec 2023 09:00:53 -0500 Subject: [PATCH] Fix status badges Status badges point to the now-archived working repo instead of this one. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cdd8b168..5bb70975c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ [![Docker image](https://img.shields.io/docker/v/plane/plane-preview)](https://hub.docker.com/r/plane/plane-preview/tags) -[![Build Docker Image](https://github.com/drifting-in-space/plane2/actions/workflows/build-image.yml/badge.svg)](https://github.com/drifting-in-space/plane2/actions/workflows/build-image.yml) -[![Tests](https://github.com/drifting-in-space/plane2/actions/workflows/tests.yml/badge.svg)](https://github.com/drifting-in-space/plane2/actions/workflows/tests.yml) +[![Build Docker Image](https://github.com/drifting-in-space/plane/actions/workflows/plane2-build-image.yml/badge.svg)](https://github.com/drifting-in-space/plane/actions/workflows/plane2-build-image.yml) +[![Tests](https://github.com/drifting-in-space/plane/actions/workflows/plane2-tests.yml/badge.svg)](https://github.com/drifting-in-space/plane/actions/workflows/plane2-tests.yml) Plane is infrastructure software for **running stateful WebSocket backends at scale**. Plane is heavily inspired by [Figma’s mulitplayer infrastructure](https://www.figma.com/blog/rust-in-production-at-figma/), which dynamically spawns a process for each active document.