Skip to content

Commit 3c5aeb3

Browse files
committed
fix: new url in repo path
1 parent 174e936 commit 3c5aeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/process-readme.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('processReadme', () => {
3636
const loaderMDData =
3737
'See the file [`./src/config.d.ts`](./src/config.d.ts).';
3838
expect(processReadme(loaderMDData, options)).toEqual(
39-
'See the file [`https://github.com/webpack/postcss/main/src/config.d.ts`](https://github.com/webpack/postcss-loader/main/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).'
4040
);
4141
});
4242

0 commit comments

Comments
 (0)