From 50db68dff7af0ff1e5a3186a9c8410a38e40cd1f Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 1 Sep 2017 15:12:58 -0700 Subject: [PATCH] Fix case-sensitive broken link for preparePaymentChannelClaim --- docs/index.md | 2 +- docs/src/signPaymentChannelClaim.md.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 34056348..1b242d14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3732,7 +3732,7 @@ return api.generateAddress(); `signPaymentChannelClaim(channel: string, amount: string, privateKey: string): string` -Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparePaymentChannelClaim) transaction. +Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparepaymentchannelclaim) transaction. ### Parameters diff --git a/docs/src/signPaymentChannelClaim.md.ejs b/docs/src/signPaymentChannelClaim.md.ejs index e72228b8..6d86576d 100644 --- a/docs/src/signPaymentChannelClaim.md.ejs +++ b/docs/src/signPaymentChannelClaim.md.ejs @@ -2,7 +2,7 @@ `signPaymentChannelClaim(channel: string, amount: string, privateKey: string): string` -Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparePaymentChannelClaim) transaction. +Sign a payment channel claim. The signature can be submitted in a subsequent [PaymentChannelClaim](#preparepaymentchannelclaim) transaction. ### Parameters