Skip to content

Commit 0b2c1d3

Browse files
authoredMay 3, 2022
Merge pull request #1277 from martinerko/main
Fix dead links
2 parents b034e50 + 7f3c5ea commit 0b2c1d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎docs/guides/the_dangerfile.html.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ JavaScript:
122122

123123
Some TypeScript examples:
124124

125-
- **Apps** - [Artsy/Emission][emiss]
125+
- **Apps** - [Artsy/Eigen][eigen]
126126
- **Libraries** [danger/danger-js][danger-js], [apollographql/apollo-client][apollo]
127127

128-
[emiss]: https://github.com/artsy/emission/blob/master/dangerfile.ts
128+
[eigen]: https://github.com/artsy/eigen/blob/main/dangerfile.ts
129129
[danger-js]: https://github.com/danger/danger-js/blob/master/dangerfile.ts
130130
[meta]: https://github.com/artsy/metaphysics/blob/master/dangerfile.js
131131
[rn]: https://github.com/facebook/react-native/blob/master/bots/dangerfile.js
@@ -134,5 +134,5 @@ Some TypeScript examples:
134134
[jest]: https://github.com/facebook/jest
135135
[transpilation_guide]: /docs/tutorials/transpilation.html.md
136136
[changelog]: http://danger.systems/js/changelog.html
137-
[apollo]: https://github.com/apollographql/apollo-client/blob/master/config/dangerfile.ts
137+
[apollo]: https://github.com/apollographql/apollo-cache-persist/blob/master/dangerfile.ts
138138
[bamlab]: https://github.com/bamlab/dev-standards/blob/master/dangerfile.js

‎docs/tutorials/transpilation.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A few notes:
2424
You might have a `src` folder where your actual source code is kept, and adding a `dangerfile.ts` at the root which will
2525
break compilation. The answer to this is to add the dangerfile to the `"exclude"` section. Then to get inline errors
2626
working correct, add it to the `"include"`. It's a neat little trick. You can see it working in
27-
[artsy/emission#tsconfig.json][tsconfig]
27+
[artsy/eigen#tsconfig.json][tsconfig]
2828

2929
```json
3030
{
@@ -69,7 +69,7 @@ it("does nothing when there's a PR body", () => {
6969
})
7070
```
7171

72-
[tsconfig]: https://github.com/artsy/emission/blob/main/tsconfig.json
72+
[tsconfig]: https://github.com/artsy/eigen/blob/main/tsconfig.json
7373

7474
### Disabling Transpilation
7575

‎docs/usage/danger-process.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Finally, let me ([@orta][]) know! I want to keep track of them all on the Danger
199199
Danger JS will re-send the JSON to your process.
200200

201201
[danger-swift]: https://github.com/danger/danger-swift
202-
[swift-json]: https://github.com/danger/danger-swift/blob/main/fixtures/eidolon_609.json
202+
[swift-json]: https://github.com/danger/danger-swift/blob/master/fixtures/eidolon_609.json
203203
[swift-stdin]:
204204
https://github.com/danger/danger-swift/blob/1576e336e41698861456533463c8821675427258/Sources/Runner/main.swift#L9-L11
205205
[swift-eval]:

0 commit comments

Comments
 (0)
Please sign in to comment.