Skip to content

Commit

Permalink
Update dead link pointers.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
loopy811 authored Mar 4, 2025
1 parent be213c1 commit 51d5b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/papyrus_node/src/config/pointers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub static CONFIG_POINTERS: LazyLock<ConfigPointers> = LazyLock::new(|| {
ser_pointer_target_required_param(
"chain_id",
SerializationType::String,
"The chain to follow. For more details see https://docs.starknet.io/documentation/architecture_and_concepts/Blocks/transactions/#chain-id.",
"The chain to follow. For more details see https://docs.starknet.io/architecture-and-concepts/network-architecture/transactions/#chain-id.",
),
set_pointing_param_paths(&[
"context.chain_id",
Expand Down

0 comments on commit 51d5b57

Please sign in to comment.