Skip to content

Commit cd1fb5e

Browse files
authored
📝 Update links from github.com/tiangolo/sqlmodel to github.com/fastapi/sqlmodel (#1064)
1 parent a485c4e commit cd1fb5e

File tree

10 files changed

+36
-36
lines changed

10 files changed

+36
-36
lines changed

.github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ contact_links:
44
about: Please report security vulnerabilities to security@tiangolo.com
55
- name: Question or Problem
66
about: Ask a question or ask about a problem in GitHub Discussions.
7-
url: https://github.com/tiangolo/sqlmodel/discussions/categories/questions
7+
url: https://github.com/fastapi/sqlmodel/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/sqlmodel/discussions/categories/questions
10+
url: https://github.com/fastapi/sqlmodel/discussions/categories/questions
1111
- name: Show and tell
1212
about: Show what you built with SQLModel or to be used with SQLModel.
13-
url: https://github.com/tiangolo/sqlmodel/discussions/categories/show-and-tell
13+
url: https://github.com/fastapi/sqlmodel/discussions/categories/show-and-tell

.github/ISSUE_TEMPLATE/privileged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
value: |
77
Thanks for your interest in SQLModel! 🚀
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/sqlmodel/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/sqlmodel/discussions/categories/questions) instead.
1010
- type: checkboxes
1111
id: privileged
1212
attributes:

.github/workflows/issue-manager.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
issue-manager:
22-
if: github.repository_owner == 'tiangolo'
22+
if: github.repository_owner == 'fastapi'
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Dump GitHub context

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
family-names: Ramírez
1313
email: tiangolo@gmail.com
1414
identifiers:
15-
repository-code: 'https://github.com/tiangolo/sqlmodel'
15+
repository-code: 'https://github.com/fastapi/sqlmodel'
1616
url: 'https://sqlmodel.tiangolo.com'
1717
abstract: >-
1818
SQLModel, SQL databases in Python, designed for

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<em>SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.</em>
77
</p>
88
<p align="center">
9-
<a href="https://github.com/tiangolo/sqlmodel/actions?query=workflow%3ATest" target="_blank">
10-
<img src="https://github.com/tiangolo/sqlmodel/workflows/Test/badge.svg" alt="Test">
9+
<a href="https://github.com/fastapi/sqlmodel/actions?query=workflow%3ATest" target="_blank">
10+
<img src="https://github.com/fastapi/sqlmodel/workflows/Test/badge.svg" alt="Test">
1111
</a>
12-
<a href="https://github.com/tiangolo/sqlmodel/actions?query=workflow%3APublish" target="_blank">
13-
<img src="https://github.com/tiangolo/sqlmodel/workflows/Publish/badge.svg" alt="Publish">
12+
<a href="https://github.com/fastapi/sqlmodel/actions?query=workflow%3APublish" target="_blank">
13+
<img src="https://github.com/fastapi/sqlmodel/workflows/Publish/badge.svg" alt="Publish">
1414
</a>
15-
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/tiangolo/sqlmodel" target="_blank">
16-
<img src="https://coverage-badge.samuelcolvin.workers.dev/tiangolo/sqlmodel.svg" alt="Coverage">
15+
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/sqlmodel" target="_blank">
16+
<img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/sqlmodel.svg" alt="Coverage">
1717
<a href="https://pypi.org/project/sqlmodel" target="_blank">
1818
<img src="https://img.shields.io/pypi/v/sqlmodel?color=%2334D058&label=pypi%20package" alt="Package version">
1919
</a>
@@ -23,7 +23,7 @@
2323

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

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

2828
---
2929

@@ -220,4 +220,4 @@ And at the same time, ✨ it is also a **Pydantic** model ✨. You can use inher
220220

221221
## License
222222

223-
This project is licensed under the terms of the [MIT license](https://github.com/tiangolo/sqlmodel/blob/main/LICENSE).
223+
This project is licensed under the terms of the [MIT license](https://github.com/fastapi/sqlmodel/blob/main/LICENSE).

docs/help.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You can subscribe to the (infrequent) <a href="https://fastapi.tiangolo.com/news
2222

2323
## Star **SQLModel** in GitHub
2424

25-
You can "star" SQLModel in GitHub (clicking the star button at the top right): <a href="https://github.com/tiangolo/sqlmodel" class="external-link" target="_blank">https://github.com/tiangolo/sqlmodel</a>. ⭐️
25+
You can "star" SQLModel in GitHub (clicking the star button at the top right): <a href="https://github.com/fastapi/sqlmodel" class="external-link" target="_blank">https://github.com/fastapi/sqlmodel</a>. ⭐️
2626

2727
By adding a star, other users will be able to find it more easily and see that it has been already useful for others.
2828

2929
## Watch the GitHub repository for releases
3030

31-
You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): <a href="https://github.com/tiangolo/sqlmodel" class="external-link" target="_blank">https://github.com/tiangolo/sqlmodel</a>. 👀
31+
You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): <a href="https://github.com/fastapi/sqlmodel" class="external-link" target="_blank">https://github.com/fastapi/sqlmodel</a>. 👀
3232

3333
There you can select "Releases only".
3434

@@ -54,16 +54,16 @@ You can:
5454

5555
## Tweet about **SQLModel**
5656

57-
<a href="https://twitter.com/compose/tweet?text=I'm loving SQLModel because... https://github.com/tiangolo/sqlmodel cc: @tiangolo" class="external-link" target="_blank">Tweet about **SQLModel**</a> and let me and others know why you like it. 🎉
57+
<a href="https://twitter.com/compose/tweet?text=I'm loving SQLModel because... https://github.com/fastapi/sqlmodel cc: @tiangolo" class="external-link" target="_blank">Tweet about **SQLModel**</a> and let me and others know why you like it. 🎉
5858

5959
I love to hear about how **SQLModel** is being used, what you have liked in it, in which project/company are you using it, etc.
6060

6161
## Help others with questions in GitHub
6262

6363
You can try and help others with their questions in:
6464

65-
* <a href="https://github.com/tiangolo/sqlmodel/discussions/categories/questions?discussions_q=category%3AQuestions+is%3Aunanswered" class="external-link" target="_blank">GitHub Discussions</a>
66-
* <a href="https://github.com/tiangolo/sqlmodel/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aquestion+-label%3Aanswered+" class="external-link" target="_blank">GitHub Issues</a>
65+
* <a href="https://github.com/fastapi/sqlmodel/discussions/categories/questions?discussions_q=category%3AQuestions+is%3Aunanswered" class="external-link" target="_blank">GitHub Discussions</a>
66+
* <a href="https://github.com/fastapi/sqlmodel/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aquestion+-label%3Aanswered+" class="external-link" target="_blank">GitHub Issues</a>
6767

6868
In many cases you might already know the answer for those questions. 🤓
6969

@@ -112,15 +112,15 @@ If they reply, there's a high chance you would have solved their problem, congra
112112

113113
## Watch the GitHub repository
114114

115-
You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): <a href="https://github.com/tiangolo/sqlmodel" class="external-link" target="_blank">https://github.com/tiangolo/sqlmodel</a>. 👀
115+
You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): <a href="https://github.com/fastapi/sqlmodel" class="external-link" target="_blank">https://github.com/fastapi/sqlmodel</a>. 👀
116116

117117
If you select "Watching" instead of "Releases only" you will receive notifications when someone creates a new issue or question. You can also specify that you only want to be notified about new issues, or discussions, or PRs, etc.
118118

119119
Then you can try and help them solve those questions.
120120

121121
## Ask Questions
122122

123-
You can <a href="https://github.com/tiangolo/sqlmodel/discussions/new?category=questions" class="external-link" target="_blank">create a new question</a> in the GitHub repository, for example to:
123+
You can <a href="https://github.com/fastapi/sqlmodel/discussions/new?category=questions" class="external-link" target="_blank">create a new question</a> in the GitHub repository, for example to:
124124

125125
* Ask a **question** or ask about a **problem**.
126126
* Suggest a new **feature**.
@@ -214,7 +214,7 @@ Join the 👥 <a href="https://discord.gg/VQjSZaeJmf" class="external-link" targ
214214

215215
/// tip
216216

217-
For questions, ask them in <a href="https://github.com/tiangolo/sqlmodel/discussions/new?category=questions" class="external-link" target="_blank">GitHub Discussions</a>, there's a much better chance you will receive help there.
217+
For questions, ask them in <a href="https://github.com/fastapi/sqlmodel/discussions/new?category=questions" class="external-link" target="_blank">GitHub Discussions</a>, there's a much better chance you will receive help there.
218218

219219
Use the chat only for other general conversations.
220220

docs/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<em>SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.</em>
1313
</p>
1414
<p align="center">
15-
<a href="https://github.com/tiangolo/sqlmodel/actions?query=workflow%3ATest" target="_blank">
16-
<img src="https://github.com/tiangolo/sqlmodel/workflows/Test/badge.svg" alt="Test">
15+
<a href="https://github.com/fastapi/sqlmodel/actions?query=workflow%3ATest" target="_blank">
16+
<img src="https://github.com/fastapi/sqlmodel/workflows/Test/badge.svg" alt="Test">
1717
</a>
18-
<a href="https://github.com/tiangolo/sqlmodel/actions?query=workflow%3APublish" target="_blank">
19-
<img src="https://github.com/tiangolo/sqlmodel/workflows/Publish/badge.svg" alt="Publish">
18+
<a href="https://github.com/fastapi/sqlmodel/actions?query=workflow%3APublish" target="_blank">
19+
<img src="https://github.com/fastapi/sqlmodel/workflows/Publish/badge.svg" alt="Publish">
2020
</a>
21-
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/tiangolo/sqlmodel" target="_blank">
22-
<img src="https://coverage-badge.samuelcolvin.workers.dev/tiangolo/sqlmodel.svg" alt="Coverage">
21+
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/sqlmodel" target="_blank">
22+
<img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/sqlmodel.svg" alt="Coverage">
2323
<a href="https://pypi.org/project/sqlmodel" target="_blank">
2424
<img src="https://img.shields.io/pypi/v/sqlmodel?color=%2334D058&label=pypi%20package" alt="Package version">
2525
</a>
@@ -29,7 +29,7 @@
2929

3030
**Documentation**: <a href="https://sqlmodel.tiangolo.com" target="_blank">https://sqlmodel.tiangolo.com</a>
3131

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

3434
---
3535

@@ -233,4 +233,4 @@ And at the same time, ✨ it is also a **Pydantic** model ✨. You can use inher
233233

234234
## License
235235

236-
This project is licensed under the terms of the [MIT license](https://github.com/tiangolo/sqlmodel/blob/main/LICENSE).
236+
This project is licensed under the terms of the [MIT license](https://github.com/fastapi/sqlmodel/blob/main/LICENSE).

docs/management-tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ When a question in GitHub Discussions has been answered, mark the answer by clic
112112

113113
Many of the current Discussion Questions were migrated from old issues. Many have the label `answered`, that means they were answered when they were issues, but now in GitHub Discussions, it's not known what is the actual response from the messages.
114114

115-
You can filter discussions by <a href="https://github.com/tiangolo/sqlmodel/discussions/categories/questions?discussions_q=category:Questions+is:open+is:unanswered" class="external-link" target="_blank">`Questions` that are `Unanswered`</a>.
115+
You can filter discussions by <a href="https://github.com/fastapi/sqlmodel/discussions/categories/questions?discussions_q=category:Questions+is:open+is:unanswered" class="external-link" target="_blank">`Questions` that are `Unanswered`</a>.

mkdocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ theme:
5252
logo: img/icon-white.svg
5353
favicon: img/favicon.png
5454
language: en
55-
repo_name: tiangolo/sqlmodel
56-
repo_url: https://github.com/tiangolo/sqlmodel
55+
repo_name: fastapi/sqlmodel
56+
repo_url: https://github.com/fastapi/sqlmodel
5757
plugins:
5858
# Material for MkDocs
5959
search:
@@ -201,7 +201,7 @@ extra:
201201
Thanks for your feedback!
202202
social:
203203
- icon: fontawesome/brands/github-alt
204-
link: https://github.com/tiangolo/sqlmodel
204+
link: https://github.com/fastapi/sqlmodel
205205
- icon: fontawesome/brands/twitter
206206
link: https://twitter.com/tiangolo
207207
- icon: fontawesome/brands/linkedin

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dependencies = [
4040
]
4141

4242
[project.urls]
43-
Homepage = "https://github.com/tiangolo/sqlmodel"
43+
Homepage = "https://github.com/fastapi/sqlmodel"
4444
Documentation = "https://sqlmodel.tiangolo.com"
45-
Repository = "https://github.com/tiangolo/sqlmodel"
45+
Repository = "https://github.com/fastapi/sqlmodel"
4646

4747
[tool.pdm]
4848
version = { source = "file", path = "sqlmodel/__init__.py" }

0 commit comments

Comments
 (0)