Skip to content

Commit 119368e

Browse files
committed
[Docs] Clean up dead discussion link - Fixes #1467
1 parent 1cdf428 commit 119368e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
## Main
1616

1717
<!-- Your comment below this -->
18+
19+
- Clean up dead discussion link - Fixes [#1467](https://github.com/danger/danger-js/issues/1467) [@fbartho]
20+
1821
<!-- Your comment above this -->
1922

2023
## 12.3.4

source/danger.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
throw `
44
Hey there, it looks like you're trying to import the danger module. Turns out
5-
that the code you write in a Dangerfile.js is actually a bit of a sneaky hack.
5+
that the code you write in a Dangerfile.js is actually a bit of a sneaky hack.
66
77
When running Danger, the import or require for Danger is removed before the code
88
is evaluated. Instead all of the imports are added to the global runtime, so if
99
you are importing Danger to use one of it's functions - you should instead just
1010
use the global object for the root DSL elements.
1111
12-
There is a spectrum thread for discussion here:
13-
- https://spectrum.chat/?t=0a005b56-31ec-4919-9a28-ced623949d4d
12+
There is a thread for discussion here:
13+
- https://github.com/danger/danger-js/discussions/1153#discussioncomment-10981472
1414
`

0 commit comments

Comments
 (0)