From 67ec248187ac0a8ce689e9ef58286646556010a9 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Thu, 8 Nov 2018 16:44:02 +0100 Subject: [PATCH] Adjust paths For haukex/emperl5@bc78e33552fd7d7db0b3ba2996f4d9408394e0b6 --- building.md | 2 +- notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/building.md b/building.md index 01e440a..dc95088 100644 --- a/building.md +++ b/building.md @@ -54,7 +54,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 b9c89ef..3f2b72e 100644 --- a/notes.md +++ b/notes.md @@ -133,7 +133,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.: