diff options
author | cel 🌸 <cel@blos.sm> | 2024-01-26 14:02:52 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-01-26 14:02:52 +0000 |
commit | 85d334da440685cda63ee62b62334a68f6a2ea4e (patch) | |
tree | deb5ba8ebf729b0ba8bdc63c86265add00d9ae62 /bunnyring.js | |
parent | 709d07c9b4452105ae61b8d878c32cdaa988f21b (diff) | |
download | bunnyring-85d334da440685cda63ee62b62334a68f6a2ea4e.tar.gz bunnyring-85d334da440685cda63ee62b62334a68f6a2ea4e.tar.bz2 bunnyring-85d334da440685cda63ee62b62334a68f6a2ea4e.zip |
fix links
Diffstat (limited to '')
-rw-r--r-- | bunnyring.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bunnyring.js b/bunnyring.js index f08547d..a783a41 100644 --- a/bunnyring.js +++ b/bunnyring.js @@ -26,7 +26,7 @@ var bunnyring_members = [ ] // Various config options that should be self-documenting. // Again, if you're hosting this Librering, please change all the instances of bunnyring to your particular webring name in lower case, and insert valid image URLs for the badges and navigation. -var bunnyring_ringurl = "https://bunny.garden/bunnyring"; // The URL of the webring itself, for contact and information purposes. +var bunnyring_ringurl = "https://bunny.garden/bunnyring/about/"; // The URL of the webring itself, for contact and information purposes. // var bunnyring_badgeurl = "https://bunny.garden/bunnyring/badge.png"; // The URL of the main badge of the webring; 88x31 recommended, but any size goes. // var bunnyring_prevurl = "https://thewebringitself.site/prev.png"; // The URL of the PREVIOUS badge of the webring; in the original design, a quarter of the main badge. // var bunnyring_nexturl = "https://thewebringitself.site/next.png"; // The URL of the NEXT badge of the webring; in the original design, a quarter of the main badge. |