Skip to content

Commit 8802e7e

Browse files
authored
docs: Remove some stale references to Triax. (openapi-generators#518)
1 parent a55ac0f commit 8802e7e

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![Run Checks](https://github.com/triaxtec/openapi-python-client/workflows/Run%20Checks/badge.svg)
2-
[![codecov](https://codecov.io/gh/triaxtec/openapi-python-client/branch/main/graph/badge.svg)](https://codecov.io/gh/triaxtec/openapi-python-client)
1+
![Run Checks](https://github.com/openapi-generators/openapi-python-client/workflows/Run%20Checks/badge.svg)
2+
[![codecov](https://codecov.io/gh/openapi-generators/openapi-python-client/branch/main/graph/badge.svg)](https://codecov.io/gh/triaxtec/openapi-python-client)
33
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
44
[![Generic badge](https://img.shields.io/badge/type_checked-mypy-informational.svg)](https://mypy.readthedocs.io/en/stable/introduction.html)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

SECURITY.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Only the latest release is currently supported, we will not be backporting fixes
66

77
## Reporting a Vulnerability
88

9-
If you've discovered a vulnerability in this project, please report it to Dylan Anthony at [email protected]. I will create an advisory and add you
10-
to the discussion / credit you with discovery.
9+
If you've discovered a vulnerability in this project, please report it to Dylan Anthony at [email protected]. I will create an advisory, add you to the discussion, and credit you with discovery.
1110

1211
It's better not to create an issue in the repository unless it's already actively being exploited.

openapi_python_client/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def handle_errors(errors: Sequence[GeneratorError], fail_on_warning: bool = Fals
8282
_print_parser_error(err, color)
8383

8484
gh_link = typer.style(
85-
"https://github.com/triaxtec/openapi-python-client/issues/new/choose", fg=typer.colors.BRIGHT_BLUE
85+
"https://github.com/openapi-generators/openapi-python-client/issues/new/choose", fg=typer.colors.BRIGHT_BLUE
8686
)
8787
typer.secho(
8888
f"If you believe this was a mistake or this tool is missing a feature you need, "

tests/test_cli.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_generate_handle_errors(self, _create_new_client):
169169
"Unable to generate the client\n\n"
170170
"this is a message\n\n\n"
171171
"If you believe this was a mistake or this tool is missing a feature you need, please open an issue at "
172-
"https://github.com/triaxtec/openapi-python-client/issues/new/choose\n"
172+
"https://github.com/openapi-generators/openapi-python-client/issues/new/choose\n"
173173
)
174174

175175
def test_generate_handle_multiple_warnings(self, _create_new_client):
@@ -191,7 +191,7 @@ def test_generate_handle_multiple_warnings(self, _create_new_client):
191191
"this is another message\n\n"
192192
"{'other': 'data'}\n\n"
193193
"If you believe this was a mistake or this tool is missing a feature you need, please open an issue at "
194-
"https://github.com/triaxtec/openapi-python-client/issues/new/choose\n"
194+
"https://github.com/openapi-generators/openapi-python-client/issues/new/choose\n"
195195
)
196196

197197
def test_generate_fail_on_warning(self, _create_new_client):
@@ -213,7 +213,7 @@ def test_generate_fail_on_warning(self, _create_new_client):
213213
"this is another message\n\n"
214214
"{'other': 'data'}\n\n"
215215
"If you believe this was a mistake or this tool is missing a feature you need, please open an issue at "
216-
"https://github.com/triaxtec/openapi-python-client/issues/new/choose\n"
216+
"https://github.com/openapi-generators/openapi-python-client/issues/new/choose\n"
217217
)
218218

219219

0 commit comments

Comments
 (0)