Skip to content

Commit

Permalink
fix links in datatransfer README (#11)
Browse files Browse the repository at this point in the history
* fix links in datatransfer README

* exclude cbor_gen files from linting

* remove accidental test line
  • Loading branch information
shannonwells authored and hannahhoward committed Dec 17, 2019
1 parent 0c26b5f commit bca6387
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions datatransfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bca6387

Please sign in to comment.