From cd1fb5e4aede203a9b6e3e931eb85306d16b3a7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?=
-
-
+
+
-
-
+
+
-
-
+
+
@@ -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 8dc524b..6e5fe58 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 6489f45..f5a34f8 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 14a4815..f8deb99 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 0ffa87c..d4e3963 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 14a1432..11e83da 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" }