Update iron link (#890)
This commit is contained in:
parent
f5ce9f2d79
commit
06b1fbce0c
4 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
|
||||||
[graphql]: http://graphql.org
|
[graphql]: http://graphql.org
|
||||||
[graphiql]: https://github.com/graphql/graphiql
|
[graphiql]: https://github.com/graphql/graphiql
|
||||||
[playground]: https://github.com/prisma/graphql-playground
|
[playground]: https://github.com/prisma/graphql-playground
|
||||||
[iron]: http://ironframework.io
|
[iron]: https://github.com/iron/iron
|
||||||
[graphql_spec]: http://facebook.github.io/graphql
|
[graphql_spec]: http://facebook.github.io/graphql
|
||||||
[schema_language]: https://graphql.org/learn/schema/#type-language
|
[schema_language]: https://graphql.org/learn/schema/#type-language
|
||||||
[schema_approach]: https://blog.logrocket.com/code-first-vs-schema-first-development-graphql/
|
[schema_approach]: https://blog.logrocket.com/code-first-vs-schema-first-development-graphql/
|
||||||
|
|
|
@ -56,7 +56,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
|
||||||
|
|
||||||
[graphql]: http://graphql.org
|
[graphql]: http://graphql.org
|
||||||
[graphiql]: https://github.com/graphql/graphiql
|
[graphiql]: https://github.com/graphql/graphiql
|
||||||
[iron]: http://ironframework.io
|
[iron]: https://github.com/iron/iron
|
||||||
[graphql_spec]: http://facebook.github.io/graphql
|
[graphql_spec]: http://facebook.github.io/graphql
|
||||||
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
|
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
|
||||||
[tokio]: https://github.com/tokio-rs/tokio
|
[tokio]: https://github.com/tokio-rs/tokio
|
||||||
|
|
|
@ -117,6 +117,6 @@ impl Root {
|
||||||
# }
|
# }
|
||||||
```
|
```
|
||||||
|
|
||||||
[iron]: http://ironframework.io
|
[iron]: https://github.com/iron/iron
|
||||||
[graphiql]: https://github.com/graphql/graphiql
|
[graphiql]: https://github.com/graphql/graphiql
|
||||||
[mount]: https://github.com/iron/mount
|
[mount]: https://github.com/iron/mount
|
||||||
|
|
|
@ -73,7 +73,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
|
||||||
|
|
||||||
[graphql]: http://graphql.org
|
[graphql]: http://graphql.org
|
||||||
[graphiql]: https://github.com/graphql/graphiql
|
[graphiql]: https://github.com/graphql/graphiql
|
||||||
[iron]: http://ironframework.io
|
[iron]: https://github.com/iron/iron
|
||||||
[graphql_spec]: http://facebook.github.io/graphql
|
[graphql_spec]: http://facebook.github.io/graphql
|
||||||
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
|
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
|
||||||
[tokio]: https://github.com/tokio-rs/tokio
|
[tokio]: https://github.com/tokio-rs/tokio
|
||||||
|
|
Loading…
Add table
Reference in a new issue