From 5069a319b368d98a4e5fc19630bc39457895aff1 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Mon, 16 May 2022 15:01:37 -0300 Subject: [PATCH] Use https in SqlAlchemy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c44a193..a36c176 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Thinking Forth](http://thinking-forth.sourceforge.net) - Forth is now largely eclipsed by Factor, but the book remains an inspiring look at the ideas behind this stack-based language. (contributed by [@macintux](https://twitter.com/macintux)) * [Packer Documentation](https://www.packer.io/docs) - These are just lovely. * [Abjad: Modeling Music in Python](https://abjad.github.io/) - Clean styling, and impressive integration of figures and diagrams. (contributed by [@adorsk](https://github.com/adorsk)) -* [SqlAlchemy](http://docs.sqlalchemy.org/) - One of the most comprehensive pieces of documentation I've ever seen, with excellent linking and layout. (contributed by [@adorsk](https://github.com/adorsk)) +* [SqlAlchemy](https://docs.sqlalchemy.org/) - One of the most comprehensive pieces of documentation I've ever seen, with excellent linking and layout. (contributed by [@adorsk](https://github.com/adorsk)) * [Sonata Project](http://sonata-project.org/bundles/) - All the Sonata Project bundles for Symfony2 on a single page. These have a nice, clear layout. (contributed by [@NoScopie](https://github.com/NoScopie)) * [Laravel](http://laravel.com/docs) - Easily-readable and well-organized docs. Navigation is well formatted and articles are easy to consume. (contributed by [@ToddSmithSalter](https://github.com/toddsmithsalter)) * [FullCalendar](http://arshaw.com/fullcalendar/docs/) – Concise overview of all APIs on a single page, and in-depth descriptions for each. (contributed by [@gr2m](https://github.com/gr2m/))