Commit 4da20e21 authored by Milo Yip's avatar Milo Yip Committed by GitHub

Merge pull request #1002 from FluxLemur/patch-1

Tutorial: fix typos in examples and broken links
parents 2f45319b 3aafe12c
...@@ -18,7 +18,7 @@ digraph { ...@@ -18,7 +18,7 @@ digraph {
node [shape=Mrecord, style=filled, colorscheme=spectral7] node [shape=Mrecord, style=filled, colorscheme=spectral7]
c1 [label="{contact:array|}", fillcolor=4] c1 [label="{contacts:array|}", fillcolor=4]
c11 [label="{|}"] c11 [label="{|}"]
c12 [label="{|}"] c12 [label="{|}"]
c13 [shape="none", label="...", style="solid"] c13 [shape="none", label="...", style="solid"]
...@@ -41,13 +41,13 @@ digraph { ...@@ -41,13 +41,13 @@ digraph {
node [shape=Mrecord, style=filled, colorscheme=spectral7] node [shape=Mrecord, style=filled, colorscheme=spectral7]
c2 [label="{contact:array|}", fillcolor=4] c2 [label="{contacts:array|}", fillcolor=4]
c3 [label="{array|}", fillcolor=4] c3 [label="{array|}", fillcolor=4]
c21 [label="{|}"] c21 [label="{|}"]
c22 [label="{|}"] c22 [label="{|}"]
c23 [shape=none, label="...", style="solid"] c23 [shape=none, label="...", style="solid"]
o2 [label="{o:object|}", fillcolor=3] o2 [label="{o:object|}", fillcolor=3]
cs [label="{string|\"contact\"}", fillcolor=5] cs [label="{string|\"contacts\"}", fillcolor=5]
c31 [label="{|}"] c31 [label="{|}"]
c32 [label="{|}"] c32 [label="{|}"]
c33 [shape="none", label="...", style="solid"] c33 [shape="none", label="...", style="solid"]
......
...@@ -19,7 +19,7 @@ digraph { ...@@ -19,7 +19,7 @@ digraph {
node [shape=Mrecord, style=filled, colorscheme=spectral7] node [shape=Mrecord, style=filled, colorscheme=spectral7]
c1 [label="{contact:array|}", fillcolor=4] c1 [label="{contacts:array|}", fillcolor=4]
c11 [label="{|}"] c11 [label="{|}"]
c12 [label="{|}"] c12 [label="{|}"]
c13 [shape=none, label="...", style="solid"] c13 [shape=none, label="...", style="solid"]
...@@ -42,13 +42,13 @@ digraph { ...@@ -42,13 +42,13 @@ digraph {
node [shape=Mrecord, style=filled, colorscheme=spectral7] node [shape=Mrecord, style=filled, colorscheme=spectral7]
c2 [label="{contact:null|}", fillcolor=1] c2 [label="{contacts:null|}", fillcolor=1]
c3 [label="{array|}", fillcolor=4] c3 [label="{array|}", fillcolor=4]
c21 [label="{|}"] c21 [label="{|}"]
c22 [label="{|}"] c22 [label="{|}"]
c23 [shape="none", label="...", style="solid"] c23 [shape="none", label="...", style="solid"]
o2 [label="{o:object|}", fillcolor=3] o2 [label="{o:object|}", fillcolor=3]
cs [label="{string|\"contact\"}", fillcolor=5] cs [label="{string|\"contacts\"}", fillcolor=5]
c2 -> o2 [style="dashed", constraint=false, label="AddMember", style=invis] c2 -> o2 [style="dashed", constraint=false, label="AddMember", style=invis]
edge [arrowhead=vee] edge [arrowhead=vee]
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment