Skip to content

Commit f39d655

Browse files
Merge pull request #970 from CBroz1/patch-1
Update graphviz attribute list site, old link 404d
2 parents 72c8fea + 6d7c2c9 commit f39d655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def make_dot(self):
296296
node.set_style('filled')
297297

298298
for edge in dot.get_edges():
299-
# see http://www.graphviz.org/content/attrs
299+
# see https://graphviz.org/doc/info/attrs.html
300300
src = edge.get_source().strip('"')
301301
dest = edge.get_destination().strip('"')
302302
props = graph.get_edge_data(src, dest)

0 commit comments

Comments
 (0)