Skip to content

Commit

Permalink
Fix dead link to runtime API docs (PrefectHQ#9116)
Browse files Browse the repository at this point in the history
  • Loading branch information
billpalombi committed Apr 6, 2023
1 parent 4a1b44a commit 7db5877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/runtime-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ my_flow(1)

Above, we demonstrate access to information about the current flow run, task run, and deployment. If you run this locally, you should see `"i belong to deployment None"` logged. When information is not available, the runtime will always return an empty value. Since we've run this flow without a deployment, there is no data in the deployment module. If this flow was deployed and executed by an agent, we'd see the name of the deployment instead.

See the [runtime API reference](/api-ref/prefect/runtime/) for a full list of available attributes.
See the [runtime API reference](/api-ref/prefect/runtime/flow_run/) for a full list of available attributes.

## Accessing the run context directly

Expand Down

0 comments on commit 7db5877

Please sign in to comment.