From 4ecdd4d803c9c882e86e67d0f460bb03a24e20f5 Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Tue, 22 Aug 2023 20:38:40 +0900 Subject: [PATCH] Fix outdated links in README.md (#772) --- README.md | 2 +- packages/ui-keyring/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f47f732587..1371ee7697 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ The following UI components are currently available - Additionally some shared libraries, that are not dependent on any framework - -- [ui-keyring](packages/ui-keyring/) A browser-specific wrapper around the base [@polkadot/util-keyring](https://github.com/polkadot-js/util/) library +- [ui-keyring](packages/ui-keyring/) A browser-specific wrapper around the base [@polkadot/keyring](https://github.com/polkadot-js/common/) library - [ui-settings](packages/ui-settings/) A browser local storage wrapper for app settings & configuration - [ui-shared](packages/ui-shared) Shared logic that is used across UI components, e.g. for icon generation diff --git a/packages/ui-keyring/README.md b/packages/ui-keyring/README.md index 2aec1e03c7..8ed8a32174 100644 --- a/packages/ui-keyring/README.md +++ b/packages/ui-keyring/README.md @@ -123,7 +123,7 @@ class MyReactComponent extends React.PureComponent { - What are 'external' accounts, i.e. when to set the `isExternal` meta key to true? - An external account is one where the keys are not managed by keyring, e.g. in Parity Signer or Ledger Nano. - SS58 Encode / Decode? - - SS58 is a simple address format designed for Substrate based chains. You can read about its specification in more detail in the [Parity Wiki](https://wiki.parity.io/External-Address-Format-(SS58)). + - SS58 is a simple address format designed for Substrate based chains. You can read about its specification in more detail in the [Substrate Documentation](https://docs.substrate.io/reference/address-formats/). **If you have any unanswered/undocumented questions, please raise an issue [here](https://github.com/polkadot-js/ui/issues).**