Skip to content

Commit 04fab92

Browse files
committed
Fix links
1 parent f85e887 commit 04fab92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/execution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The `TradingState` enum has three variants:
147147
- `REDUCING`: The system will only process cancels or commands that reduce open positions
148148

149149
:::info
150-
See the `RiskEngineConfig` [API Reference](https://nautilustrader.io/docs/latest/api_reference/config#risk) for further details.
150+
See the `RiskEngineConfig` [API Reference](../api_reference/config#risk) for further details.
151151
:::
152152

153153
## Execution algorithms
@@ -382,7 +382,7 @@ This is useful in situations where, at system start, there is no cached state or
382382
a strategy to resume its operations and continue managing existing open orders at the venue for an instrument.
383383

384384
:::info
385-
See the `LiveExecEngineConfig` [API Reference](/api_reference/config#class-liveexecengineconfig) for further details.
385+
See the `LiveExecEngineConfig` [API Reference](../api_reference/config#class-liveexecengineconfig) for further details.
386386
:::
387387

388388
### Reconciliation procedure

0 commit comments

Comments
 (0)