diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9c832509..3c5dc72e 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/asyncer/discussions/categories/questions + url: https://github.com/fastapi/asyncer/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/asyncer/discussions/categories/questions + url: https://github.com/fastapi/asyncer/discussions/categories/questions - name: Show and tell about: Show what you built with Asyncer or to be used with Asyncer. - url: https://github.com/tiangolo/asyncer/discussions/categories/show-and-tell + url: https://github.com/fastapi/asyncer/discussions/categories/show-and-tell diff --git a/.github/ISSUE_TEMPLATE/privileged.yml b/.github/ISSUE_TEMPLATE/privileged.yml index 08fcfe10..0959e2c7 100644 --- a/.github/ISSUE_TEMPLATE/privileged.yml +++ b/.github/ISSUE_TEMPLATE/privileged.yml @@ -6,7 +6,7 @@ body: value: | Thanks for your interest in Asyncer! π - 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/asyncer/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/asyncer/discussions/categories/questions) instead. - type: checkboxes id: privileged attributes: diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index b52105fb..bf983289 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 6947478d..1271f764 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/asyncer' +repository-code: 'https://github.com/fastapi/asyncer' url: 'https://asyncer.tiangolo.com' abstract: >- Asyncer, async and await, focused on developer experience. diff --git a/README.md b/README.md index a3cc6513..efcd3c0c 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Asyncer, async and await, focused on developer experience.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -22,7 +22,7 @@
**Documentation**: https://asyncer.tiangolo.com
-**Source Code**: https://github.com/tiangolo/asyncer
+**Source Code**: https://github.com/fastapi/asyncer
---
@@ -122,4 +122,4 @@ Everything in **Asyncer** is designed to get the best **developer experience** p
## License
-This project is licensed under the terms of the [MIT license](https://github.com/tiangolo/asyncer/blob/main/LICENSE).
+This project is licensed under the terms of the [MIT license](https://github.com/fastapi/asyncer/blob/main/LICENSE).
diff --git a/docs/help.md b/docs/help.md
index cea3ac5b..522f6901 100644
--- a/docs/help.md
+++ b/docs/help.md
@@ -28,13 +28,13 @@ You can subscribe to the (infrequent) https://github.com/tiangolo/asyncer. βοΈ
+You can "star" Asyncer in GitHub (clicking the star button at the top right): https://github.com/fastapi/asyncer. βοΈ
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" Asyncer in GitHub (clicking the "watch" button at the top right): https://github.com/tiangolo/asyncer. π
+You can "watch" Asyncer in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/asyncer. π
There you can select "Releases only".
@@ -60,7 +60,7 @@ You can:
## Tweet about **Asyncer**
-Tweet about **Asyncer** and let me and others know why you like it. π
+Tweet about **Asyncer** and let me and others know why you like it. π
I love to hear about how **Asyncer** is being used, what you have liked in it, in which project/company are you using it, etc.
@@ -68,8 +68,8 @@ I love to hear about how **Asyncer** is being used, what you have liked in it, i
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. π€
@@ -118,7 +118,7 @@ If they reply, there's a high chance you would have solved their problem, congra
## Watch the GitHub repository
-You can "watch" Asyncer in GitHub (clicking the "watch" button at the top right): https://github.com/tiangolo/asyncer. π
+You can "watch" Asyncer in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/asyncer. π
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.
@@ -126,7 +126,7 @@ Then you can try and help them solve those questions.
## Ask Questions
-You can create a new issue in the GitHub repository, for example to:
+You can create a new issue in the GitHub repository, for example to:
* Ask a **question** or ask about a **problem**.
* Suggest a new **feature**.
@@ -220,7 +220,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 4970472e..b55d6ed3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -9,14 +9,14 @@
Asyncer, async and await, focused on developer experience.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -26,7 +26,7 @@
**Documentation**: https://asyncer.tiangolo.com
-**Source Code**: https://github.com/tiangolo/asyncer
+**Source Code**: https://github.com/fastapi/asyncer
---
@@ -126,4 +126,4 @@ Everything in **Asyncer** is designed to get the best **developer experience** p
## License
-This project is licensed under the terms of the [MIT license](https://github.com/tiangolo/asyncer/blob/main/LICENSE).
+This project is licensed under the terms of the [MIT license](https://github.com/fastapi/asyncer/blob/main/LICENSE).
diff --git a/docs/management-tasks.md b/docs/management-tasks.md
index 6fdd238c..86b7df1e 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 7989bab3..7f6afb0e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -51,8 +51,8 @@ theme:
logo: img/icon-white.svg
favicon: img/favicon.png
language: en
-repo_name: tiangolo/asyncer
-repo_url: https://github.com/tiangolo/asyncer
+repo_name: fastapi/asyncer
+repo_url: https://github.com/fastapi/asyncer
plugins:
# Material for MkDocs
search:
@@ -147,7 +147,7 @@ extra:
Thanks for your feedback!
social:
- icon: fontawesome/brands/github-alt
- link: https://github.com/tiangolo/asyncer
+ link: https://github.com/fastapi/asyncer
- icon: fontawesome/brands/twitter
link: https://twitter.com/tiangolo
- icon: fontawesome/brands/linkedin
diff --git a/pyproject.toml b/pyproject.toml
index 2f8b7820..a86826ef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,9 +36,9 @@ dependencies = [
]
[project.urls]
-Homepage = "https://github.com/tiangolo/asyncer"
+Homepage = "https://github.com/fastapi/asyncer"
Documentation = "https://asyncer.tiangolo.com"
-Repository = "https://github.com/tiangolo/asyncer"
+Repository = "https://github.com/fastapi/asyncer"
[tool.pdm]
version = { source = "file", path = "asyncer/__init__.py" }