Skip to content

Commit ba3f0e1

Browse files
authored
Fix subscription url
1 parent e24bb14 commit ba3f0e1

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)