Skip to content

Commit 49330b8

Browse files
committed
link fix
1 parent e0ad8b4 commit 49330b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/chainlink-nodes/v1/node-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ HTTPWriteTimeout controls how long the Chainlink node's API server can hold a so
651651
HTTPPort = 6688 # Default
652652
```
653653

654-
HTTPPort is the port used for the Chainlink Node API, [CLI](/docs/configuration-variables/#cli-client), and GUI.
654+
HTTPPort is the port used for the Chainlink Node API, [CLI](/chainlink-nodes/configuring-nodes), and GUI.
655655

656656
### SecureCookies
657657

@@ -16532,7 +16532,7 @@ Finality for a block is solely defined by the finality related tags provided by
1653216532
FlagsContractAddress = '0xae4E781a6218A8031764928E88d457937A954fC3' # Example
1653316533
```
1653416534

16535-
FlagsContractAddress can optionally point to a [Flags contract](../contracts/src/v0.8/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
16535+
FlagsContractAddress can optionally point to a [Flags contract](https://github.com/smartcontractkit/chainlink-evm/blob/develop/contracts/src/v0.8/l2ep/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
1653616536

1653716537
### LinkContractAddress
1653816538

0 commit comments

Comments
 (0)