From 0312447c3da527a6eabf92671b73acb54f0dbebe Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Mon, 16 May 2022 15:36:18 -0300 Subject: [PATCH] Upd link to Writing Great Documentation fix: #142 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3f4b8..c73f888 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Designing Great API Docs](https://www.pixelstech.net/article/1331352900-Designing-Great-API-Docs) - Blog post by [@jamesyu](https://twitter.com/jamesjyu) about what he/Parse finds essential in API Docs. (contributed by [@hobbyist](https://twitter.com/https://twitter.com/#!/hobbyist)) * [TomDoc](http://tomdoc.org/) - A specification for Ruby library API docs by [@mojombo](https://twitter.com/mojombo) (contributed by [@lenary](https://twitter.com/#!/lenary)) * [Write the Docs](https://www.writethedocs.org/) - A conference for authors of technical documentation. (contributed by [@macintux](https://twitter.com/macintux)) -* [Writing Great Documentation](http://jacobian.org/writing/great-documentation/) - Covers a variety of topics relating to writing good documentation such as content, style, formatting and so on. (contributed by [Paul A. Wilson](http://github.com/paulalexwilson)) +* [Writing Great Documentation](https://jacobian.org/series/great-documentation/) - Covers a variety of topics relating to writing good documentation such as content, style, formatting and so on. (contributed by [Paul A. Wilson](http://github.com/paulalexwilson)) ### Generating Docs