From 6e2b2ebac203886d0901a54b3cc787e87362e5b7 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Sat, 27 Apr 2024 03:15:44 -0700 Subject: [PATCH] fix: update license links in readmes --- bin/faucet/README.md | 2 +- bin/node/README.md | 2 +- crates/block-producer/README.md | 2 +- crates/proto/README.md | 2 +- crates/rpc/README.md | 2 +- crates/store/README.md | 2 +- crates/utils/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/faucet/README.md b/bin/faucet/README.md index 72f6f3d95..2d9480fff 100644 --- a/bin/faucet/README.md +++ b/bin/faucet/README.md @@ -3,4 +3,4 @@ This crate contains a binary for running a Miden rollup faucet. ## License -This project is [MIT licensed](../LICENSE). +This project is [MIT licensed](../../LICENSE). diff --git a/bin/node/README.md b/bin/node/README.md index b31163e65..c7dff9153 100644 --- a/bin/node/README.md +++ b/bin/node/README.md @@ -3,4 +3,4 @@ This crate contains a binary for running a Miden rollup operator. ## License -This project is [MIT licensed](../LICENSE). +This project is [MIT licensed](../../LICENSE). diff --git a/crates/block-producer/README.md b/crates/block-producer/README.md index 8a83a7c55..7a7a30a5d 100644 --- a/crates/block-producer/README.md +++ b/crates/block-producer/README.md @@ -48,4 +48,4 @@ Submits proven transaction to the Miden network. This method doesn't return any data. ## License -This project is [MIT licensed](../LICENSE). \ No newline at end of file +This project is [MIT licensed](../../LICENSE). \ No newline at end of file diff --git a/crates/proto/README.md b/crates/proto/README.md index 8595c037f..91390f446 100644 --- a/crates/proto/README.md +++ b/crates/proto/README.md @@ -3,4 +3,4 @@ This crate contains protobuf definition for the APIs exposed by the components of the Miden node. ## License -This project is [MIT licensed](../LICENSE). +This project is [MIT licensed](../../LICENSE). diff --git a/crates/rpc/README.md b/crates/rpc/README.md index 17e3e20df..f33f55c8e 100644 --- a/crates/rpc/README.md +++ b/crates/rpc/README.md @@ -128,4 +128,4 @@ This method doesn't return any data. ## License -This project is [MIT licensed](../LICENSE). +This project is [MIT licensed](../../LICENSE). diff --git a/crates/store/README.md b/crates/store/README.md index 0331dd8cf..748642216 100644 --- a/crates/store/README.md +++ b/crates/store/README.md @@ -200,4 +200,4 @@ This request doesn't have any parameters. ## License -This project is [MIT licensed](../LICENSE). +This project is [MIT licensed](../../LICENSE). diff --git a/crates/utils/README.md b/crates/utils/README.md index c7e12ca1f..054a801d1 100644 --- a/crates/utils/README.md +++ b/crates/utils/README.md @@ -3,4 +3,4 @@ This crate contains utilities used by the Miden node. ## License -This project is [MIT licensed](../LICENSE). +This project is [MIT licensed](../../LICENSE).