From 3a74298fb39360eea18ef07ef13ec53f063b19cf Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Feb 2024 15:14:23 -0500 Subject: [PATCH] Update docs URL for dev --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f38cbd8..6742536 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ The Implicitly Restarted Arnoldi Method, natively in Julia. ## Docs -[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://julialinearalgebra.github.io/ArnoldiMethod.jl/stable) [![Latest docs](https://img.shields.io/badge/docs-latest-gray.svg)](https://julialinearalgebra.github.io/ArnoldiMethod.jl/latest) +[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://julialinearalgebra.github.io/ArnoldiMethod.jl/stable) [![Latest docs](https://img.shields.io/badge/docs-latest-gray.svg)](https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev) ## Goal Make `eigs` a native Julia function.