From 0509241e3eb865f3dbfd8b13077f104b4dba8121 Mon Sep 17 00:00:00 2001 From: Anna Headley <845363+hackartisan@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:56:05 -0400 Subject: [PATCH] Use a more helpful link for mermaid --- tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling.md b/tooling.md index b7b55ed..96ed28f 100644 --- a/tooling.md +++ b/tooling.md @@ -38,7 +38,7 @@ The tools we use to configure, support, and monitor our applications * We have institutional access to Adobe XD and Lucid Charts * websequencediagrams.com lets you code your diagram with text and then export it as an image - * Try [Mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) for markdown-based diagrams that will live on github. + * Try [Mermaid](https://mermaid.js.org/ecosystem/tutorials.html) for markdown-based diagrams that will live on github. * For __Browser testing__ we have a few licenses for BrowserStack. * __Other tools__ used by members of our team include * [thoughtbot's laptop script](https://github.com/thoughtbot/laptop) for laptop setup