Skip to content

Commit 10575de

Browse files
authored
404 errors fix (#1853)
1 parent eae9b83 commit 10575de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/any-api/api-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ constructor(){
420420

421421
<Aside type="caution" title="Updating oracle addresses">
422422

423-
If an oracle provider supports listing their oracle on ENS, that provides the added security of being able to update any issues that may arise. The tradeoff here is that by using their ENS record, you are allowing whoever controls that record and the corresponding code it points to. If your contract does this, you must either audit the updated code and make sure it matches [Operator.sol](https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/Operator.sol) or trust whoever can update the records.
423+
If an oracle provider supports listing their oracle on ENS, that provides the added security of being able to update any issues that may arise. The tradeoff here is that by using their ENS record, you are allowing whoever controls that record and the corresponding code it points to. If your contract does this, you must either audit the updated code and make sure it matches [Operator.sol](https://github.com/smartcontractkit/chainlink/blob/master/contracts/src/v0.8/operatorforwarder/dev/Operator.sol) or trust whoever can update the records.
424424

425425
</Aside>
426426

src/content/ccip/tutorials/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
section: ccip
33
date: Last Modified
44
title: "CCIP tutorials"
5+
isIndex: true
56
---
67

78
You can explore several comprehensive guides to learn about cross-chain interoperability using CCIP. These tutorials provide step-by-step instructions to help you understand different patterns that you can incorporate into your blockchain projects.

0 commit comments

Comments
 (0)