From 2f78c7459ce021bf1187a1765a8aa71ea1a84f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Fri, 29 May 2026 01:23:28 +0300 Subject: [PATCH] use new bittyjs url --- README.md | 2 +- THIRDPARTY.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8844fc..225ff23 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ a live example can be seen in action over at [Porom](https://forum.poto.cafe/). ## stack & structure on the server side, pyrom is built in Python using the Flask framework. content is rendered mostly server-side with Jinja templates. the database used is SQLite. -on the client side, JS with only one library ([Bitty](https://bitty-js.com)) is used. for CSS, pyrom uses Sass. +on the client side, JS with only one library ([Bitty](https://bittyjs.com)) is used. for CSS, pyrom uses Sass. below is an explanation of the folder structure: diff --git a/THIRDPARTY.md b/THIRDPARTY.md index 866f695..2a4c0b0 100644 --- a/THIRDPARTY.md +++ b/THIRDPARTY.md @@ -73,8 +73,8 @@ Repo: https://github.com/emcconville/wand ## Bitty -Affected files: [`data/static/js/vnd/bitty-7.0.0.js`](./data/static/js/vnd/bitty-7.0.0.js) -URL: https://bitty-js.com/ +Affected files: [`data/static/js/vnd/bitty-8.0.0.js`](./data/static/js/vnd/bitty-8.0.0.js) +URL: https://bittyjs.com/ License: CC0 1.0 Author: alan w smith https://www.alanwsmith.com/ Repo: https://github.com/alanwsmith/bitty