Skip to content

Commit 782b682

Browse files
committed
fix links
1 parent 16095ac commit 782b682

File tree

5 files changed

+8
-31
lines changed

5 files changed

+8
-31
lines changed

reports/llms-report.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"startedAt": "2025-12-12T21:54:23.121Z",
2+
"startedAt": "2025-12-15T17:03:43.006Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
@@ -79,16 +79,16 @@
7979
"pagesProcessed": 25,
8080
"outputPath": "src/content/chainlink-automation/llms-full.txt",
8181
"bytes": 197667,
82-
"prevBytes": 196013,
83-
"deltaBytes": 1654
82+
"prevBytes": 197667,
83+
"deltaBytes": 0
8484
},
8585
{
8686
"section": "resources",
8787
"pagesProcessed": 12,
8888
"outputPath": "src/content/resources/llms-full.txt",
89-
"bytes": 341272,
89+
"bytes": 340411,
9090
"prevBytes": 341272,
91-
"deltaBytes": 0
91+
"deltaBytes": -861
9292
},
9393
{
9494
"section": "architecture-overview",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-12T21:54:26.892Z"
126+
"finishedAt": "2025-12-15T17:03:47.155Z"
127127
}

src/components/Footer/Footer.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
<li class="footer-list-item">
6060
<a href="https://chain.link/community" class="footer-list-item-link"> Community overview</a>
6161
</li>
62-
<li class="footer-list-item">
63-
<a href="https://chain.link/community/grants" class="footer-list-item-link"> Grant program</a>
64-
</li>
6562
<li class="footer-list-item">
6663
<a href="https://chain.link/community/events" class="footer-list-item-link"> Events</a>
6764
</li>

src/content/resources/contributing-to-chainlink.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,3 @@ If you're interested in running an in-person meetup or watch party, [reach out t
123123
Chainlink runs hackathons multiple times per year and often sponsors other hackathons across the blockchain ecosystem. Participating in a hackathon that Chainlink is a part of is a great way to learn how to use Chainlink. It is also a great way to showcase your skills to the Chainlink team and the wider community. Hackathons are a popular place for recruiting talent into the blockchain ecosystem.
124124

125125
To stay up to date on the hackathons that Chainlink is running or sponsoring, keep an eye out on the official Chainlink social media channels, and sign up for our [developer newsletter](/resources/developer-communications).
126-
127-
## Applying for a grant
128-
129-
The [Chainlink grant program](https://chain.link/community/grants) encourages development of critical developer tooling, add high-quality data, and the launch key services around the Chainlink Network. Grant categories include community, integration, bug bounty, research, and social impact grants. If you have a great idea that fits into one of these categories, you can apply for a grant. If successful, you will receive the funding and support needed to successfully build and implement your idea.
130-
131-
For more information about the grant program, go to the [Chainlink Grants web page](https://chain.link/community/grants).

src/content/resources/link-token-contracts.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,6 @@ ETH is used to pay for transactions on the Kroma mainnet.
900900

901901
Testnet ETH is used to pay for transactions on the Kroma testnet.
902902

903-
Testnet Native and LINK are available at [faucets.chain.link/kroma-testnet](https://faucets.chain.link/kroma-testnet).
904-
905903
| Parameter | Value |
906904
| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
907905
| `ETH_CHAIN_ID` | `2358` |
@@ -1970,8 +1968,6 @@ ETH is used to pay for transactions on the Zircuit mainnet.
19701968

19711969
Testnet ETH is used to pay for transactions on the Zircuit testnet.
19721970

1973-
Testnet Native and LINK are available at [faucets.chain.link/zircuit-sepolia](https://faucets.chain.link/zircuit-sepolia).
1974-
19751971
| Parameter | Value |
19761972
| :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
19771973
| `ETH_CHAIN_ID` | `48899` |
@@ -1984,7 +1980,7 @@ Testnet Native and LINK are available at [faucets.chain.link/zircuit-sepolia](ht
19841980

19851981
### ZKsync Era Mainnet
19861982

1987-
ETH is used to pay for transactions on ZKsync Era Mainnet. Use the recommended [ZKsync Bridges](https://zksync.io/explore#bridges) to transfer ETH from Ethereum to ZKsync.
1983+
ETH is used to pay for transactions on ZKsync Era Mainnet. Use the recommended [ZKsync Bridges](https://docs.zksync.io/zksync-network/zksync-era/ecosystem/bridges) to transfer ETH from Ethereum to ZKsync.
19881984

19891985
| Parameter | Value |
19901986
| :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

src/content/resources/llms-full.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,6 @@ Chainlink runs hackathons multiple times per year and often sponsors other hacka
285285

286286
To stay up to date on the hackathons that Chainlink is running or sponsoring, keep an eye out on the official Chainlink social media channels, and sign up for our [developer newsletter](/resources/developer-communications).
287287

288-
## Applying for a grant
289-
290-
The [Chainlink grant program](https://chain.link/community/grants) encourages development of critical developer tooling, add high-quality data, and the launch key services around the Chainlink Network. Grant categories include community, integration, bug bounty, research, and social impact grants. If you have a great idea that fits into one of these categories, you can apply for a grant. If successful, you will receive the funding and support needed to successfully build and implement your idea.
291-
292-
For more information about the grant program, go to the [Chainlink Grants web page](https://chain.link/community/grants).
293-
294288
---
295289

296290
# Install Frameworks
@@ -1664,8 +1658,6 @@ ETH is used to pay for transactions on the Kroma mainnet.
16641658

16651659
Testnet ETH is used to pay for transactions on the Kroma testnet.
16661660

1667-
Testnet Native and LINK are available at [faucets.chain.link/kroma-testnet](https://faucets.chain.link/kroma-testnet).
1668-
16691661
| Parameter | Value |
16701662
| :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
16711663
| `ETH_CHAIN_ID` | `2358` |
@@ -2735,8 +2727,6 @@ ETH is used to pay for transactions on the Zircuit mainnet.
27352727

27362728
Testnet ETH is used to pay for transactions on the Zircuit testnet.
27372729

2738-
Testnet Native and LINK are available at [faucets.chain.link/zircuit-sepolia](https://faucets.chain.link/zircuit-sepolia).
2739-
27402730
| Parameter | Value |
27412731
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
27422732
| `ETH_CHAIN_ID` | `48899` |
@@ -2749,7 +2739,7 @@ Testnet Native and LINK are available at [faucets.chain.link/zircuit-sepolia](ht
27492739

27502740
### ZKsync Era Mainnet
27512741

2752-
ETH is used to pay for transactions on ZKsync Era Mainnet. Use the recommended [ZKsync Bridges](https://zksync.io/explore#bridges) to transfer ETH from Ethereum to ZKsync.
2742+
ETH is used to pay for transactions on ZKsync Era Mainnet. Use the recommended [ZKsync Bridges](https://docs.zksync.io/zksync-network/zksync-era/ecosystem/bridges) to transfer ETH from Ethereum to ZKsync.
27532743

27542744
| Parameter | Value |
27552745
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

0 commit comments

Comments
 (0)