From 470b423d0bf69a8d99b5a60cbdd9ec44372a687c Mon Sep 17 00:00:00 2001 From: "Mathieu Boudreau, PhD" Date: Tue, 28 May 2024 13:25:18 -0300 Subject: [PATCH] Pre-emptively update badge links to new version r20240428 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4b4f0b..2d85bc4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # rf-shimming-7t [![DOI Badge](https://img.shields.io/badge/DOI-10.18112%2Fopenneuro.ds004906-blue)](https://openneuro.org/datasets/ds004906) -[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shimming-toolbox/rf-shimming-7t/blob/r20240214/content/index.ipynb) -[![launch binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/shimming-toolbox/rf-shimming-7t/r20240214?labpath=content%2Findex.ipynb) +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shimming-toolbox/rf-shimming-7t/blob/r20240428/content/index.ipynb) +[![launch binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/shimming-toolbox/rf-shimming-7t/r20240428?labpath=content%2Findex.ipynb) Reproducible Notebook for the paper "RF shimming in the cervical spinal cord at 7T" @@ -42,7 +42,7 @@ Install [Spinal Cord Toolbox](https://spinalcordtoolbox.com/user_section/install Clone this repository ~~~ git clone https://github.com/shimming-toolbox/rf-shimming-7t.git -git checkout r20240214 +git checkout r20240428 cd rf-shimming-7t ~~~