Skip to content

Commit 88a524b

Browse files
authored
Merge pull request #1480 from danger/fb/docs-replace-spectrum-link
[Docs] Clean up dead discussion link - Fixes #1467
2 parents 1cdf428 + 119368e commit 88a524b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+3
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

Diff for: source/danger.ts

+3-3
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)