From 8965f0a7ebb8bcc1ad6785caefac29be7e7697f1 Mon Sep 17 00:00:00 2001 From: Markus Klink Date: Wed, 1 Dec 2021 20:42:57 +0100 Subject: [PATCH 1/2] Update index.js Fixes #1229 at least hopefully, I have not tried to generate the page, but the information on the site https://shields.io/category/version should get you up to speed in case you want other changes --- website/pages/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 1216b918e..bd9927e20 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -92,7 +92,7 @@ class Index extends React.Component { ); const index = `[![Join the chat at https://gitter.im/optics-dev/Monocle](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/optics-dev/Monocle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Maven Central](https://img.shields.io/maven-central/v/com.github.julien-truffaut/monocle_2.12.svg)](http://search.maven.org/#search|ga|1|com.github.julien-truffaut.monocle) +[![Maven Central](https://img.shields.io/maven-central/v/dev.optics/monocle-core_2.13)](http://search.maven.org/#search|ga|1|dev.optics.monocle-core) Monocle is a Scala library which offers a simple yet powerful API to access and transform immutable data. From 274ac77ae6479a4ba995f2d816ac79553bbeaa10 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 3 Dec 2021 21:15:20 +0900 Subject: [PATCH 2/2] Update index.js --- website/pages/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index bd9927e20..10374736a 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -92,7 +92,7 @@ class Index extends React.Component { ); const index = `[![Join the chat at https://gitter.im/optics-dev/Monocle](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/optics-dev/Monocle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Maven Central](https://img.shields.io/maven-central/v/dev.optics/monocle-core_2.13)](http://search.maven.org/#search|ga|1|dev.optics.monocle-core) +[![Maven Central](https://img.shields.io/maven-central/v/dev.optics/monocle-core_2.13)](https://search.maven.org/#search|ga|1|dev.optics.monocle-core) Monocle is a Scala library which offers a simple yet powerful API to access and transform immutable data.