From 16d6095172116927dae3388fcf70625aa3b1a745 Mon Sep 17 00:00:00 2001 From: aron Date: Fri, 24 Nov 2023 10:42:19 +0100 Subject: [PATCH 1/2] Fix README typo, remove link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4efaab79..8e5dd24c 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Yes, because all other frameworks have not been invented here! On a more serious note, originally we wanted to collect a set of services, libraries, best practices and architecture to quickly and sustainably spin-off our own tools and products. An evaluation of languages and tools lead us to build the 5th iteration of what became Sihl with OCaml. We believe OCaml is a phenomenal place to build web apps. -Thanks to OCaml Sihl is ... +Thanks to OCaml, Sihl ... * ... runs fast * ... compiles fast @@ -116,7 +116,7 @@ Check out the [Contributing guidelines](/oxidizing/sihl/blob/master/docs/CONTRIB ## License -Copyright (c) 2020 [Oxidizing Systems](https://oxidizing.io/) +Copyright (c) 2020 Oxidizing Systems Distributed under the MIT License. See `LICENSE` for more information. From fe53a5ecae28c8187e8ba7937838d515699cde33 Mon Sep 17 00:00:00 2001 From: aron Date: Fri, 24 Nov 2023 10:47:42 +0100 Subject: [PATCH 2/2] Fix contribution link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5dd24c..3cc5b052 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Our main goal is to stabilize the service APIs, so updating Sihl in the future b ## Contributing -Check out the [Contributing guidelines](/oxidizing/sihl/blob/master/docs/CONTRIBUTING.md). +Check out the [Contributing guidelines](/CONTRIBUTING.md). ## License