From bca638716306c51b0d89ab52a5b8512974932e7f Mon Sep 17 00:00:00 2001 From: Shannon Wells Date: Tue, 17 Dec 2019 10:13:22 -0800 Subject: [PATCH] fix links in datatransfer README (#11) * fix links in datatransfer README * exclude cbor_gen files from linting * remove accidental test line --- datatransfer/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/datatransfer/README.md b/datatransfer/README.md index c1c5746f..532337ec 100644 --- a/datatransfer/README.md +++ b/datatransfer/README.md @@ -9,13 +9,13 @@ This module encapsulates protocols for exchanging piece data between storage cli ## Table of Contents -* [Background](https://github.com/filecoin-project/go-fil-components#background) -* [Usage](https://github.com/filecoin-project/go-fil-components#usage) - * [Initialize a data transfer module](https://github.com/filecoin-project/go-fil-components#initialize-a-data-transfer-module) - * [Register a validator](https://github.com/filecoin-project/go-fil-components#register-a-validator) - * [Open a Push or Pull Request](https://github.com/filecoin-project/go-fil-components#open-a-push-or-pull-request) - * [Subscribe to Events](https://github.com/filecoin-project/go-fil-components#subscribe-to-events) -* [Contribute](https://github.com/filecoin-project/go-fil-components#contribute) +* [Background](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#background) +* [Usage](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#usage) + * [Initialize a data transfer module](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#initialize-a-data-transfer-module) + * [Register a validator](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#register-a-validator) + * [Open a Push or Pull Request](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#open-a-push-or-pull-request) + * [Subscribe to Events](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#subscribe-to-events) +* [Contribute](https://github.com/filecoin-project/go-fil-components/tree/master/datatransfer#contribute) ## Background