diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T03·04+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T03·04+0100 |
commit | 76475167516dcd42b23d9cf6015993275ea3d8ce (patch) | |
tree | 20e8f64a9dedaccfdb2600a31623ba5f95253d72 | |
parent | 848aca85801d3c2995f61528564b4bb6918bfcb1 (diff) |
fix(web/tvl): Fix graphviz syntax (*coughs*) r/657
-rw-r--r-- | web/tvl/tvl.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index b68218d4e41f..0c96cc4de50e 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -8,7 +8,7 @@ digraph tvl { // people ac; - andi href=["https://andreas.rammhold.de/"]; + andi [href="https://andreas.rammhold.de/"]; anna [href="https://femalelegends.com/"]; anon1 [color="grey" fontcolor="grey"]; aurora [href="https://nonegenderleftfox.aventine.se/"]; |