Skip to content

Commit 80b0414

Browse files
authored
Update README.md
1 parent 53b50d5 commit 80b0414

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

33
[![npm-version](https://img.shields.io/npm/v/hmpl-loader?logo=npm&color=fff)](https://www.npmjs.com/package/hmpl-loader)
44

5-
This loader was created for files with the `.hmpl` extension, which are converted using the [hmpl-js](https://github.com/hmpljs/hmpl) package. This loader is designed for webpack.
5+
This loader was created for files with the `.hmpl` extension, which are converted using the [hmpl-js](https://www.npmjs.com/package/hmpl-js) package. This loader is designed for webpack.
66

77
> Loader works with hmpl-js version 1.0.4 or higher
88
@@ -29,7 +29,7 @@ module.exports = {
2929
};
3030
```
3131

32-
After `webpack.config.js` has been changed, in js files (for example, in `main.js`), you can import a file with the `.hmpl` extension and receive a [template function](https://hmpljs.github.io/#/?id=compile) in response.
32+
After `webpack.config.js` has been changed, in js files (for example, in `main.js`), you can import a file with the `.hmpl` extension and receive a [template function](https://hmpl-lang.dev/hmpl.html#compile) in response.
3333

3434
### main.hmpl
3535

@@ -76,12 +76,12 @@ module.exports = {
7676
};
7777
```
7878

79-
The list of options is described in the documentation [here](https://hmpl-lang.github.io/hmpl.html#options).
79+
The list of options is described in the documentation [here](https://hmpl-lang.dev/hmpl.html#options).
8080

8181
## Changelog
8282

83-
[Changelog](https://github.com/hmpljs/hmpl-loader/releases)
83+
[Changelog](https://github.com/hmpl-language/hmpl-loader/releases)
8484

8585
## License
8686

87-
[Licensed under MIT](https://github.com/hmpljs/hmpl-loader/blob/master/LICENSE)
87+
[Licensed under MIT](https://github.com/hmpl-language/hmpl-loader/blob/master/LICENSE)

0 commit comments

Comments
 (0)