fix binder link
This commit is contained in:
parent
07b30f66c9
commit
f867050950
|
@ -1,6 +1,6 @@
|
|||
# OpenRefine Task Runner (💎+🤖)
|
||||
|
||||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/888dbf663fdd409e8d8fcf8472114194)](https://www.codacy.com/gh/opencultureconsulting/openrefine-task-runner/dashboard) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/felixlohmeier/openrefine-task-runner/main)
|
||||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/888dbf663fdd409e8d8fcf8472114194)](https://www.codacy.com/gh/opencultureconsulting/openrefine-task-runner/dashboard) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/opencultureconsulting/openrefine-task-runner/main)
|
||||
|
||||
Templates for OpenRefine batch processing (import, transform, export) using the task runner [go-task](https://github.com/go-task/task) and the [openrefine-client](https://github.com/opencultureconsulting/openrefine-client) to control OpenRefine via [its HTTP API](https://docs.openrefine.org/technical-reference/openrefine-api).
|
||||
|
||||
|
@ -44,7 +44,7 @@ The workflow is defined in [Taskfile.yml](Taskfile.yml) and can be executed eith
|
|||
|
||||
## Demo via binder
|
||||
|
||||
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/felixlohmeier/openrefine-task-runner/main)
|
||||
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/opencultureconsulting/openrefine-task-runner/main)
|
||||
|
||||
- free to use on-demand server with Jupyterlab and Bash Kernel
|
||||
- OpenRefine, openrefine-client and go-task [preinstalled](binder/postBuild)
|
||||
|
|
Loading…
Reference in New Issue