From 180280504b2bd4ee66f87d71a2791af443c5b3e6 Mon Sep 17 00:00:00 2001 From: Muhammad Yasirroni <48709672+yasirroni@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:28:52 +0700 Subject: [PATCH 1/2] fix url on `bibtex` The old link `http://jmlr.org/papers/v21/20-091.html` is dead, moved to `https://www.jmlr.org/papers/v21/20-091.html` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4b0c810..423bb3278 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ If you use `tslearn` in a scientific publication, we would appreciate citations: volume = {21}, number = {118}, pages = {1-6}, - url = {http://jmlr.org/papers/v21/20-091.html} + url = {https://www.jmlr.org/papers/v21/20-091.html} } ``` From fd99fa15de83cdb05e89ff67e3d983f0b2693782 Mon Sep 17 00:00:00 2001 From: Muhammad Yasirroni <48709672+yasirroni@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:32:29 +0700 Subject: [PATCH 2/2] fix url in citing.rst --- docs/citing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/citing.rst b/docs/citing.rst index 72201e6a9..687584966 100644 --- a/docs/citing.rst +++ b/docs/citing.rst @@ -17,5 +17,5 @@ citations: volume = {21}, number = {118}, pages = {1-6}, - url = {http://jmlr.org/papers/v21/20-091.html} + url = {https://www.jmlr.org/papers/v21/20-091.html} }