From 2a12fe11fed3338c682c261819bb492c56c713a5 Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Mon, 20 Jun 2022 11:17:12 +0200 Subject: [PATCH] Fix SnakeYAML link https://bitbucket.org/snakeyaml/snakeyaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c736e395..c5357915 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Codecov status](https://codecov.io/gh/circe/circe-yaml/branch/master/graph/badge.svg)](https://codecov.io/gh/circe/circe-yaml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-yaml_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-yaml_2.12) -This is a small library which translates [SnakeYAML](https://bitbucket.org/asomov/snakeyaml)'s AST into +This is a small library which translates [SnakeYAML](https://bitbucket.org/snakeyaml/snakeyaml)'s AST into [circe](https://github.com/circe/circe)'s AST. It enables parsing [YAML](https://yaml.org) 1.1 documents into circe's `Json` AST.