We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d52985 commit a6972cbCopy full SHA for a6972cb
docs/how-to/how-to-use-as-dependency-in-pharo.md
@@ -17,7 +17,7 @@ should reference the package in your product baseline:
17
spec
18
baseline: 'PersistentAPISkeleton'
19
with: [ spec
20
- repository: 'github://github://mercap/Persistent-API-Skeleton:v{XX}' ];
+ repository: 'github://mercap/Persistent-API-Skeleton:v{XX}' ];
21
project: 'Persistent-API-Skeleton-Deployment'
22
copyFrom: 'PersistentAPISkeleton' with: [ spec loads: 'Deployment' ]
23
```
0 commit comments