Skip to content

Commit 9be2fcd

Browse files
committed
Update org/repo
1 parent 564b49c commit 9be2fcd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ for a good overview of what this is like to use.
66

77
## Demo Links
88

9-
- **[Tutorials (a.k.a. recipes)](https://github.com/danielballan/interactive-tutorial-demo/tree/notebooks/docs/recipes)** are written in MyST Markdown.
10-
- They are published in **[Jupyter notebook](https://github.com/danielballan/interactive-tutorial-demo/tree/notebooks/docs/recipes)** format, on the `notebooks` branch of this repo, which can be used in Colab, Binder, etc.
9+
- **[Tutorials (a.k.a. recipes)](https://github.com/scientific-python/executable-tutorials/tree/notebooks/docs/recipes)** are written in MyST Markdown.
10+
- They are published in **[Jupyter notebook](https://github.com/scientific-python/executable-tutorials/tree/notebooks/docs/recipes)** format, on the `notebooks` branch of this repo, which can be used in Colab, Binder, etc.
1111
- Executed examples are **[published](https://danielballan.github.io/interactive-tutorial-demo/)** on a GitHub Pages site.
1212
- **[Jupyter Lite (beta)](https://danielballan.github.io/interactive-tutorial-demo/jupyterlite/lab/index.html)** (works only on the basic executable example so far, missing dependencies for others)
13-
- **[Binder](https://mybinder.org/v2/gh/danielballan/interactive-tutorial-demo/notebooks)**
13+
- **[Binder](https://mybinder.org/v2/gh/scientific-python/executable-tutorials/notebooks)**
1414

1515

1616
## Goals

docs/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ First, clone this repository.
55
With HTTPS:
66

77
```sh
8-
git clone https://github.com/danielballan/interactive-tutorial-demo
8+
git clone https://github.com/scientific-python/executable-tutorials
99
```
1010

1111
With SSH:
1212
```sh
13-
git clone git@github.com:danielballan/interactive-tutorial-demo
13+
git clone git@github.com:scientific-python/executable-tutorials
1414
```
1515

1616
## Overview
@@ -159,5 +159,5 @@ Once changes are merged to the `main` branch, the GitHub Actions [Publish workfl
159159
where users need to be handed Jupyter Notebook files directly, such as Google
160160
Colab.
161161

162-
[notebooks-branch]: https://github.com/danielballan/interactive-tutorial-demo/tree/notebooks/docs/recipes
163-
[Publish workflow]: https://github.com/danielballan/interactive-tutorial-demo/actions/workflows/cd.yml
162+
[notebooks-branch]: https://github.com/scientific-python/executable-tutorials/tree/notebooks/docs/recipes
163+
[Publish workflow]: https://github.com/scientific-python/executable-tutorials/actions/workflows/cd.yml

0 commit comments

Comments
 (0)