File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function factory(type) {
145
145
// Capture stack-trace.
146
146
self . file . fail (
147
147
new Error (
148
- 'Incorrectly eaten value: please report this warning on http ://git.io/vg5Ft'
148
+ 'Incorrectly eaten value: please report this warning on https ://git.io/vg5Ft'
149
149
) ,
150
150
now ( )
151
151
)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function code(node, parent) {
65
65
options . pedantic
66
66
) {
67
67
self . file . fail (
68
- 'Cannot indent code properly. See http ://git.io/vgFvT ' ,
68
+ 'Cannot indent code properly. See https ://git.io/fxKR8 ' ,
69
69
node . position
70
70
)
71
71
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ test('remark().processSync(value)', function(t) {
36
36
. data ( 'settings' , { pedantic : true , listItemIndent : '1' } )
37
37
. processSync ( [ '* List' , '' , ' code()' ] . join ( '\n' ) )
38
38
} ,
39
- / C a n n o t i n d e n t c o d e p r o p e r l y . S e e h t t p : \/ \/ g i t .i o \/ v g F v T / ,
39
+ / C a n n o t i n d e n t c o d e p r o p e r l y . S e e h t t p s : \/ \/ g i t .i o \/ f x K R 8 / ,
40
40
'should throw when `pedantic` is `true`, `listItemIndent` is not `tab`, and compiling code in a list-item'
41
41
)
42
42
You can’t perform that action at this time.
0 commit comments