File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ _People passionate about Webpack (In no particular order)_
71
71
#### Styles
72
72
73
73
- [ Style Loader] ( https://github.com/webpack/style-loader ) : Style loader module for Webpack. -- _ Maintainer_ : ` Webpack Team ` [ ![ Github] [ githubicon ]] ( https://github.com/webpack )
74
- - [ PostCSS Loader] ( https://github.com/postcss /postcss-loader ) : PostCSS loader for Webpack. -- _ Maintainer_ : ` PostCSS Team ` [ ![ Github] [ githubicon ]] ( https://github.com/postcss ) [ ![ Twitter] [ twittericon ]] ( https://twitter.com/PostCSS )
74
+ - [ PostCSS Loader] ( https://github.com/webpack /postcss-loader ) : PostCSS loader for Webpack. -- _ Maintainer_ : ` PostCSS Team ` [ ![ Github] [ githubicon ]] ( https://github.com/postcss ) [ ![ Twitter] [ twittericon ]] ( https://twitter.com/PostCSS )
75
75
- [ CSS Loader] ( https://github.com/webpack/css-loader ) : CSS loader module for Webpack. -- _ Maintainer_ : ` Webpack Team ` [ ![ Github] [ githubicon ]] ( https://github.com/webpack )
76
76
- [ SASS Loader] ( https://github.com/webpack/sass-loader ) : SASS loader for Webpack. -- _ Maintainer_ : ` Jorik Tangelder ` [ ![ Github] [ githubicon ]] ( https://github.com/jtangelder ) [ ![ Twitter] [ twittericon ]] ( https://twitter.com/jorikdelaporik )
77
77
- [ Less Loader] ( https://github.com/webpack/less-loader ) : Less loader module for Webpack. -- _ Maintainer_ : ` Webpack Team ` [ ![ Github] [ githubicon ]] ( https://github.com/webpack )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ describe('cleanup readme', () => {
39
39
} ) ;
40
40
41
41
it ( 'should clean up nested div[align="center"] block ' , ( ) => {
42
- // see https://github.com/webpack-contrib /postcss-loader/blob/master/README.md
42
+ // see https://github.com/webpack/postcss-loader/blob/master/README.md
43
43
const mdxText = `
44
44
<div align="center">
45
45
<img
Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ describe('processReadme', () => {
31
31
it ( 'rewrite relative url' , ( ) => {
32
32
const options = {
33
33
source :
34
- 'https://raw.githubusercontent.com/webpack-contrib /postcss-loader/master /README.md' ,
34
+ 'https://raw.githubusercontent.com/webpack/postcss-loader/main /README.md' ,
35
35
} ;
36
36
const loaderMDData =
37
37
'See the file [`./src/config.d.ts`](./src/config.d.ts).' ;
38
38
expect ( processReadme ( loaderMDData , options ) ) . toEqual (
39
- 'See the file [`https://github.com/webpack-contrib /postcss-loader/blob/master/ src/config.d.ts`](https://github.com/webpack-contrib /postcss-loader/blob/master /src/config.d.ts).'
39
+ 'See the file [`https://github.com/webpack/postcss-loader/main/ src/config.d.ts`](https://github.com/webpack/postcss-loader/main /src/config.d.ts).'
40
40
) ;
41
41
} ) ;
42
42
43
43
it ( 'should preserve comments inside code blocks' , ( ) => {
44
44
const options = {
45
45
source :
46
- 'https://raw.githubusercontent.com/webpack-contrib /postcss-loader/master /README.md' ,
46
+ 'https://raw.githubusercontent.com/webpack/postcss-loader/main /README.md' ,
47
47
} ;
48
48
const loaderMDData = `
49
49
<!-- some comment that should be dropped -->
You can’t perform that action at this time.
0 commit comments