Skip to content

Commit f737dc0

Browse files
committed
fix links
1 parent 782b682 commit f737dc0

File tree

5 files changed

+9
-23
lines changed

5 files changed

+9
-23
lines changed

reports/llms-report.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"startedAt": "2025-12-15T17:03:43.006Z",
2+
"startedAt": "2025-12-15T17:15:14.069Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
@@ -14,9 +14,9 @@
1414
"section": "cre-ts",
1515
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 629623,
17+
"bytes": 629202,
1818
"prevBytes": 629623,
19-
"deltaBytes": 0
19+
"deltaBytes": -421
2020
},
2121
{
2222
"section": "vrf",
@@ -86,9 +86,9 @@
8686
"section": "resources",
8787
"pagesProcessed": 12,
8888
"outputPath": "src/content/resources/llms-full.txt",
89-
"bytes": 340411,
90-
"prevBytes": 341272,
91-
"deltaBytes": -861
89+
"bytes": 340412,
90+
"prevBytes": 340411,
91+
"deltaBytes": 1
9292
},
9393
{
9494
"section": "architecture-overview",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-15T17:03:47.155Z"
126+
"finishedAt": "2025-12-15T17:15:18.320Z"
127127
}

src/content/cre/llms-full-ts.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14491,13 +14491,6 @@ const onLogTrigger = (runtime: Runtime<Config>, log: EVMLog): string => {
1449114491
}
1449214492
```
1449314493

14494-
<Aside type="note" title="Using contract ABIs">
14495-
For type-safe event handling, organize your contract ABIs in separate TypeScript files (e.g.,
14496-
`contracts/abi/MyContract.ts`) as demonstrated in the [demo
14497-
workflow](https://github.com/smartcontractkit/cre-cli/tree/main/examples/proof-of-reserve). Define ABIs as `const`
14498-
arrays with full JSON ABI structures for optimal TypeScript type inference with viem.
14499-
</Aside>
14500-
1450114494
---
1450214495

1450314496
# SDK Reference: HTTP Trigger

src/content/cre/reference/sdk/triggers/evm-log-trigger-ts.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,3 @@ const onLogTrigger = (runtime: Runtime<Config>, log: EVMLog): string => {
274274
return "Log decoded"
275275
}
276276
```
277-
278-
<Aside type="note" title="Using contract ABIs">
279-
For type-safe event handling, organize your contract ABIs in separate TypeScript files (e.g.,
280-
`contracts/abi/MyContract.ts`) as demonstrated in the [demo
281-
workflow](https://github.com/smartcontractkit/cre-cli/tree/main/examples/proof-of-reserve). Define ABIs as `const`
282-
arrays with full JSON ABI structures for optimal TypeScript type inference with viem.
283-
</Aside>

src/content/resources/hackathon-resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are new to Smart Contracts, read the [Getting Started Guide](/getting-sta
5757
### BUILD projects
5858

5959
- [Source Network](https://source.network/)
60-
- [Thirdfi](https://www.thirdfi.org/)
60+
- [Thirdfi](https://data.thirdfi.org/)
6161

6262
## Join the community
6363

src/content/resources/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ If you are new to Smart Contracts, read the [Getting Started Guide](/getting-sta
691691
### BUILD projects
692692

693693
- [Source Network](https://source.network/)
694-
- [Thirdfi](https://www.thirdfi.org/)
694+
- [Thirdfi](https://data.thirdfi.org/)
695695

696696
## Join the community
697697

0 commit comments

Comments
 (0)