From 82d38d99790d10aac3c959e969333fd338d5b184 Mon Sep 17 00:00:00 2001 From: YongHee Kim Date: Thu, 8 Sep 2022 23:50:03 +0900 Subject: [PATCH] update badge and coverage links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a7d4b3..d327981 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JSONPointer ![LICENSE MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square) -![Run CI on master](https://github.com/devsisters/JSONPointer.jl/workflows/Run%20CI%20on%20master/badge.svg) -[![Converage](https://devsisters.github.io/JSONPointer.jl/coverage/badge_linecoverage.svg)](https://devsisters.github.io/JSONPointer.jl/coverage/index) +[![Run CI](https://github.com/YongHee-Kim/JSONPointer.jl/actions/workflows/ci-master.yml/badge.svg)](https://github.com/YongHee-Kim/JSONPointer.jl/actions/workflows/ci-master.yml) +[![Converage](https://github.com/YongHee-Kim/JSONPointer.jl/blob/gh-pages/docs/coverage/badge_linecoverage.svg)](https://yonghee-kim.github.io/JSONPointer.jl/coverage/index) Implementation of JSON Pointers according to [RFC 6901](https://www.rfc-editor.org/rfc/rfc6901) @@ -76,4 +76,4 @@ If you need to use a string number as key for dict, put '\' in front of a number data = PointerDict(p1 => "this won't be a array") data[p1] -``` \ No newline at end of file +```