Fixes.
h3rald h3rald@h3rald.com
Sat, 02 Dec 2023 23:22:32 +0000
2 files changed,
10 insertions(+),
10 deletions(-)
M
site/contents/learn-mmm.md
→
site/contents/learn-mmm.md
@@ -98,5 +98,5 @@ ### Publishing
If you want to publish your module, just create a PR on the [min git repository](https://github.com/h3rald/min) and modify this file by adding the metadata for your module: -<https://github.com/site/assets/mmm.json> +<https://github.com/h3rald/min/blob/master/site/assets/mmm.json>
M
site/mmm.json
→
site/mmm.json
@@ -1,10 +1,10 @@
{ - "name": "min-site", - "author": "Fabio Cevasco", - "description": "The web site of the min programming language.", - "license": "MIT", - "private": true, - "deps": { - "min-highlight": "master" - } -} + "name": "min-site", + "author": "Fabio Cevasco", + "description": "The web site of the min programming language.", + "license": "MIT", + "private": true, + "deps": { + "min-highlight": "master" + } +}