From 4f1ce25292d9728c00505f9e7aea15eab27ed5cb Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Thu, 31 Oct 2024 08:12:20 +0100 Subject: [PATCH 1/2] Fix broken links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2e72f7..c44ce93 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # py-tabulator: Tabulator for Python -[![Release](https://img.shields.io/github/v/release/eodaGmbH/py-tabulator)](https://img.shields.io/github/v/release/eodaGmbH/py-tabulator) +[![Release](https://img.shields.io/github/v/release/eoda-dev/py-tabulator)](https://img.shields.io/github/v/release/eoda-dev/py-tabulator) [![pypi](https://img.shields.io/pypi/v/pytabulator.svg)](https://pypi.python.org/pypi/pytabulator) -[![Build status](https://img.shields.io/github/actions/workflow/status/eodaGmbH/py-tabulator/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eodaGmbH/py-tabulator/pytest.yml?branch=main) -[![License](https://img.shields.io/github/license/eodaGmbH/py-tabulator)](https://img.shields.io/github/license/eodaGmbH/py-tabulator) -[![License](https://img.shields.io/github/license/eodaGmbH/py-maplibregl)](https://img.shields.io/github/license/eodaGmbH/py-maplibregl) +[![Build status](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-tabulator/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-tabulator/pytest.yml?branch=main) +[![License](https://img.shields.io/github/license/eoda-dev/py-tabulator)](https://img.shields.io/github/license/eoda-dev/py-tabulator) +[![License](https://img.shields.io/github/license/eoda-dev/py-maplibregl)](https://img.shields.io/github/license/eoda-dev/py-maplibregl) [![Tabulator](https://img.shields.io/badge/Tabulator-v6.2.1-blue.svg)](https://github.com/olifolkerd/tabulator/releases/tag/6.2.1) [Shiny for Python](https://shiny.posit.co/py/) bindings for [Tabulator JS](https://tabulator.info/) @@ -28,7 +28,7 @@ To learn more about pytabulator, see the documentation at https://eodagmbh.github.io/py-tabulator/. -Bindings for R are available at https://github.com/eodaGmbH/rtabulator. +Bindings for R are available at https://github.com/eoda-dev/rtabulator. ## Installation @@ -41,7 +41,7 @@ pip install pytabulator You can install the development version of pytabulator like so: ```bash -pip install git+https://github.com/eodaGmbH/py-tabulator +pip install git+https://github.com/eoda-dev/py-tabulator ``` ## Basic usage From 50dc391d5f23a50fb31e96d81dbc5ec8948a7b58 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Thu, 31 Oct 2024 08:15:43 +0100 Subject: [PATCH 2/2] Fix broken docs links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c44ce93..b1134e7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ * Download data * Freeze data -To learn more about pytabulator, see the documentation at https://eodagmbh.github.io/py-tabulator/. +To learn more about pytabulator, see the documentation at https://eoda-dev.github.io/py-tabulator/. Bindings for R are available at https://github.com/eoda-dev/rtabulator.