Skip to content

Commit 816383e

Browse files
Small fix on baseline
1 parent f3838f1 commit 816383e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BaselineOfPolyMath >> baseline: spec [
2222
for: #common
2323
do: [
2424
spec blessing: #baseline.
25-
spec repository: 'https://github.com/PolyMathOrg/PolyMath'.
25+
spec repository: 'github://PolyMathOrg/PolyMath/src'.
2626
spec
2727
baseline: 'SMark'
2828
with: [ spec repository: 'github://smarr/SMark:v1.0.4/repository' ];

0 commit comments

Comments
 (0)