@@ -325,7 +325,7 @@ typedef struct ETHLightClientStore ETHLightClientStore;
325325 *
326326 * @see https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.4.1#/Beacon/getLightClientBootstrap
327327 * @see https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.4.1#/Events/eventstream
328- * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9 /specs/altair/light-client/light-client.md
328+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.10 /specs/altair/light-client/light-client.md
329329 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9/specs/phase0/weak-subjectivity.md#weak-subjectivity-period
330330 */
331331ETH_RESULT_USE_CHECK
@@ -579,7 +579,7 @@ typedef struct ETHLightClientHeader ETHLightClientHeader;
579579 *
580580 * @return Latest finalized header.
581581 *
582- * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9 /specs/capella/light-client/sync-protocol.md#modified-lightclientheader
582+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.10 /specs/capella/light-client/sync-protocol.md#modified-lightclientheader
583583 */
584584ETH_RESULT_USE_CHECK
585585const ETHLightClientHeader * ETHLightClientStoreGetFinalizedHeader (
@@ -598,7 +598,7 @@ const ETHLightClientHeader *ETHLightClientStoreGetFinalizedHeader(
598598 * @return Whether or not the next sync committee is currently known.
599599 *
600600 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.3/specs/altair/light-client/sync-protocol.md#is_next_sync_committee_known
601- * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9 /specs/altair/light-client/light-client.md
601+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.10 /specs/altair/light-client/light-client.md
602602 */
603603ETH_RESULT_USE_CHECK
604604bool ETHLightClientStoreIsNextSyncCommitteeKnown (const ETHLightClientStore * store );
@@ -614,7 +614,7 @@ bool ETHLightClientStoreIsNextSyncCommitteeKnown(const ETHLightClientStore *stor
614614 *
615615 * @return Latest optimistic header.
616616 *
617- * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9 /specs/capella/light-client/sync-protocol.md#modified-lightclientheader
617+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.10 /specs/capella/light-client/sync-protocol.md#modified-lightclientheader
618618 */
619619ETH_RESULT_USE_CHECK
620620const ETHLightClientHeader * ETHLightClientStoreGetOptimisticHeader (
0 commit comments