Skip to content

Commit 404d553

Browse files
committed
fix: dev: cleanup all the repository names so everything matches
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent 8c4c6a1 commit 404d553

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ dependencies and run the specified commands, eg:
112112

113113
::
114114

115-
$ git clone https://github.com/sarnold/doorstop-to-mermaid
116-
$ cd doorstop-to-mermaid/
115+
$ git clone https://github.com/sarnold/simple-python-project
116+
$ cd simple-python-project/
117117
$ tox -e py
118118

119119
The above will run the default test command using the (local) default
@@ -177,7 +177,7 @@ something like::
177177

178178
then install it into the repo you just cloned::
179179

180-
$ git clone [email protected]:sarnold/doorstop-to-mermaid.git
180+
$ git clone [email protected]:sarnold/simple-python-project.git
181181
$ cd radar-test-gui/
182182
$ pre-commit install
183183

@@ -227,40 +227,40 @@ specifications.
227227
.. _setuptools_scm: https://setuptools-scm.readthedocs.io/en/stable/
228228

229229

230-
.. |ci| image:: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/ci.yml/badge.svg
231-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/ci.yml
230+
.. |ci| image:: https://github.com/sarnold/simple-python-project/actions/workflows/ci.yml/badge.svg
231+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/ci.yml
232232
:alt: CI Status
233233

234-
.. |wheels| image:: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/wheels.yml/badge.svg
235-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/wheels.yml
234+
.. |wheels| image:: https://github.com/sarnold/simple-python-project/actions/workflows/wheels.yml/badge.svg
235+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/wheels.yml
236236
:alt: Wheel Status
237237

238-
.. |badge| image:: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/pylint.yml/badge.svg
239-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/pylint.yml
238+
.. |badge| image:: https://github.com/sarnold/simple-python-project/actions/workflows/pylint.yml/badge.svg
239+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/pylint.yml
240240
:alt: Pylint Status
241241

242-
.. |release| image:: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/release.yml/badge.svg
243-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/release.yml
242+
.. |release| image:: https://github.com/sarnold/simple-python-project/actions/workflows/release.yml/badge.svg
243+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/release.yml
244244
:alt: Release Status
245245

246-
.. |bandit| image:: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/bandit.yml/badge.svg
247-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/bandit.yml
246+
.. |bandit| image:: https://github.com/sarnold/simple-python-project/actions/workflows/bandit.yml/badge.svg
247+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/bandit.yml
248248
:alt: Security check - Bandit
249249

250-
.. |cov| image:: https://raw.githubusercontent.com/sarnold/doorstop-to-mermaid/badges/main/test-coverage.svg
251-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/coverage.yml
250+
.. |cov| image:: https://raw.githubusercontent.com/sarnold/simple-python-project/badges/main/test-coverage.svg
251+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/coverage.yml
252252
:alt: Test coverage
253253

254-
.. |pylint| image:: https://raw.githubusercontent.com/sarnold/doorstop-to-mermaid/badges/main/pylint-score.svg
255-
:target: https://github.com/sarnold/doorstop-to-mermaid/actions/workflows/pylint.yml
254+
.. |pylint| image:: https://raw.githubusercontent.com/sarnold/simple-python-project/badges/main/pylint-score.svg
255+
:target: https://github.com/sarnold/simple-python-project/actions/workflows/pylint.yml
256256
:alt: Pylint Score
257257

258258
.. |license| image:: https://img.shields.io/badge/license-MIT-blue
259-
:target: https://github.com/sarnold/doorstop-to-mermaid/blob/main/LICENSE
259+
:target: https://github.com/sarnold/simple-python-project/blob/main/LICENSE
260260
:alt: License
261261

262-
.. |tag| image:: https://img.shields.io/github/v/tag/sarnold/doorstop-to-mermaid?color=green&include_prereleases&label=latest%20release
263-
:target: https://github.com/sarnold/doorstop-to-mermaid/releases
262+
.. |tag| image:: https://img.shields.io/github/v/tag/sarnold/simple-python-project?color=green&include_prereleases&label=latest%20release
263+
:target: https://github.com/sarnold/simple-python-project/releases
264264
:alt: GitHub tag
265265

266266
.. |python| image:: https://img.shields.io/badge/python-3.9+-blue.svg

0 commit comments

Comments
 (0)