From 48a1b43b1d301858641f4c3d85c42bece7edb481 Mon Sep 17 00:00:00 2001 From: Dread <42398281+D7EAD@users.noreply.github.com> Date: Thu, 9 Jun 2022 13:53:33 -0400 Subject: [PATCH] Fix dead link (404) under Setting Up / Building. Current link leads to a 404 on crowcpp.org for Getting Started. Commit fixes it with the updated link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c99dbb85..28fdb40f5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ CROW_ROUTE(app, "/add_json") More examples can be found [here](https://github.com/crowcpp/crow/tree/master/examples). ## Setting Up / Building -Available [here](https://crowcpp.org/getting_started/setup). +Available [here](https://crowcpp.org/master/getting_started/setup). ## Disclaimer CrowCpp/Crow is a project based on ipkn/crow. Neither CrowCpp, it's members, or this project have been associated with, or endorsed or supported by ipkn (Jaeseung Ha) in any way. We do use ipkn/crow's source code under the BSD-3 clause license and sometimes refer to the public comments available on the github repository. But we do not in any way claim to be associated with or in contact with ipkn (Jaeseung Ha) regarding CrowCpp or CrowCpp/Crow