We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65aa955 commit 181bdf1Copy full SHA for 181bdf1
1 file changed
src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
@@ -236,7 +236,7 @@ BaselineOfPolyMath >> sMark: spec [
236
{ #category : 'dependencies' }
237
BaselineOfPolyMath >> vectorMatrix: spec [
238
239
- spec baseline: 'MathVectorMatrix' with: [ spec repository: 'github://PolyMathOrg/vector-matrix/src' ]
+ spec baseline: 'MathVectorMatrix' with: [ spec repository: 'github://PolyMathOrg/vector-matrix:master' ]
240
]
241
242
0 commit comments