summaryrefslogtreecommitdiff
path: root/docs/SystemModel.dot
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-31 18:47:05 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-31 18:47:05 -0500
commit0f7c120bf2cedb9d82f61d190651345c4344afe8 (patch)
treef4df0031a3c8b802970a5234291cf659517c2b6f /docs/SystemModel.dot
parent522dd0ed4ccc474d7e9e7e51527413031d537749 (diff)
SystemModel.dot: touch up
Diffstat (limited to 'docs/SystemModel.dot')
-rw-r--r--docs/SystemModel.dot5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/SystemModel.dot b/docs/SystemModel.dot
index 9a06488..ea1836a 100644
--- a/docs/SystemModel.dot
+++ b/docs/SystemModel.dot
@@ -23,7 +23,7 @@ digraph SystemModel {
standings[label="Standings"];
gs[label="Game Score"];
search[label="Search"];
- pm[label="PM"];
+ pm[label="Private Message"];
alerts[label="Alerts"];
pairings[label="Pairings"];
details[label="Tournament Details"];
@@ -31,7 +31,6 @@ digraph SystemModel {
registration[label="Registration"];
}
-
/* all the relationships */
spectator -> search;
standings -> spectator;
@@ -58,6 +57,4 @@ digraph SystemModel {
details -> backup;
details -> pairings;
registration -> pairings;
-
-
}