From adc8f04bbfa8267bc1cfd606c9216d61e11e2d67 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Fri, 17 May 2024 14:57:17 +0100 Subject: [PATCH] Update links in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a57cc8..93af853 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # HyperSpy demos [![Live demos (Binder)](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/hyperspy/hyperspy-demos/main) -[![Notebook Viewer (nbviewer)](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true)](http://nbviewer.ipython.org/github/hyperspy/hyperspy-demos/tree/main/) -[![Documentation Status](https://readthedocs.org/projects/hyperspy/badge/?version=stable)](http://hyperspy.readthedocs.io/en/stable/?badge=stable) +[![Notebook Viewer (nbviewer)](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true)](https://nbviewer.org/github/hyperspy/hyperspy-demos) +[![Documentation Status](https://readthedocs.org/projects/hyperspy/badge/?version=stable)](https://hyperspy.readthedocs.io/en/stable/?badge=stable) ## Introduction This repository contains [Jupyter Notebooks](http://jupyter.org/) to demo and learn -how to process multi-dimensional data with [HyperSpy](http://hyperspy.org). For +how to process multi-dimensional data with [HyperSpy](https://hyperspy.org). For learning purposes, we recommend to use them alongside the -[HyperSpy User Guide](http://hyperspy.org/hyperspy-doc/current/index.html). +[HyperSpy User Guide](https://hyperspy.org/hyperspy-doc/current). The root folder contains notebooks concerning general HyperSpy features while the subfolders contain notebooks for specific signals and other more specialized @@ -33,9 +33,9 @@ visualization, see below. ### (Non-interactive) Visualizing the demos online -[![Notebook Viewer (nbviewer)](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true)](http://nbviewer.ipython.org/github/hyperspy/hyperspy-demos/tree/main/) +[![Notebook Viewer (nbviewer)](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true)](https://nbviewer.org/github/hyperspy/hyperspy-demos) -Follow [this link](http://nbviewer.ipython.org/github/hyperspy/hyperspy-demos/tree/main/) +Follow [this link](https://nbviewer.org/github/hyperspy/hyperspy-demos) or click on the "render nbviewer" banner above to display the demos with the [Jupyter Notebook viewer](http://nbviewer.jupyter.org).