From 68aba10728bf5c5c3283954d83805552e7733b44 Mon Sep 17 00:00:00 2001 From: Shantanu Kodgirwar <64919085+ShantanuKodgirwar@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:07:04 +0200 Subject: [PATCH] Fix badge links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf87dc..57b7326 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # PtyLabX ![Python 3.10+](https://img.shields.io/badge/python-3.10+-green.svg) -![Tests](https://github.com/ShantanuKodgirwar/PtyLabX/actions/workflows/test.yml/badge.svg) -![Ruff](https://github.com/ShantanuKodgirwar/PtyLabX/actions/workflows/formatter.yml/badge.svg) +![Tests](https://github.com/PtyLab/PtyLabX/actions/workflows/test.yml/badge.svg) +![Ruff](https://github.com/PtyLab/PtyLabX/actions/workflows/formatter.yml/badge.svg) > [!WARNING] > This project is under active development. Some existing implementations could be unstable until everything is thoroughly tested. API might also change and would be around making some interface immutable to allow gradient flow/differentiable ptychography work.