diff --git a/README.md b/README.md index 9509353..38c4458 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ixbrl-parse -![Test status](https://github.com/drkane/ixbrl-parse/workflows/tests/badge.svg) +![Test status](https://github.com/kanedata/ixbrl-parse/workflows/tests/badge.svg) [![PyPI version](https://img.shields.io/pypi/v/ixbrlparse)](https://pypi.org/project/ixbrlparse/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrlparse) ![PyPI - License](https://img.shields.io/pypi/l/ixbrlparse) diff --git a/docs/index.md b/docs/index.md index 0c718bb..74e0179 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # ixbrlParse -![Test status](https://github.com/drkane/ixbrl-parse/workflows/tests/badge.svg) +![Test status](https://github.com/kanedata/ixbrl-parse/workflows/tests/badge.svg) [![PyPI version](https://img.shields.io/pypi/v/ixbrlparse)](https://pypi.org/project/ixbrlparse/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrlparse) ![PyPI - License](https://img.shields.io/pypi/l/ixbrlparse) diff --git a/mkdocs.yml b/mkdocs.yml index dea8b69..db07d05 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: ixbrlParse -repo_url: https://github.com/drkane/ixbrl-parse +repo_url: https://github.com/kanedata/ixbrl-parse site_description: A python module for getting useful data out of ixbrl files. site_author: David Kane theme: diff --git a/pyproject.toml b/pyproject.toml index 52cfbe3..17a25ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ dependencies = ["click", "beautifulsoup4", "lxml", "word2number", "pluggy>=1"] docs = ["mkdocs", "mkdocs-material", "mkdocstrings[python]"] [project.urls] -Homepage = "https://github.com/drkane/ixbrl-parse" +Homepage = "https://github.com/kanedata/ixbrl-parse" Documentation = "https://ixbrl-parse.readthedocs.io/" -Issues = "https://github.com/drkane/ixbrl-parse/issues" -Source = "https://github.com/drkane/ixbrl-parse" +Issues = "https://github.com/kanedata/ixbrl-parse/issues" +Source = "https://github.com/kanedata/ixbrl-parse" [project.scripts] ixbrlparse = "ixbrlparse.cli:ixbrlparse"