Skip to content

Commit

Permalink
Chore: Rename GitHub Orga to "tech-writing"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 31, 2024
1 parent 219e13a commit d5fe09d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ considering.
## Setup

```bash
pip install 'linksmith @ git+https://github.com/sphinx-tools/linksmith.git'
pip install 'linksmith @ git+https://github.com/tech-writing/linksmith.git'
```


Expand Down Expand Up @@ -108,22 +108,22 @@ lovely people around Sphinx and Read the Docs.
[sphobjinv]: https://sphobjinv.readthedocs.io/
[Sviatoslav Sydorenko]: https://github.com/webknjaz

[Changelog]: https://github.com/sphinx-tools/linksmith/blob/main/CHANGES.md
[Changelog]: https://github.com/tech-writing/linksmith/blob/main/CHANGES.md
[Documentation]: https://linksmith.readthedocs.io/
[Issues]: https://github.com/sphinx-tools/linksmith/issues
[License]: https://github.com/sphinx-tools/linksmith/blob/main/LICENSE
[Issues]: https://github.com/tech-writing/linksmith/issues
[License]: https://github.com/tech-writing/linksmith/blob/main/LICENSE
[PyPI]: https://pypi.org/project/linksmith/
[Source code]: https://github.com/sphinx-tools/linksmith
[Source code]: https://github.com/tech-writing/linksmith

[badge-coverage]: https://codecov.io/gh/sphinx-tools/linksmith/branch/main/graph/badge.svg
[badge-coverage]: https://codecov.io/gh/tech-writing/linksmith/branch/main/graph/badge.svg
[badge-downloads-per-month]: https://pepy.tech/badge/linksmith/month
[badge-license]: https://img.shields.io/github/license/sphinx-tools/linksmith.svg
[badge-license]: https://img.shields.io/github/license/tech-writing/linksmith.svg
[badge-package-version]: https://img.shields.io/pypi/v/linksmith.svg
[badge-python-versions]: https://img.shields.io/pypi/pyversions/linksmith.svg
[badge-status]: https://img.shields.io/pypi/status/linksmith.svg
[badge-tests]: https://github.com/sphinx-tools/linksmith/actions/workflows/main.yml/badge.svg
[project-codecov]: https://codecov.io/gh/sphinx-tools/linksmith
[badge-tests]: https://github.com/tech-writing/linksmith/actions/workflows/main.yml/badge.svg
[project-codecov]: https://codecov.io/gh/tech-writing/linksmith
[project-downloads]: https://pepy.tech/project/linksmith/
[project-license]: https://github.com/sphinx-tools/linksmith/blob/main/LICENSE
[project-license]: https://github.com/tech-writing/linksmith/blob/main/LICENSE
[project-pypi]: https://pypi.org/project/linksmith
[project-tests]: https://github.com/sphinx-tools/linksmith/actions/workflows/main.yml
[project-tests]: https://github.com/tech-writing/linksmith/actions/workflows/main.yml
2 changes: 1 addition & 1 deletion docs/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After invoking `poe check`, and observing the software tests succeed, you
should be ready to start hacking.

```shell
git clone https://github.com/sphinx-tools/linksmith
git clone https://github.com/tech-writing/linksmith
cd linksmith
python3 -m venv .venv
source .venv/bin/activate
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ authors = [
]
requires-python = ">=3.7"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 1 - Planning",
"Environment :: Web Environment",
"Framework :: Sphinx",
"Intended Audience :: Customer Service",
Expand Down Expand Up @@ -109,10 +109,10 @@ test = [
"sphinx_pytest<0.3",
]
[project.urls]
changelog = "https://github.com/sphinx-tools/linksmith/blob/main/CHANGES.md"
changelog = "https://github.com/tech-writing/linksmith/blob/main/CHANGES.md"
documentation = "https://linksmith.readthedocs.io/"
homepage = "https://linksmith.readthedocs.io/"
repository = "https://github.com/sphinx-tools/linksmith"
repository = "https://github.com/tech-writing/linksmith"

[tool.black]
line-length = 120
Expand Down

0 comments on commit d5fe09d

Please sign in to comment.