File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ fetching layer to provide a simplified and consistent API over various remote
5
5
data sources such as databases or web services via batching and caching.
6
6
7
7
[ ![ 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 )
9
9
10
10
A port of the "Loader" API originally developed by [ @schrockn ] [ ] at Facebook in
11
11
2010 as a simplifying force to coalesce the sundry key-value store back-end
@@ -655,7 +655,7 @@ DataLoader and how it works.
655
655
[ express ] : http://expressjs.com/
656
656
[ babel/polyfill ] : https://babeljs.io/docs/usage/polyfill/
657
657
[ 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
659
659
660
660
# Contributing to this repo
661
661
You can’t perform that action at this time.
0 commit comments