From 8f3e17e3867d6d7941d2d58a5bfdfb4d9a032213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCnch?= Date: Sat, 25 Jan 2025 12:47:59 +0100 Subject: [PATCH 1/2] Fix: Wrong link to d3-shape documentation in Flowchart docs --- packages/mermaid/src/docs/syntax/flowchart.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/syntax/flowchart.md b/packages/mermaid/src/docs/syntax/flowchart.md index 6c9db197af..2ddad47950 100644 --- a/packages/mermaid/src/docs/syntax/flowchart.md +++ b/packages/mermaid/src/docs/syntax/flowchart.md @@ -1135,8 +1135,7 @@ graph LR ``` For a full list of available curves, including an explanation of custom curves, refer to -the [Shapes](https://github.com/d3/d3-shape/blob/main/README.md#curves) documentation in the -[d3-shape](https://github.com/d3/d3-shape/) project. +the [Shapes](https://d3js.org/d3-shape/curve) documentation in the [d3-shape](https://github.com/d3/d3-shape/) project. ### Styling a node From b4043840caef424adbbd99f4bca27f2593245cdf Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 12:03:03 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- docs/syntax/flowchart.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index fefa12e02d..40ee2ef632 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -1792,8 +1792,7 @@ graph LR ``` For a full list of available curves, including an explanation of custom curves, refer to -the [Shapes](https://github.com/d3/d3-shape/blob/main/README.md#curves) documentation in the -[d3-shape](https://github.com/d3/d3-shape/) project. +the [Shapes](https://d3js.org/d3-shape/curve) documentation in the [d3-shape](https://github.com/d3/d3-shape/) project. ### Styling a node