fix href locations in webring.js
This commit is contained in:
parent
87f64e82d7
commit
d1d2ede977
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
|||
// List of all members in the webring. Add onto this manually whenever you want to add someone new to the ring.
|
||||
// Please take time to go through here and use the search-and-replace feature of your favorite text editor to change all instances of atiran to a lower-case or camel-case version of your webring name, as well as change the configuration to your liking.
|
||||
var atiran_members = [
|
||||
'https://midnadimple.com',
|
||||
'https://devraza.giize.com',
|
||||
'https://happybull.co.uk'
|
||||
'https://midnadimple.com/',
|
||||
'https://devraza.giize.com/',
|
||||
'https://happybull.co.uk/'
|
||||
]
|
||||
// Various config options that should be self-documenting.
|
||||
// Again, if you're hosting this Librering, please change all the instances of atiran to your particular webring name in lower case, and insert valid image URLs for the badges and navigation.
|
||||
|
|
Loading…
Reference in a new issue