From e3be56b51cf5cd17fb70e4f0c95bc66154280d88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?=
- - + + - - + + - - + + @@ -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 ---