Skip to content

Commit 225f40b

Browse files
committed
better go documentation link
1 parent d66ecd2 commit 225f40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ The primary result is a library that can be used by developers to discover a set
77
Peers are to be identified by a combination of their address and the path used to transfer packets to them, called path-level peers. This approach allows BitTorrent’s sophisticated file sharing mechanisms to run on path level, instead of implementing a dedicated multipath connection to each peer.
88

99
## Task 1. Optimal Path Selection for Efficient Multipath Usage
10-
This task consists of creating a [detailed concept](doc/path-selection.org) as well as [planning the implementation](https://godocs.io/github.com/netsys-lab/scion-path-discovery) [![GoDoc](https://godoc.org/github.com/netsys-lab/scion-path-discovery?status.svg)](https://godocs.io/github.com/netsys-lab/scion-path-discovery) of a [high performance library](https://github.com/netsys-lab/scion-path-discovery) providing optimal path selection for efficient multipath usage over SCION capable of dealing with the high requirements of BitTorrent
10+
This task consists of creating a [detailed concept](doc/path-selection.org) as well as [planning the implementation](https://pkg.go.dev/github.com/netsys-lab/scion-path-discovery#section-readme) [![Go Reference](https://pkg.go.dev/badge/github.com/netsys-lab/scion-path-discovery.svg)](https://pkg.go.dev/github.com/netsys-lab/scion-path-discovery) of a [high performance library](https://github.com/netsys-lab/scion-path-discovery) providing optimal path selection for efficient multipath usage over SCION capable of dealing with the high requirements of BitTorrent
1111

1212
### Milestone(s)
1313
- [x] [Concept](doc/path-selection.org) of an optimal path selection for efficient multipath usage
14-
- [x] [Architecture design](https://godocs.io/github.com/netsys-lab/scion-path-discovery) including components, algorithms and design of the implementation
14+
- [x] [Architecture design](https://pkg.go.dev/github.com/netsys-lab/scion-path-discovery#section-readme) including components, algorithms and design of the implementation
1515

1616
## Task 2. Implement Efficient Multipath over SCION
1717
This task contains the [implementation](https://github.com/netsys-lab/scion-path-discovery) of efficient multipath for BitTorrent over SCION in a portable software library.

0 commit comments

Comments
 (0)