From dad4eb27c8b453a1c114ecf8367161e59f916cc3 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:07:08 -0700 Subject: [PATCH] Update README.md --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index f1ae331..e7adcd5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -17,7 +17,7 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro |:-----|:-----|:------| | [Python](https://github.com/python-project-templates/python-template) | [![Build Status](https://github.com/python-project-templates/python-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template/actions/workflows/build.yml) | Pure Python | | [Python/C++](https://github.com/python-project-templates/cpp-template) | [![Build Status](https://github.com/python-project-templates/cpp-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/cpp-template) | Python/C++ (binding via `pybind11` and/or standalone C++) | -| [Python/Rust](https://github.com/python-project-templates/rust-template) | [![Build Status](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml) | Python with rust binding via `PyO3` | +| [Python/Rust](https://github.com/python-project-templates/python-template-rust) | [![Build Status](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yml) | Python with rust binding via `PyO3` | | [Python/Jupyter](https://github.com/python-project-templates/python-template-jupyter) | [![Build Status](https://github.com/python-project-templates/python-template-jupyter/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) | | [Python/JavaScript](https://github.com/python-project-templates/python-template-js) | [![Build Status](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-js/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend | | [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm-template) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-js-wasm-template) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |