Skip to content

Commit 0859c57

Browse files
committed
📝 Update links to HyperLedger Labs.
Signed-off-by: Oliver Tale-Yazdi <oliver@perun.network>
1 parent 37f6187 commit 0859c57

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Tests
22

33
on:
44
push:

CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,10 @@ Added direct disputes and watcher for two-party ledger channels, much polishing
146146
- Ledger state channel disputes and watcher.
147147
- `channel.Adjudicator` interface and Ethereum implementation for registering
148148
channel states and withdrawing concluded channels.
149-
- [Ethereum contracts](https://github.com/perun-network/contracts-eth) for disputes
150-
- Public [Github wiki](https://github.com/perun-network/go-perun/wiki)
149+
- [Ethereum contracts](https://github.com/hyperledger-labs/perun-eth-contracts/) for disputes
151150
- [Godoc](https://pkg.go.dev/perun.network/go-perun)
152151
- Changelog
153-
- [TravisCI](https://travis-ci.org/perun-network)
154-
- [goreportcard](https://goreportcard.com/report/github.com/perun-network/go-perun)
155-
- [codeclimate](https://codeclimate.com/github/perun-network/go-perun)
152+
- [goreportcard](https://goreportcard.com/report/github.com/hyperledger-labs/go-perun)
156153
- TCP and unix socket `peer.Dialer` and `Listener` implementations.
157154
- `Eventually` tester in `pkg/test` to repeatedly run tests until they
158155
succeed.
@@ -198,11 +195,11 @@ Initial release.
198195

199196
[:warning:]: #:warning:
200197

201-
[Unreleased]: https://github.com/perun-network/go-perun/compare/v0.6.0...HEAD
202-
[0.6.0]: https://github.com/perun-network/go-perun/compare/v0.5.2...v0.6.0
203-
[0.5.2]: https://github.com/perun-network/go-perun/compare/v0.5.0...v0.5.2
204-
[0.5.0]: https://github.com/perun-network/go-perun/compare/v0.4.0...v0.5.0
205-
[0.4.0]: https://github.com/perun-network/go-perun/compare/v0.3.0...v0.4.0
206-
[0.3.0]: https://github.com/perun-network/go-perun/compare/v0.2.0...v0.3.0
207-
[0.2.0]: https://github.com/perun-network/go-perun/compare/v0.1.0...v0.2.0
208-
[0.1.0]: https://github.com/perun-network/go-perun/releases/v0.1.0
198+
[Unreleased]: https://github.com/hyperledger-labs/go-perun/compare/v0.6.0...HEAD
199+
[0.6.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.5.2...v0.6.0
200+
[0.5.2]: https://github.com/hyperledger-labs/go-perun/compare/v0.5.0...v0.5.2
201+
[0.5.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.4.0...v0.5.0
202+
[0.4.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.3.0...v0.4.0
203+
[0.3.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.2.0...v0.3.0
204+
[0.2.0]: https://github.com/hyperledger-labs/go-perun/compare/v0.1.0...v0.2.0
205+
[0.1.0]: https://github.com/hyperledger-labs/go-perun/releases/v0.1.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<h4 align="center">Perun Blockchain-Agnostic State Channels Framework</h4>
66

77
<p align="center">
8-
<a href="https://goreportcard.com/report/github.com/perun-network/go-perun"><img src="https://goreportcard.com/badge/github.com/perun-network/go-perun" alt="Go report: A+"></a>
8+
<a href="https://goreportcard.com/report/github.com/hyperledger-labs/go-perun"><img src="https://goreportcard.com/badge/github.com/hyperledger-labs/go-perun" alt="Go report: A+"></a>
99
<a href="https://www.apache.org/licenses/LICENSE-2.0.txt"><img src="https://img.shields.io/badge/license-Apache%202-blue" alt="License: Apache 2.0"></a>
10-
<a href="https://travis-ci.org/perun-network/go-perun"><img src="https://travis-ci.org/perun-network/go-perun.svg?branch=dev" alt="TravisCI build status"></a>
10+
<a href="https://github.com/hyperledger-labs/go-perun/actions/workflows/ci.yml"><img src="https://github.com/hyperledger-labs/go-perun/actions/workflows/ci.yml/badge.svg" alt="TravisCI build status"></a>
1111
<a href="https://pkg.go.dev/perun.network/go-perun?status.svg"> <img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white" alt="pkg.go.dev docs"></a>
1212
</p>
1313

@@ -21,7 +21,7 @@ They are blockchain-agnostic and only rely on a blockchain's capability to execu
2121

2222
_go-perun_ is still alpha software.
2323
It should not be used in production.
24-
The purpose of the [current release](https://github.com/perun-network/go-perun/releases) is to give potential users a general impression and to invite feedback.
24+
The purpose of the [current release](https://github.com/hyperledger-labs/go-perun/releases) is to give potential users a general impression and to invite feedback.
2525
The authors take no responsibility for any loss of digital assets or other damage caused by the use of this software.
2626
**Do not use this software with real funds**.
2727

@@ -30,7 +30,7 @@ The authors take no responsibility for any loss of digital assets or other damag
3030
Running _go-perun_ requires a working Go distribution (version 1.15 or higher).
3131
```sh
3232
# Clone the repository into a directory of your choice
33-
git clone https://github.com/perun-network/go-perun.git
33+
git clone https://github.com/hyperledger-labs/go-perun.git
3434
# Or directly download it with go
3535
# go get -d perun.network/go-perun
3636
cd go-perun
@@ -52,7 +52,7 @@ The [walkthrough tutorial](http://tutorial.perun.network) describes how _go-peru
5252

5353
### Documentation
5454

55-
More in-depth documentation can be found in the [github wiki pages](https://github.com/perun-network/go-perun/wiki)
55+
More in-depth documentation can be found on [here](https://labs.hyperledger.org/perun-doc/)
5656
and on [go-perun's pkg.go.dev site](https://pkg.go.dev/perun.network/go-perun).
5757

5858
## Features
@@ -76,7 +76,7 @@ The following features are planned for future releases:
7676

7777
There are multiple **blockchain backends** available as part of the current release: Ethereum (`backend/ethereum`), and a simulated, ideal blockchain backend (`backend/sim`).
7878
A backend is automatically initialized when its top-level package `backend/<name>` is imported.
79-
The Ethereum smart contracts can be found in our [contracts-eth](https://github.com/perun-network/contracts-eth) repository.
79+
The Ethereum smart contracts can be found in our [contracts-eth](https://github.com/hyperledger-labs/perun-eth-contracts/) repository.
8080

8181
**Logging and networking** capabilities can also be injected by the user.
8282
A default [logrus](https://github.com/sirupsen/logrus) implementation of the `log.Logger` interface can be set using `log/logrus.Set`.

apps/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
// Package apps contains Go implementations of apps that are distributed with
1616
// go-perun. Their Ethereum Solidity counterparts are found in repository
17-
// https://github.com/perun-network/contracts-eth.
17+
// https://github.com/hyperledger-labs/perun-eth-contracts/
1818
package apps // import "perun.network/go-perun/apps"

0 commit comments

Comments
 (0)