diff options
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. |