diff --git a/building.md b/building.md index b196dc1..fb429e5 100644 --- a/building.md +++ b/building.md @@ -58,7 +58,7 @@ Some of the central source files of WebPerl are: - [`emperl5/hints/emscripten.sh`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/hints/emscripten.sh) - [`emperl5/perlmain_noexit_patch`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/perlmain_noexit_patch) - [`emperl5/ext/WebPerl/WebPerl.xs`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/WebPerl.xs) -- [`emperl5/ext/WebPerl/WebPerl.pm`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/WebPerl.pm) +- [`emperl5/ext/WebPerl/lib/WebPerl.pm`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/lib/WebPerl.pm) - [`webperl/web/webperl.js`](https://github.com/haukex/webperl/blob/master/web/webperl.js) diff --git a/notes.md b/notes.md index 4fbe725..4b083b9 100644 --- a/notes.md +++ b/notes.md @@ -134,7 +134,7 @@ Release Checklist At a minimum there is: - `web/webperl.js` - `Perl.WebPerlVersion` - - `emperl5/ext/WebPerl/WebPerl.pm` - `$VERSION` + - `emperl5/ext/WebPerl/lib/WebPerl.pm` - `$VERSION` - `pages/index.md` and `pages/using.md` - download links - Update [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) values as needed, e.g.: