diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 46a5c2c2..b4f46138 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,10 +4,10 @@ contact_links: about: Please report security vulnerabilities to security@tiangolo.com - name: Question or Problem about: Ask a question or ask about a problem in GitHub Discussions. - url: https://github.com/tiangolo/sqlmodel/discussions/categories/questions + url: https://github.com/fastapi/sqlmodel/discussions/categories/questions - name: Feature Request 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. - url: https://github.com/tiangolo/sqlmodel/discussions/categories/questions + url: https://github.com/fastapi/sqlmodel/discussions/categories/questions - name: Show and tell about: Show what you built with SQLModel or to be used with SQLModel. - url: https://github.com/tiangolo/sqlmodel/discussions/categories/show-and-tell + url: https://github.com/fastapi/sqlmodel/discussions/categories/show-and-tell diff --git a/.github/ISSUE_TEMPLATE/privileged.yml b/.github/ISSUE_TEMPLATE/privileged.yml index da11e718..8cc60026 100644 --- a/.github/ISSUE_TEMPLATE/privileged.yml +++ b/.github/ISSUE_TEMPLATE/privileged.yml @@ -6,7 +6,7 @@ body: value: | Thanks for your interest in SQLModel! π - 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. + 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. - type: checkboxes id: privileged attributes: diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 4e1a5f7e..038491f8 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -19,7 +19,7 @@ permissions: jobs: issue-manager: - if: github.repository_owner == 'tiangolo' + if: github.repository_owner == 'fastapi' runs-on: ubuntu-latest steps: - name: Dump GitHub context diff --git a/CITATION.cff b/CITATION.cff index 978031d5..5ea2d619 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,7 +12,7 @@ authors: family-names: RamΓrez email: tiangolo@gmail.com identifiers: -repository-code: 'https://github.com/tiangolo/sqlmodel' +repository-code: 'https://github.com/fastapi/sqlmodel' url: 'https://sqlmodel.tiangolo.com' abstract: >- SQLModel, SQL databases in Python, designed for diff --git a/README.md b/README.md index a9e2241a..d62606ed 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -23,7 +23,7 @@
**Documentation**: https://sqlmodel.tiangolo.com
-**Source Code**: https://github.com/tiangolo/sqlmodel
+**Source Code**: https://github.com/fastapi/sqlmodel
---
@@ -220,4 +220,4 @@ And at the same time, β¨ it is also a **Pydantic** model β¨. You can use inher
## License
-This project is licensed under the terms of the [MIT license](https://github.com/tiangolo/sqlmodel/blob/main/LICENSE).
+This project is licensed under the terms of the [MIT license](https://github.com/fastapi/sqlmodel/blob/main/LICENSE).
diff --git a/docs/help.md b/docs/help.md
index 8dc524b2..6e5fe581 100644
--- a/docs/help.md
+++ b/docs/help.md
@@ -22,13 +22,13 @@ You can subscribe to the (infrequent) https://github.com/tiangolo/sqlmodel. βοΈ
+You can "star" SQLModel in GitHub (clicking the star button at the top right): https://github.com/fastapi/sqlmodel. βοΈ
By adding a star, other users will be able to find it more easily and see that it has been already useful for others.
## Watch the GitHub repository for releases
-You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): https://github.com/tiangolo/sqlmodel. π
+You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/sqlmodel. π
There you can select "Releases only".
@@ -54,7 +54,7 @@ You can:
## Tweet about **SQLModel**
-Tweet about **SQLModel** and let me and others know why you like it. π
+Tweet about **SQLModel** and let me and others know why you like it. π
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.
@@ -62,8 +62,8 @@ I love to hear about how **SQLModel** is being used, what you have liked in it,
You can try and help others with their questions in:
-* GitHub Discussions
-* GitHub Issues
+* GitHub Discussions
+* GitHub Issues
In many cases you might already know the answer for those questions. π€
@@ -112,7 +112,7 @@ If they reply, there's a high chance you would have solved their problem, congra
## Watch the GitHub repository
-You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): https://github.com/tiangolo/sqlmodel. π
+You can "watch" SQLModel in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/sqlmodel. π
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.
@@ -120,7 +120,7 @@ Then you can try and help them solve those questions.
## Ask Questions
-You can create a new question in the GitHub repository, for example to:
+You can create a new question in the GitHub repository, for example to:
* Ask a **question** or ask about a **problem**.
* Suggest a new **feature**.
@@ -214,7 +214,7 @@ Join the π₯ GitHub Discussions, there's a much better chance you will receive help there.
+For questions, ask them in GitHub Discussions, there's a much better chance you will receive help there.
Use the chat only for other general conversations.
diff --git a/docs/index.md b/docs/index.md
index 6489f45a..f5a34f83 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,14 +12,14 @@
SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -29,7 +29,7 @@
**Documentation**: https://sqlmodel.tiangolo.com
-**Source Code**: https://github.com/tiangolo/sqlmodel
+**Source Code**: https://github.com/fastapi/sqlmodel
---
@@ -233,4 +233,4 @@ And at the same time, β¨ it is also a **Pydantic** model β¨. You can use inher
## License
-This project is licensed under the terms of the [MIT license](https://github.com/tiangolo/sqlmodel/blob/main/LICENSE).
+This project is licensed under the terms of the [MIT license](https://github.com/fastapi/sqlmodel/blob/main/LICENSE).
diff --git a/docs/management-tasks.md b/docs/management-tasks.md
index 14a48150..f8deb992 100644
--- a/docs/management-tasks.md
+++ b/docs/management-tasks.md
@@ -112,4 +112,4 @@ When a question in GitHub Discussions has been answered, mark the answer by clic
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.
-You can filter discussions by `Questions` that are `Unanswered`.
+You can filter discussions by `Questions` that are `Unanswered`.
diff --git a/mkdocs.yml b/mkdocs.yml
index 0ffa87c8..d4e3963e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -52,8 +52,8 @@ theme:
logo: img/icon-white.svg
favicon: img/favicon.png
language: en
-repo_name: tiangolo/sqlmodel
-repo_url: https://github.com/tiangolo/sqlmodel
+repo_name: fastapi/sqlmodel
+repo_url: https://github.com/fastapi/sqlmodel
plugins:
# Material for MkDocs
search:
@@ -201,7 +201,7 @@ extra:
Thanks for your feedback!
social:
- icon: fontawesome/brands/github-alt
- link: https://github.com/tiangolo/sqlmodel
+ link: https://github.com/fastapi/sqlmodel
- icon: fontawesome/brands/twitter
link: https://twitter.com/tiangolo
- icon: fontawesome/brands/linkedin
diff --git a/pyproject.toml b/pyproject.toml
index 14a1432c..11e83daa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,9 +40,9 @@ dependencies = [
]
[project.urls]
-Homepage = "https://github.com/tiangolo/sqlmodel"
+Homepage = "https://github.com/fastapi/sqlmodel"
Documentation = "https://sqlmodel.tiangolo.com"
-Repository = "https://github.com/tiangolo/sqlmodel"
+Repository = "https://github.com/fastapi/sqlmodel"
[tool.pdm]
version = { source = "file", path = "sqlmodel/__init__.py" }