diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index aede7ea1a7..8e589cd6ab 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/typer/discussions/categories/questions + url: https://github.com/fastapi/typer/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/typer/discussions/categories/questions + url: https://github.com/fastapi/typer/discussions/categories/questions - name: Show and tell about: Show what you built with Typer or to be used with Typer. - url: https://github.com/tiangolo/typer/discussions/categories/show-and-tell + url: https://github.com/fastapi/typer/discussions/categories/show-and-tell diff --git a/.github/ISSUE_TEMPLATE/privileged.yml b/.github/ISSUE_TEMPLATE/privileged.yml index f8acd76f2e..8037408426 100644 --- a/.github/ISSUE_TEMPLATE/privileged.yml +++ b/.github/ISSUE_TEMPLATE/privileged.yml @@ -6,7 +6,7 @@ body: value: | Thanks for your interest in Typer! 🚀 - 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/typer/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/typer/discussions/categories/questions) instead. - type: checkboxes id: privileged attributes: diff --git a/CITATION.cff b/CITATION.cff index 43da1f3c89..5fe4aa2d34 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/typer' +repository-code: 'https://github.com/fastapi/typer' url: 'https://typer.tiangolo.com' abstract: >- Typer, build great CLIs. Easy to code. Based on Python type hints. diff --git a/README.md b/README.md index 1e9077ebe4..49b441055f 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Typer, build great CLIs. Easy to code. Based on Python type hints.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -23,7 +23,7 @@
**Documentation**: https://typer.tiangolo.com
-**Source Code**: https://github.com/tiangolo/typer
+**Source Code**: https://github.com/fastapi/typer
---
diff --git a/docs/help-typer.md b/docs/help-typer.md
index 11596d7024..26c5cd6474 100644
--- a/docs/help-typer.md
+++ b/docs/help-typer.md
@@ -22,13 +22,13 @@ You can subscribe to the (infrequent) [**FastAPI and friends** newsletter](/news
## Star **Typer** in GitHub
-You can "star" Typer in GitHub (clicking the star button at the top right): https://github.com/tiangolo/typer.
+You can "star" Typer in GitHub (clicking the star button at the top right): https://github.com/fastapi/typer.
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" Typer in GitHub (clicking the "watch" button at the top right): https://github.com/tiangolo/typer.
+You can "watch" Typer in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/typer.
There you can select "Releases only".
@@ -54,7 +54,7 @@ You can:
## Tweet about **Typer**
-Tweet about **Typer** and let me and others know why you like it.
+Tweet about **Typer** and let me and others know why you like it.
I love to hear about how **Typer** is being used, what have you liked in it, in which project/company you are using it, etc.
@@ -62,8 +62,8 @@ I love to hear about how **Typer** is being used, what have you liked in it, in
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" Typer in GitHub (clicking the "watch" button at the top right): https://github.com/tiangolo/typer.
+You can "watch" Typer in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/typer.
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 d8a6addb5f..9996f64800 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -12,14 +12,14 @@
Typer, build great CLIs. Easy to code. Based on Python type hints.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -29,7 +29,7 @@
**Documentation**: https://typer.tiangolo.com
-**Source Code**: https://github.com/tiangolo/typer
+**Source Code**: https://github.com/fastapi/typer
---
diff --git a/docs/management-tasks.md b/docs/management-tasks.md
index e53bb28b6c..879e0a0c3f 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/docs/tutorial/subcommands/index.md b/docs/tutorial/subcommands/index.md
index 86df1af904..b20e21b578 100644
--- a/docs/tutorial/subcommands/index.md
+++ b/docs/tutorial/subcommands/index.md
@@ -23,7 +23,7 @@ origin git@github.com:yourusername/typer.git (fetch)
origin git@github.com:yourusername/typer.git (push)
// git remote add takes 2 CLI arguments, a name and URL
-$ git remote add upstream https://github.com/tiangolo/typer.git
+$ git remote add upstream https://github.com/fastapi/typer.git
// Doesn't output anything, but now you have another remote repository called upstream
@@ -32,8 +32,8 @@ $ git remote -v
origin git@github.com:yourusername/typer.git (fetch)
origin git@github.com:yourusername/typer.git (push)
-upstream https://github.com/tiangolo/typer.git (fetch)
-upstream https://github.com/tiangolo/typer.git (push)
+upstream https://github.com/fastapi/typer.git (fetch)
+upstream https://github.com/fastapi/typer.git (push)
```
diff --git a/mkdocs.yml b/mkdocs.yml
index 4004de1556..cf15b162d9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -53,8 +53,8 @@ theme:
logo: img/icon.svg
favicon: img/favicon.png
language: en
-repo_name: tiangolo/typer
-repo_url: https://github.com/tiangolo/typer
+repo_name: fastapi/typer
+repo_url: https://github.com/fastapi/typer
plugins:
# Material for MkDocs
search:
@@ -210,7 +210,7 @@ extra:
Thanks for your feedback!
social:
- icon: fontawesome/brands/github-alt
- link: https://github.com/tiangolo/typer
+ link: https://github.com/fastapi/typer
- icon: fontawesome/brands/twitter
link: https://twitter.com/tiangolo
- icon: fontawesome/brands/linkedin
diff --git a/pyproject.toml b/pyproject.toml
index c69e7c190c..4508359417 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
readme = "README.md"
[project.urls]
Documentation = "https://typer.tiangolo.com/"
-homepage = "https://github.com/tiangolo/typer"
+homepage = "https://github.com/fastapi/typer"
[project.optional-dependencies]
standard = [
diff --git a/typer-cli/README.md b/typer-cli/README.md
index 0ebe65102c..d4700f743a 100644
--- a/typer-cli/README.md
+++ b/typer-cli/README.md
@@ -5,14 +5,14 @@
Typer, build great CLIs. Easy to code. Based on Python type hints.
-
-
+
+
-
-
+
+
-
-
+
+
@@ -22,7 +22,7 @@
**Documentation**: https://typer.tiangolo.com/tutorial/typer-command/
-**Source Code**: https://github.com/tiangolo/typer
+**Source Code**: https://github.com/fastapi/typer
---