Skip to content

Commit 55c33d4

Browse files
authored
Fix correct path of function when click on mobile links (#351)
* change master to main branch * Update README.md
1 parent d336bd1 commit 55c33d4

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
@@ -5,7 +5,7 @@ fetching layer to provide a simplified and consistent API over various remote
55
data sources such as databases or web services via batching and caching.
66

77
[![Build Status](https://travis-ci.org/graphql/dataloader.svg)](https://travis-ci.org/graphql/dataloader)
8-
[![Coverage Status](https://coveralls.io/repos/graphql/dataloader/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql/dataloader?branch=master)
8+
[![Coverage Status](https://coveralls.io/repos/graphql/dataloader/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql/dataloader?branch=main)
99

1010
A port of the "Loader" API originally developed by [@schrockn][] at Facebook in
1111
2010 as a simplifying force to coalesce the sundry key-value store back-end
@@ -655,7 +655,7 @@ DataLoader and how it works.
655655
[express]: http://expressjs.com/
656656
[babel/polyfill]: https://babeljs.io/docs/usage/polyfill/
657657
[lru_map]: https://github.com/rsms/js-lru
658-
[source code]: https://github.com/graphql/dataloader/blob/master/src/index.js
658+
[source code]: https://github.com/graphql/dataloader/blob/main/src/index.js
659659

660660
# Contributing to this repo
661661

0 commit comments

Comments
 (0)