Skip to content

Commit 5b4260e

Browse files
authored
Fix mermaid syntax for flowchart in svn-dist.md
1 parent b791da4 commit 5b4260e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apache-trusted-release/svn-dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ flowchart TD
125125
```mermaid
126126
flowchart TD
127127
subgraph Transition 4
128-
ATR[releases.apache.org]
128+
ATR@{ shape: processes, label: "releases.apache.org"}
129129
D[archive.apache.org]
130130
ATR -->|rsync| D
131131
end

0 commit comments

Comments
 (0)