lafikl / liblb

A golang library that implements load balancing algorithms.
https://lafikl.github.io/liblb-site/
MIT License
360 stars 17 forks source link

404 on the webpage of liblb #5

Closed ReinierMaas closed 7 years ago

ReinierMaas commented 7 years ago

At webpage: http://liblb.com/r2.html I ran into a 404 when clicking: isup.me It linked to: http://liblb.com/isup.me Possible fix link to: http://isup.me/

Context on the webpage:

Use Cases Three Tier Applications, most websites basically. Stateless Applications, for example an uptime service that checks if a certain server up or not by sending a request to (isup.me) liblb R2 Balancer API docs

lafikl commented 7 years ago

good catch!

thanks.