Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 34b0ce0

Browse files
committed
Fix urls
1 parent cf7e110 commit 34b0ce0

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
.. image:: https://img.shields.io/pypi/v/cli-ui.svg
55
:target: https://pypi.org/project/cli-ui/
66

7-
.. image:: https://img.shields.io/github/license/dmerejkowsky/python-cli-ui.svg
8-
:target: https://github.com/dmerejkowsky/python-cli-ui/blob/main/LICENSE
7+
.. image:: https://img.shields.io/github/license/your-tools/python-cli-ui.svg
8+
:target: https://github.com/your-tools/python-cli-ui/blob/main/LICENSE
99

1010
.. image:: https://img.shields.io/badge/deps%20scanning-pyup.io-green
11-
:target: https://github.com/dmerejkowsky/python-cli-ui/actions
11+
:target: https://github.com/your-tools/python-cli-ui/actions
1212

1313
python-cli-ui
1414
=============
@@ -27,7 +27,7 @@ Documentation
2727
-------------
2828

2929

30-
See `python-cli-ui documentation <https://dmerejkowsky.github.io/python-cli-ui>`_.
30+
See `python-cli-ui documentation <https://your-tools.github.io/python-cli-ui>`_.
3131

3232
Demo
3333
----

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,4 @@ standard output if some other code prints anything between to two
444444

445445
One way to fix the problems is to use *locks*. You can see examples of
446446
this in the `examples/ folder of the repository of this project
447-
<https://github.com/dmerejkowsky/python-cli-ui/tree/main/examples>`_.
447+
<https://github.com/your-tools/python-cli-ui/tree/main/examples>`_.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ description = "Build Nice User Interfaces In The Terminal"
88
readme = "README.rst"
99
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
1010
license = "BSD-3-Clause"
11-
repository = "https://github.com/dmerejkowsky/python-cli-ui"
12-
documentation = "https://dmerejkowsky.github.io/python-cli-ui/"
11+
repository = "https://git.sr.ht/~your-tools/python-cli-ui"
12+
documentation = "https://your-tools.github.io/python-cli-ui/"
1313

1414
[tool.poetry.urls]
15-
Changelog = "https://dmerejkowsky.github.io/python-cli-ui/changelog.html"
16-
Issues = "https://github.com/dmerejkowsky/python-cli-ui/issues"
15+
Changelog = "https://your-tools.github.io/python-cli-ui/changelog.html"
16+
Issues = "https://github.com/your-tools/python-cli-ui/issues"
1717

1818
[tool.poetry.dependencies]
1919
# Keep this in sync with .github/workflows/

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github_url = "https://github.com/dmerejkowsky/python-cli-ui"
1+
github_url = "https://github.com/your-tools/python-cli-ui"
22

33
[version]
44
current = "0.17.0"

0 commit comments

Comments
 (0)