Skip to content

Commit 4c94212

Browse files
committed
README: use local references
Replicates graphql/graphql-js@45033be
1 parent 49c6732 commit 4c94212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ examples.
3535
## Getting started
3636

3737
An overview of GraphQL in general is available in the
38-
[README](https://github.com/graphql/graphql-spec/blob/master/README.md) for the
38+
[README](https://github.com/graphql/graphql-spec/blob/main/README.md) for the
3939
[Specification for GraphQL](https://github.com/graphql/graphql-spec). That overview
4040
describes a simple set of GraphQL examples that exist as [tests](tests) in this
4141
repository. A good way to get started with this repository is to walk through that
@@ -245,5 +245,5 @@ and ported to many different programming languages.
245245
## License
246246

247247
GraphQL-core 3 is
248-
[MIT-licensed](https://github.com/graphql-python/graphql-core/blob/master/LICENSE),
248+
[MIT-licensed](./LICENSE),
249249
just like GraphQL.js.

0 commit comments

Comments
 (0)