diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6fec46fa..de4ee8a2 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -190,4 +190,4 @@ If you plan to make significant or breaking changes, please open an issue so we Thanks to the Pharo team for all their dedication in building a modern open source Smalltalk. -![Pharo](http://pharo.org/web/files/pharo.png) +![Pharo](https://pharo.org/web/files/pharo.png) diff --git a/docs/LEARNING.md b/docs/LEARNING.md index bcd3ec44..f5c7e351 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -4,23 +4,23 @@ As Smalltalk is widely used, there is rich choice of reading material. ## Starting Out -* [Pharo Main Site](http://pharo.org/documentation): +* [Pharo Main Site](https://pharo.org/documentation): has a wealth of articles and help -* [Pharo Syntax Cheatsheet](http://files.pharo.org/media/pharoCheatSheet.pdf): +* [Pharo Syntax Cheatsheet](https://files.pharo.org/media/pharoCheatSheet.pdf): it fits on a postcard -* [I Can Read C but not Smalltalk](http://www.eli.sdsu.edu/courses/spring01/cs635/readingSmalltalk.pdf): several easy steps to understanding Smalltalk +* [I Can Read C but not Smalltalk](https://www.eli.sdsu.edu/courses/spring01/cs635/readingSmalltalk.pdf): several easy steps to understanding Smalltalk * [Pharo By Example (9.0)](https://books.pharo.org/pharo-by-example9/): a full pdf book with step by step examples -* [Learning OOP and TDD in Pharo](http://books.pharo.org/learning-oop/): +* [Learning OOP and TDD in Pharo](https://books.pharo.org/learning-oop/): introduces more programming techniques and concepts * [Discord](https://discord.gg/QewZMZa) has an -active online Pharo discussions forum (use the invite link at the top of the [Community Page](http://pharo.org/community)) -* [Pharo Mooc](http://mooc.pharo.org/): +active online Pharo discussions forum (use the invite link at the top of the [Community Page](https://pharo.org/community)) +* [Pharo Mooc](https://mooc.pharo.org/): provides a series of full programming courses and videos ## More Advanced -* [Deep Into Pharo](http://books.pharo.org/deep-into-pharo/): +* [Deep Into Pharo](https://books.pharo.org/deep-into-pharo/): takes you through more advanced topics like graphics and parsing * [Pharo with style](https://github.com/SquareBracketAssociates/Booklet-PharoWithStyle): is the guide for formatting and designing the Pharo way diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index 01f9ba9d..15f474aa 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -2,13 +2,13 @@ The following are useful starting points for getting more detailed information about Pharo and its community: -* [Pharo Main Site](http://pharo.org/documentation) -* [Pharo Syntax Cheatsheet](http://files.pharo.org/media/pharoCheatSheet.pdf) +* [Pharo Main Site](https://pharo.org/documentation) +* [Pharo Syntax Cheatsheet](https://files.pharo.org/media/pharoCheatSheet.pdf) ### Community -* [Pharo Community Resources](http://pharo.org/community) (including Discord chat link) -* [Contribute to Pharo](http://pharo.org/contribute) +* [Pharo Community Resources](https://pharo.org/community) (including Discord chat link) +* [Contribute to Pharo](https://pharo.org/contribute) ### Environment @@ -23,5 +23,5 @@ The following are useful starting points for getting more detailed information a * [Smalltalk with style](http://sdmeta.gforge.inria.fr/FreeBooks/WithStyle/SmalltalkWithStyle.pdf) * [Smalltalk ANSI Standard](http://wiki.squeak.org/squeak/uploads/172/standard_v1_9-indexed.pdf) * [Smalltalk Grammar](https://gist.github.com/sin3141592/602700) -* [Deep Into Pharo](http://books.pharo.org/deep-into-pharo/) +* [Deep Into Pharo](https://books.pharo.org/deep-into-pharo/) * [Call Stack Management](https://files.pharo.org/books-pdfs/booklet-CallStack/2018-01-23-CallStack.pdf)