Skip to content

Commit 4cea4d4

Browse files
authored
Merge pull request #585 from nadinda/fix-subscription-url
Fix subscription url
2 parents e24bb14 + ba3f0e1 commit 4cea4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subscription/Main.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ headingView =
132132
]
133133
, Html.h2 []
134134
[ link
135-
{ url = "https://github.com/dillonkearns/elm-graphql/tree/master/examples/src/subscription"
135+
{ url = "https://github.com/dillonkearns/elm-graphql/tree/master/examples/subscription"
136136
, content = "See the code on Github"
137137
}
138138
]

0 commit comments

Comments
 (0)