orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

Broken Link: CL-Async Threading -> Futures #92

Closed tamborello closed 10 years ago

tamborello commented 10 years ago

In the CL-Async Threading documentation, http://orthecreedence.github.io/cl-async/threading in the futures example, where it states, "Let’s integrate what we just did with futures," "futures" is a link to http://orthecreedence.github.io/cl-async/futures

Following that link results in a 404 error. However, there is a Github-hosted Futures project at: http://orthecreedence.github.io/cl-async/future

orthecreedence commented 10 years ago

fixed in 04aec46. Thanks!