From 80fc05decb03878e19df2682feb93271960caef1 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 21 Aug 2024 08:39:24 +1200 Subject: [PATCH] Fix link to documentation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2047cc..e3260c1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Pkg.add("Plasmo") ## Documentation -The current documentation is available through [GitHub Pages]([https://plasmo-dev.github.io/Plasmo.jl/dev/](https://plasmo-dev.github.io/Plasmo.jl/stable/)). +The current documentation is available through [GitHub Pages](https://plasmo-dev.github.io/Plasmo.jl/stable/). Additional examples can be found in the [examples](https://github.com/plasmo-dev/Plasmo.jl/tree/main/examples) folder. ## Simple Example