Skip to content

Commit 221e59b

Browse files
authored
🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi (fastapi#11913)
1 parent 12fffbc commit 221e59b

File tree

92 files changed

+325
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+325
-325
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ contact_links:
44
about: Please report security vulnerabilities to [email protected]
55
- name: Question or Problem
66
about: Ask a question or ask about a problem in GitHub Discussions.
7-
url: https://github.com/tiangolo/fastapi/discussions/categories/questions
7+
url: https://github.com/fastapi/fastapi/discussions/categories/questions
88
- name: Feature Request
99
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/discussions/categories/questions
10+
url: https://github.com/fastapi/fastapi/discussions/categories/questions
1111
- name: Show and tell
1212
about: Show what you built with FastAPI or to be used with FastAPI.
13-
url: https://github.com/tiangolo/fastapi/discussions/categories/show-and-tell
13+
url: https://github.com/fastapi/fastapi/discussions/categories/show-and-tell
1414
- name: Translations
1515
about: Coordinate translations in GitHub Discussions.
16-
url: https://github.com/tiangolo/fastapi/discussions/categories/translations
16+
url: https://github.com/fastapi/fastapi/discussions/categories/translations

.github/ISSUE_TEMPLATE/privileged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
value: |
77
Thanks for your interest in FastAPI! 🚀
88
9-
If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/tiangolo/fastapi/discussions/categories/questions) instead.
9+
If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/fastapi/fastapi/discussions/categories/questions) instead.
1010
- type: checkboxes
1111
id: privileged
1212
attributes:

.github/actions/notify-translations/app/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
all_discussions_query = """
2121
query Q($category_id: ID) {
22-
repository(name: "fastapi", owner: "tiangolo") {
22+
repository(name: "fastapi", owner: "fastapi") {
2323
discussions(categoryId: $category_id, first: 100) {
2424
nodes {
2525
title
@@ -41,7 +41,7 @@
4141

4242
translation_discussion_query = """
4343
query Q($after: String, $discussion_number: Int!) {
44-
repository(name: "fastapi", owner: "tiangolo") {
44+
repository(name: "fastapi", owner: "fastapi") {
4545
discussion(number: $discussion_number) {
4646
comments(first: 100, after: $after) {
4747
edges {

.github/actions/people/app/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
discussions_query = """
1919
query Q($after: String, $category_id: ID) {
20-
repository(name: "fastapi", owner: "tiangolo") {
20+
repository(name: "fastapi", owner: "fastapi") {
2121
discussions(first: 100, after: $after, categoryId: $category_id) {
2222
edges {
2323
cursor
@@ -61,7 +61,7 @@
6161

6262
prs_query = """
6363
query Q($after: String) {
64-
repository(name: "fastapi", owner: "tiangolo") {
64+
repository(name: "fastapi", owner: "fastapi") {
6565
pullRequests(first: 100, after: $after) {
6666
edges {
6767
cursor
@@ -109,7 +109,7 @@
109109

110110
sponsors_query = """
111111
query Q($after: String) {
112-
user(login: "tiangolo") {
112+
user(login: "fastapi") {
113113
sponsorshipsAsMaintainer(first: 100, after: $after) {
114114
edges {
115115
cursor

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
issue-manager:
19-
if: github.repository_owner == 'tiangolo'
19+
if: github.repository_owner == 'fastapi'
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Dump GitHub context

.github/workflows/label-approved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
label-approved:
10-
if: github.repository_owner == 'tiangolo'
10+
if: github.repository_owner == 'fastapi'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Dump GitHub context

.github/workflows/people.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
fastapi-people:
15-
if: github.repository_owner == 'tiangolo'
15+
if: github.repository_owner == 'fastapi'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Dump GitHub context

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
family-names: Ramírez
1313
1414
identifiers:
15-
repository-code: 'https://github.com/tiangolo/fastapi'
15+
repository-code: 'https://github.com/fastapi/fastapi'
1616
url: 'https://fastapi.tiangolo.com'
1717
abstract: >-
1818
FastAPI framework, high performance, easy to learn, fast to code,

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
66
</p>
77
<p align="center">
8-
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
9-
<img src="https://github.com/tiangolo/fastapi/workflows/Test/badge.svg?event=push&branch=master" alt="Test">
8+
<a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
9+
<img src="https://github.com/fastapi/fastapi/workflows/Test/badge.svg?event=push&branch=master" alt="Test">
1010
</a>
11-
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/tiangolo/fastapi" target="_blank">
12-
<img src="https://coverage-badge.samuelcolvin.workers.dev/tiangolo/fastapi.svg" alt="Coverage">
11+
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/fastapi" target="_blank">
12+
<img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/fastapi.svg" alt="Coverage">
1313
</a>
1414
<a href="https://pypi.org/project/fastapi" target="_blank">
1515
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version">
@@ -23,7 +23,7 @@
2323

2424
**Documentation**: <a href="https://fastapi.tiangolo.com" target="_blank">https://fastapi.tiangolo.com</a>
2525

26-
**Source Code**: <a href="https://github.com/tiangolo/fastapi" target="_blank">https://github.com/tiangolo/fastapi</a>
26+
**Source Code**: <a href="https://github.com/fastapi/fastapi" target="_blank">https://github.com/fastapi/fastapi</a>
2727

2828
---
2929

@@ -72,7 +72,7 @@ The key features are:
7272

7373
"_[...] I'm using **FastAPI** a ton these days. [...] I'm actually planning to use it for all of my team's **ML services at Microsoft**. Some of them are getting integrated into the core **Windows** product and some **Office** products._"
7474

75-
<div style="text-align: right; margin-right: 10%;">Kabir Khan - <strong>Microsoft</strong> <a href="https://github.com/tiangolo/fastapi/pull/26" target="_blank"><small>(ref)</small></a></div>
75+
<div style="text-align: right; margin-right: 10%;">Kabir Khan - <strong>Microsoft</strong> <a href="https://github.com/fastapi/fastapi/pull/26" target="_blank"><small>(ref)</small></a></div>
7676

7777
---
7878

docs/az/docs/fastapi-people.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Onlar mənbə kodu, sənədləmə, tərcümələr və s. barədə əmək göstə
9191
</div>
9292
{% endif %}
9393

94-
Bundan başqa bir neçə (yüzdən çox) əməkdaş var ki, onları <a href="https://github.com/tiangolo/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Əməkdaşlar səhifəsində</a> görə bilərsiniz. 👷
94+
Bundan başqa bir neçə (yüzdən çox) əməkdaş var ki, onları <a href="https://github.com/fastapi/fastapi/graphs/contributors" class="external-link" target="_blank">FastAPI GitHub Əməkdaşlar səhifəsində</a> görə bilərsiniz. 👷
9595

9696
## Ən çox rəy verənlər
9797

@@ -178,7 +178,7 @@ Bu səhifənin əsas məqsədi, icmanın başqalarına kömək etmək üçün g
178178

179179
Xüsusilə də normalda daha az görünən və bir çox hallarda daha çətin olan, başqalarının suallarına kömək etmək və tərcümələrlə bağlı Pull Request-lərə rəy vermək kimi səy göstərmək.
180180

181-
Bu səhifənin məlumatları hər ay hesablanır və siz <a href="https://github.com/tiangolo/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">buradan mənbə kodunu</a> oxuya bilərsiniz.
181+
Bu səhifənin məlumatları hər ay hesablanır və siz <a href="https://github.com/fastapi/fastapi/blob/master/.github/actions/people/app/main.py" class="external-link" target="_blank">buradan mənbə kodunu</a> oxuya bilərsiniz.
182182

183183
Burada sponsorların əməyini də vurğulamaq istəyirəm.
184184

0 commit comments

Comments
 (0)