Skip to content

Commit cec7b35

Browse files
authored
Merge pull request #3332 from ava-labs/acps/fix-link
`ACPS` fix acps linking to raw github md
2 parents 82ab5bb + b95498d commit cec7b35

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ package-lock.json
143143

144144

145145

146+
146147
# Remote content output paths
147148
content/docs/acps/103-dynamic-fees.mdx
148149
content/docs/acps/108-evm-event-importing.mdx
@@ -162,6 +163,7 @@ content/docs/acps/209-eip7702-style-account-abstraction.mdx
162163
content/docs/acps/224-dynamic-gas-limit-in-subnet-evm.mdx
163164
content/docs/acps/226-dynamic-minimum-block-times.mdx
164165
content/docs/acps/23-p-chain-native-transfers.mdx
166+
content/docs/acps/236-continuous-staking.mdx
165167
content/docs/acps/24-shanghai-eips.mdx
166168
content/docs/acps/25-vm-application-errors.mdx
167169
content/docs/acps/30-avalanche-warp-x-evm.mdx

content/docs/acps/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"---Overview---",
88
"index",
99
"---Standards Track ACPs---",
10+
"236-continuous-staking",
1011
"226-dynamic-minimum-block-times",
1112
"224-dynamic-gas-limit-in-subnet-evm",
1213
"209-eip7702-style-account-abstraction",

utils/remote-content/acps.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async function generateAcpConfigs(): Promise<FileConfig[]> {
209209
outputPath: "content/docs/acps/index.mdx",
210210
title: "Avalanche Community Proposals (ACPs)",
211211
description: "Official framework for proposing improvements and gathering consensus around changes to the Avalanche Network",
212-
contentUrl: "https://raw.githubusercontent.com/avalanche-foundation/ACPs/main/",
212+
contentUrl: "https://github.com/avalanche-foundation/ACPs/blob/main/",
213213
});
214214

215215
// Generate configs for each ACP

0 commit comments

Comments
 (0)