-
-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Update docs links, from tiangolo to new fastapi org (#919)
- Loading branch information
Showing
11 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ contact_links: | |
about: Please report security vulnerabilities to [email protected] | ||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ authors: | |
family-names: Ramírez | ||
email: [email protected] | ||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ origin [email protected]:yourusername/typer.git (fetch) | |
origin [email protected]: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 [email protected]:yourusername/typer.git (fetch) | ||
origin [email protected]: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) | ||
``` | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters