From bdab59a50747233e949d65d37381beeac29d3922 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Sun, 29 Jan 2023 12:14:14 +0100 Subject: [PATCH] corrected Link to OpenCoin Protocol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63456cb..60d159b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ opencoin-issuer-cpp - a C++ OpenCoin Issuer REST-API implementation {#mainpage} # opencoin issuer -this is a C++ implementation of the [opencoin protocol](https://opencoin.org/0.4/OpenCoin.html) +this is a C++ implementation of the [opencoin protocol](https://opencoin.org/OpenCoin.html) done as mapping to some kind of REST interface. As all issuer related interactions of the protocol follows a request/response mechanism we are able to map all of them to Http-Requests.