From 3afcc1fb906b3ecfc1848d8a6bc4e4c050e5bae1 Mon Sep 17 00:00:00 2001 From: Phil <phil@grmr.de> Date: Fri, 10 Nov 2017 04:18:46 +0100 Subject: [PATCH] Fix link https for golang-challenge.org seems broken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1fcf73..090e5e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Rust implementation of [golang challenge #1](https://golang-challenge.org/go-challenge1). +Rust implementation of [golang challenge #1](http://golang-challenge.org/go-challenge1). A simple binary fileformat for a drum machine is given. The task is to reverse it and implement a decoder it. -- GitLab