Skip to content

Commit e205f6e

Browse files
committed
Fix file links readme
1 parent d2f1d48 commit e205f6e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fails Jupyter Lite distirbution
22

3-
[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/@fails-components/jupyterfails/workflows/Build/badge.svg)](https://github.com/@fails-components/jupyterfails/actions/workflows/build.yml)
44

55
This are files for building a Jupyter lite distribution to be used within fails-components.
66
It also includes a couple of extensions for the communication with fails and also for controlling applets.

packages/applet-view/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fails_components_jupyter_applet_view
22

3-
[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/@fails-components/jupyterfails/workflows/Build/badge.svg)](https://github.com/@fails-components/jupyterfails/actions/workflows/build.yml)
44

55
An extension, that let's you select cell for an applet.
66
The applets are show in a splitted notebook window.

packages/filesystem-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fails_components_jupyter_filesystem_extension
22

3-
[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/@fails-components/jupyterfails/workflows/Build/badge.svg)](https://github.com/@fails-components/jupyterfails/actions/workflows/build.yml)
44

55
This is an extension, that taps into jupyter lite's filesystem handling to be able to remotely control and supply the files visible to jupyter lite.
66
It is probably only useful together with fails-components' jupyter launcher plugin,

packages/interceptor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fails_components_jupyter_interceptor
22

3-
[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/@fails-components/jupyterfails/workflows/Build/badge.svg)](https://github.com/@fails-components/jupyterfails/actions/workflows/build.yml)
44

55
This is an extension, that intercepts message's to and from output views and its widgets, in order to puppet external jupyter deployments of clients listening to a central instructor.
66
It can be used together with the fails_components_jupyter_launcher.

packages/jupyterreactedit/readme.md renamed to packages/jupyterreactedit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!["FAILS logo"](failslogo.svg)
1+
!["FAILS logo"](https://github.com/@fails-components/jupyterfailsfailslogo.svg)
22

33
# Fancy automated internet lecture system (**FAILS**) - components (jupyter react edit)
44

packages/launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fails_components_jupyter_launcher
22

3-
[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/@fails-components/jupyterfails/workflows/Build/badge.svg)](https://github.com/@fails-components/jupyterfails/actions/workflows/build.yml)
44

55
This is an extension, where jupyter can be steering inside an iframe.
66
You can load, launch and save different notebooks and applets (created with applet-view extension).

0 commit comments

Comments
 (0)