Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor markdown link fix in orchestration docs #8660

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/orchestration.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ There are numerous ways to begin exploring the API:

- Navigate to [http://127.0.0.1:4200/docs](http://127.0.0.1:4200/docs) (or your corresponding API URL) to see the autogenerated Swagger API documentation.
- Navigate to [http://127.0.0.1:4200/redoc](http://127.0.0.1:4200/redoc) (or your corresponding API URL) to see the autogenerated Redoc API documentation.
- Instantiate [an asynchronous `PrefectClient`][/api-ref/prefect/client/orchestration/#prefect.client.orchestration.PrefectClient] within Python to send requests to the API.
- Instantiate [an asynchronous `PrefectClient`](/api-ref/prefect/client/orchestration/#prefect.client.orchestration.PrefectClient) within Python to send requests to the API.

To stop an instance of the Prefect server, simply **CTRL+C** to end the process in your terminal, or close the terminal session.

Expand Down