datawebring

A webring for data people who write
git clone https://git.eamoncaddigan.net/datawebring.git
Log | Files | Refs | README

commit db350c41e896c451861f4abdaee7470d4b09ebc6
parent 0e0d1a3d38f35a4cc3a293f680d3a47f85acb6b5
Author: Randy Au <randy.au@gmail.com>
Date:   Fri, 20 Sep 2024 12:44:08 -0400

Update onionring-variables.js
Diffstat:
Monionring-variables.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionring-variables.js b/onionring-variables.js @@ -23,7 +23,7 @@ var ringID = 'data-ring-dot-list'; //should the widget include a link to an index page? var useIndex = false; //the full URL of the index page. if you're not using one, you don't have to specify anything here -var indexPage = 'https://example.com/index.html'; +var indexPage = 'https://randyau.github.io/datawebring/index.html'; //should the widget include a random button? var useRandom = true;