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 a20802d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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
10 changes: 5 additions & 5 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

0 comments on commit a20802d

Please sign in to comment.