Skip to content

Commit 06b1fbc

Browse files
authored
Update iron link (#890)
1 parent f5ce9f2 commit 06b1fbc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
9191
[graphql]: http://graphql.org
9292
[graphiql]: https://github.com/graphql/graphiql
9393
[playground]: https://github.com/prisma/graphql-playground
94-
[iron]: http://ironframework.io
94+
[iron]: https://github.com/iron/iron
9595
[graphql_spec]: http://facebook.github.io/graphql
9696
[schema_language]: https://graphql.org/learn/schema/#type-language
9797
[schema_approach]: https://blog.logrocket.com/code-first-vs-schema-first-development-graphql/

docs/book/content/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
5656

5757
[graphql]: http://graphql.org
5858
[graphiql]: https://github.com/graphql/graphiql
59-
[iron]: http://ironframework.io
59+
[iron]: https://github.com/iron/iron
6060
[graphql_spec]: http://facebook.github.io/graphql
6161
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
6262
[tokio]: https://github.com/tokio-rs/tokio

docs/book/content/servers/iron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ impl Root {
117117
# }
118118
```
119119

120-
[iron]: http://ironframework.io
120+
[iron]: https://github.com/iron/iron
121121
[graphiql]: https://github.com/graphql/graphiql
122122
[mount]: https://github.com/iron/mount

juniper/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
7373
7474
[graphql]: http://graphql.org
7575
[graphiql]: https://github.com/graphql/graphiql
76-
[iron]: http://ironframework.io
76+
[iron]: https://github.com/iron/iron
7777
[graphql_spec]: http://facebook.github.io/graphql
7878
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
7979
[tokio]: https://github.com/tokio-rs/tokio

0 commit comments

Comments
 (0)