File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ contact_links:
4
4
about :
Please report security vulnerabilities to [email protected]
5
5
- name : Question or Problem
6
6
about : Ask a question or ask about a problem in GitHub Discussions.
7
- url : https://github.com/tiangolo /fastapi-cli/discussions/categories/questions
7
+ url : https://github.com/fastapi /fastapi-cli/discussions/categories/questions
8
8
- name : Feature Request
9
9
about : To suggest an idea or ask about a feature, please start with a question saying what you would like to achieve. There might be a way to do it already.
10
- url : https://github.com/tiangolo /fastapi-cli/discussions/categories/questions
10
+ url : https://github.com/fastapi /fastapi-cli/discussions/categories/questions
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
issue-manager :
22
- if : github.repository_owner == 'tiangolo '
22
+ if : github.repository_owner == 'fastapi '
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Dump GitHub context
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors:
12
12
family-names : Ramírez
13
13
14
14
identifiers :
15
- repository-code : ' https://github.com/tiangolo /fastapi-cli'
15
+ repository-code : ' https://github.com/fastapi /fastapi-cli'
16
16
url : ' https://fastapi.tiangolo.com'
17
17
abstract : >-
18
18
Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
Original file line number Diff line number Diff line change 1
1
# FastAPI CLI
2
2
3
- <a href =" https://github.com/tiangolo /fastapi-cli/actions/workflows/test.yml " target =" _blank " >
4
- <img src="https://github.com/tiangolo /fastapi-cli/actions/workflows/test.yml/badge.svg" alt="Test">
3
+ <a href =" https://github.com/fastapi /fastapi-cli/actions/workflows/test.yml " target =" _blank " >
4
+ <img src="https://github.com/fastapi /fastapi-cli/actions/workflows/test.yml/badge.svg" alt="Test">
5
5
</a >
6
- <a href =" https://github.com/tiangolo /fastapi-cli/actions/workflows/publish.yml " target =" _blank " >
7
- <img src="https://github.com/tiangolo /fastapi-cli/actions/workflows/publish.yml/badge.svg" alt="Publish">
6
+ <a href =" https://github.com/fastapi /fastapi-cli/actions/workflows/publish.yml " target =" _blank " >
7
+ <img src="https://github.com/fastapi /fastapi-cli/actions/workflows/publish.yml/badge.svg" alt="Publish">
8
8
</a >
9
- <a href =" https://coverage-badge.samuelcolvin.workers.dev/redirect/tiangolo /fastapi-cli " target =" _blank " >
10
- <img src="https://coverage-badge.samuelcolvin.workers.dev/tiangolo /fastapi-cli.svg" alt="Coverage">
9
+ <a href =" https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi /fastapi-cli " target =" _blank " >
10
+ <img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi /fastapi-cli.svg" alt="Coverage">
11
11
<a href =" https://pypi.org/project/fastapi-cli " target =" _blank " >
12
12
<img src="https://img.shields.io/pypi/v/fastapi-cli?color=%2334D058&label=pypi%20package" alt="Package version">
13
13
</a >
14
14
15
15
---
16
16
17
- ** Source Code** : <a href =" https://github.com/tiangolo /fastapi-cli " target =" _blank " >https://github.com/tiangolo /fastapi-cli </a >
17
+ ** Source Code** : <a href =" https://github.com/fastapi /fastapi-cli " target =" _blank " >https://github.com/fastapi /fastapi-cli </a >
18
18
19
19
---
20
20
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ standard = [
44
44
45
45
[project .urls ]
46
46
Documentation = " https://fastapi.tiangolo.com"
47
- homepage = " https://github.com/tiangolo /fastapi-cli"
48
- Repository = " https://github.com/tiangolo /fastapi-cli"
47
+ homepage = " https://github.com/fastapi /fastapi-cli"
48
+ Repository = " https://github.com/fastapi /fastapi-cli"
49
49
50
50
[project .scripts ]
51
51
fastapi = " fastapi_cli.cli:main"
You can’t perform that action at this time.
0 commit comments