MilesCranmer commited on
Commit
19a27d8
1 Parent(s): bc2d446

Fix pathname in all-contributors

Browse files
Files changed (1) hide show
  1. .all-contributorsrc +2 -2
.all-contributorsrc CHANGED
@@ -4,8 +4,8 @@
4
  "repoType": "github",
5
  "repoHost": "https://github.com",
6
  "files": [
7
- "/workspace/README.md",
8
- "/workspace/CONTRIBUTORS.md"
9
  ],
10
  "imageSize": 50,
11
  "commit": false,
 
4
  "repoType": "github",
5
  "repoHost": "https://github.com",
6
  "files": [
7
+ "README.md",
8
+ "CONTRIBUTORS.md"
9
  ],
10
  "imageSize": 50,
11
  "commit": false,