Fix baseline 13

Commit
0409e7d1525c16fc8e4a52daf5a34a3a2661cd38
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/BaselineOfMyFitnessTracker/BaselineOfMyFitnessTracker.class.st
index ff8f212d..282e511e 100644..100644
@@ -28,14 +28,14 @@
28 28
29 29 spec baseline: 'Seaside3' with: [
30 30 spec
31 Removed: loads: #( 'default' );
32 Removed: repository: 'github://SeasideSt/Seaside:v3.5.x/repository' ].
31 Added: " loads: #( 'default' );"
32 Added: repository: 'https://github.com/SeasideSt/Seaside/tree/v3.5.x/repository' ].
33 33 spec baseline: 'Bootstrap5' with: [
34 34 spec repository:
35 Removed: 'github://ba-st/Seaside-Bootstrap:master/repository' ].
35 Added: 'https://github.com/astares/Seaside-Bootstrap5/tree/master/src' ].
36 36 spec
37 37 baseline: 'SQLite3'
38 Removed: with: [ spec repository: 'github://pharo-rdbms/Pharo-SQLite3/src' ]
38 Added: with: [ spec repository: 'https://github.com/pharo-rdbms/Pharo-SQLite3/tree/v2.2.7/src' ]
39 39 ]
40 40
41 41 { #category : #accessing }