diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bunnyring.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ come join the bunny web!!! the webring for all bunny enjoyers 🐇 <script type="text/javascript" src="https://bunny.garden/bunnyring/plain/bunnyring.js" /> ``` -2. send an email to bunnyring@bunny.garden with your site's url, the maintainers will add you to the webring if all looks good. +2. send an email to [bunnyring@bunny.garden](mailto:bunnyring@bunny.garden) with your site's url, the maintainers will add you to the webring if all looks good. ## maintainers 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. |