From 5afbb3c728c47ae3364287660fbf5343970d359d Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Wed, 13 Apr 2022 14:32:54 -0300 Subject: [PATCH] Upd link to Riak Pipe README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7bc040..54ffbd2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Redis Commands](https://redis.io/commands/) - Most of the Redis docs are exceptional, but this section really epitomizes the combination of good design and usability. And all the individual command pages give you the ability to test things out without leaving the page. Pretty close to perfect. * [GitHub Developer Docs](https://docs.github.com/en) - I don't always get excited about accordion-based navigation, but when I do... * [Dropwizard](https://www.dropwizard.io/) - Beautiful and concise; another Bootstrap joint. (contributed by [mrtazz](https://twitter.com/#!/mrtazz)).) -* [Riak Pipe README](https://github.com/basho/riak_pipe/blob/develop/README.org) - The simplicity of READMEs means that you can't obscure shitty content with flashy design. This one is written by my Basho colleague [Bryan Fink](https://twitter.com/#!/hobbyist) and should be committed to memory as an excellent example of how to write READMEs. +* [Riak Pipe README](https://github.com/basho/riak_pipe/blob/develop/README.md) - The simplicity of READMEs means that you can't obscure shitty content with flashy design. This one is written by my Basho colleague [Bryan Fink](https://twitter.com/#!/hobbyist) and should be committed to memory as an excellent example of how to write READMEs. * [Learn You Some Erlang](http://learnyousomeerlang.com/content) (contributed by [@lenary](https://twitter.com/lenary)) (It should also be noted that LYSE was inspired by Miran Lipovača's [Learn You A Haskell](http://learnyouahaskell.com/).) * [CoreOS](http://coreos.com/docs/) - Primary-colored goodness and a distributed system to boot (contributed by [@lucperkins](https://twitter.com/lucperkins)) * [Django Documentation](https://docs.djangoproject.com/en/) - (contributed by [@bretthoerner](https://twitter.com/bretthoerner))