This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 5b4260e Fix mermaid syntax for flowchart in svn-dist.md
5b4260e is described below
commit 5b4260e5eb96697ad53fdc6193c87c12f75c8e5e
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Oct 22 12:33:41 2025 -0700
Fix mermaid syntax for flowchart in svn-dist.md
---
apache-trusted-release/svn-dist.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-trusted-release/svn-dist.md
b/apache-trusted-release/svn-dist.md
index c93a8fc..e3af732 100644
--- a/apache-trusted-release/svn-dist.md
+++ b/apache-trusted-release/svn-dist.md
@@ -125,7 +125,7 @@ flowchart TD
```mermaid
flowchart TD
subgraph Transition 4
- ATR[releases.apache.org]
+ ATR@{ shape: processes, label: "releases.apache.org"}
D[archive.apache.org]
ATR -->|rsync| D
end
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]