@@ -13,23 +13,23 @@ Tips and tricks related to Pharo.
13
13
14
14
### General
15
15
16
- - [ Things beginners must learn] ( MustKnowForBeginners.md )
17
- - [ How to deal with baselines] ( Baselines.md ) [ In Progress]
18
- - [ Some cool snippets in Pharo] ( CoolSnippets.md )
16
+ - [ Things beginners must learn] ( General/ MustKnowForBeginners.md)
17
+ - [ How to deal with baselines] ( General/ Baselines.md) [ In Progress]
18
+ - [ Some cool snippets in Pharo] ( General/ CoolSnippets.md)
19
19
20
20
### Pharo projects
21
21
22
- - [ How to deal with files] ( Files.md ) [ TODO]
23
- - [ Objects serialization] ( ObjectsSerialization.md ) - Lists possibilities to serialize your objects on disk. [ TODO]
24
- - [ Rich text] ( RichText.md )
25
- - [ WebBrowser] ( WebBrowser.md ) - A project to open a link in the default web browser.
26
- - [ Metalinks] ( Metalinks.md ) [ TODO]
22
+ - [ How to deal with files] ( PharoProjects/ Files.md) [ TODO]
23
+ - [ Objects serialization] ( PharoProjects/ ObjectsSerialization.md) - Lists possibilities to serialize your objects on disk. [ TODO]
24
+ - [ Rich text] ( PharoProjects/ RichText.md)
25
+ - [ WebBrowser] ( PharoProjects/ WebBrowser.md) - A project to open a link in the default web browser.
26
+ - [ Metalinks] ( PharoProjects/ Metalinks.md) [ TODO]
27
27
28
28
### External projects
29
29
#### Data exchange
30
- - [ CSV support] ( CSV.md )
31
- - [ JSON support] ( JSON.md )
32
- - [ XML support] ( XML.md ) [ TODO]
33
- - [ HTML support] ( HTML.md ) [ TODO]
34
- - [ Arff support] ( Arff.md ) - Arff is a format defined by [ Weka] ( http://www.cs.waikato.ac.nz/ml/weka/ ) to be used for data importation. [ TODO]
35
- - [ ESC/P support] ( ESCP.md ) - ESC/P is a binary format understood by a lot of receipt printers. [ TODO]
30
+ - [ CSV support] ( ExternalProject/Export/ CSV.md)
31
+ - [ JSON support] ( ExternalProject/Export/ JSON.md)
32
+ - [ XML support] ( ExternalProject/Export/ XML.md) [ TODO]
33
+ - [ HTML support] ( ExternalProject/Export/ HTML.md) [ TODO]
34
+ - [ Arff support] ( ExternalProject/Export/ Arff.md) - Arff is a format defined by [ Weka] ( http://www.cs.waikato.ac.nz/ml/weka/ ) to be used for data importation. [ TODO]
35
+ - [ ESC/P support] ( ExternalProject/Export/ ESCP.md) - ESC/P is a binary format understood by a lot of receipt printers. [ TODO]
0 commit comments