mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
Fix links to implementers' guide (#1865)
# Description In a couple of cases, there were links pointing to the w3f github pages domain. In other instances, there were links pointing to the old polkadot repo's github pages. Both of these are now pointing to the relevant links in https://paritytech.github.io/polkadot-sdk/book/index.html. These changes were made specifically because the w3f github pages returns a 404, and while fixing the links, the old polkadot repo links were touched up as well even if they do redirect properly. This shouldn't affect anything as these are documentation link changes only.
This commit is contained in:
committed by
GitHub
parent
7aace06b3d
commit
d2fc1d7c91
@@ -17,8 +17,9 @@
|
||||
//! The session info pallet provides information about validator sets
|
||||
//! from prior sessions needed for approvals and disputes.
|
||||
//!
|
||||
//! See <https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html>.
|
||||
|
||||
//! See the documentation on [session info][session-info-page] in the implementers' guide.
|
||||
//!
|
||||
//! [session-info-page]: https://paritytech.github.io/polkadot-sdk/book/runtime/session_info.html
|
||||
use crate::{
|
||||
configuration, paras, scheduler, shared,
|
||||
util::{take_active_subset, take_active_subset_and_inactive},
|
||||
|
||||
Reference in New Issue
Block a user