From 3b0fdca0e75918a38049d8b76ae36145a98a0979 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Wed, 20 Sep 2023 18:42:17 +1000 Subject: [PATCH] Fix link --- russell_sparse/src/write_matrix_market.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/russell_sparse/src/write_matrix_market.rs b/russell_sparse/src/write_matrix_market.rs index 333b7d92..c481d559 100644 --- a/russell_sparse/src/write_matrix_market.rs +++ b/russell_sparse/src/write_matrix_market.rs @@ -73,7 +73,7 @@ impl CsrMatrix { /// /// By running `vismatrix doc-example-vismatrix.smat` you get the following screen: /// - /// ![doc-example-vismatrix](https://raw.githubusercontent.com/cpmech/russell/main/russell_sparse/data/figures/doc-example-vismatrix.svg) + /// ![doc-example-vismatrix](https://raw.githubusercontent.com/cpmech/russell/main/russell_sparse/data/figures/doc-example-vismatrix.png) pub fn write_matrix_market

(&self, full_path: &P, vismatrix: bool) -> Result<(), StrError> where P: AsRef + ?Sized,