-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protocol change to https style (And some markdown style updates) (#636)
* Style consistency - Blank line after heading - EOL at last line - Trailing whitespace reserved for semantic use * Using http secure protocol where we can
- Loading branch information
Showing
3 changed files
with
57 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
|
||
## Recommended Resources | ||
|
||
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 | ||
|
||
* [Pharo Screencasts](https://www.youtube.com/channel/UCp3mNigANqkesFzdm058bvw) | ||
* [Early History Of Smalltalk](http://worrydream.com/EarlyHistoryOfSmalltalk/) | ||
* [Pharo Git Support (Iceberg)](https://github.com/pharo-vcs/iceberg) | ||
* [Pharo Git Versioning Explained](http://blog.yuriy.tymch.uk/2015/07/pharo-and-github-versioning-revision-2.html) | ||
|
||
### Docs | ||
|
||
* [Pharo with style](https://github.com/SquareBracketAssociates/Booklet-PharoWithStyle) | ||
* [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) |