Skip to content

Commit e713efd

Browse files
authored
Update Links (#203)
# Goal The goal of this PR is to update out of date links.
1 parent 10aba19 commit e713efd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Release][release-shield]][release-url]
1111
[![Issues][issues-shield]][issues-url]
1212

13-
**Graph-Sdk** is a utility to read and modify social graphs defined by [DSNP](https://www.dsnp.org) protocol and stored on [Frequency](https://github.com/LibertyDSNP/frequency) blockchain.
13+
**Graph-Sdk** is a utility to read and modify social graphs defined by [DSNP](https://www.dsnp.org) protocol and stored on [Frequency](https://github.com/frequency-chain/frequency) blockchain.
1414

1515
# Overview
1616

core/src/frequency/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Defines and implements [Frequency](https://github.com/LibertyDSNP/frequency) specific data types
1+
//! Defines and implements [Frequency](https://github.com/frequency-chain/frequency) specific data types
22
pub mod reader_writer;
33

44
/// A utility to read/write data from and to Frequency chain specific implementation of DSNP

docs/examples/java-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fun addNewUserGraphKeypair(long msaId, int schemaId, GraphKeyPair newKeypair)
135135

136136
// finally, add the new exported key to blockchain
137137
// the user MUST sign the payload of adding a new graph key with one of their msa control keys
138-
// The full data to sign is available: https://libertydsnp.github.io/frequency/pallet_stateful_storage/types/struct.ItemizedSignaturePayload.html
138+
// The full data to sign is available: https://frequency-chain.github.io/frequency/pallet_stateful_storage/types/struct.ItemizedSignaturePayload.html
139139
val retVal =
140140
frequencyClient.createApplyItemActionsWithSignature(graphOwnerSigningPublicKey, signatureProof, publicKeySchemaId, keyContentHash.toBigInteger(), itemizedActions)
141141
.join()

0 commit comments

Comments
 (0)