Skip to content

Commit

Permalink
Using http secure protocol where we can
Browse files Browse the repository at this point in the history
  • Loading branch information
kotp committed Jun 28, 2024
1 parent ab500bc commit 8179210
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
14 changes: 7 additions & 7 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following are useful starting points for getting more detailed information a
### Docs

* [Pharo with style](https://github.com/SquareBracketAssociates/Booklet-PharoWithStyle)
* [Smalltalk with style](http://sdmeta.gforge.inria.fr/FreeBooks/WithStyle/SmalltalkWithStyle.pdf)
* [Smalltalk with style](https://web.archive.org/web/20200215093658/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/)
Expand Down

0 comments on commit 8179210

Please sign in to comment.