From 4e816107e8154973178900581b6dd27bdf28b256 Mon Sep 17 00:00:00 2001 From: Transurgeon Date: Thu, 7 Sep 2023 08:51:58 -0400 Subject: [PATCH] fixing broken link to graphblas.org --- docs/getting_started/primer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/primer.rst b/docs/getting_started/primer.rst index 104eb5738..b5bec26ee 100644 --- a/docs/getting_started/primer.rst +++ b/docs/getting_started/primer.rst @@ -263,7 +263,7 @@ and showing that linear algebra can be used to compute graph algorithms with the of semirings. This is a somewhat new field of research, so many academic papers and talks are being given every year. -`Graphblas.org `_ remains the best source for keeping up-to-date with the latest +`Graphblas.org `_ remains the best source for keeping up-to-date with the latest developments in this area. Many people will benefit from faster graph algorithms written in GraphBLAS, but for those that want