From 0f7c120bf2cedb9d82f61d190651345c4344afe8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 Jan 2014 18:47:05 -0500 Subject: SystemModel.dot: touch up --- docs/SystemModel.dot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') 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; - - } -- cgit v1.2.3-2-g168b