We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4696d04 commit 9ac0849Copy full SHA for 9ac0849
1 file changed
README.md
@@ -40,7 +40,7 @@ The following script installs Containers-Stack in Pharo.
40
```st
41
Metacello new
42
baseline: 'ContainersKeyedTree';
43
- repository: 'github://Ducasse/Containers-KeyedTree:v1.0/src';
+ repository: 'github://pharo-containers/Containers-KeyedTree:v1.0/src';
44
load.
45
```
46
@@ -51,5 +51,5 @@ Add the following code to your Metacello baseline or configuration
51
52
spec
53
baseline: 'ContainersKeyedTree'
54
- with: [ spec repository: 'github://Ducasse/Containers-KeyedTree:v1.0/src' ]
+ with: [ spec repository: 'github://pharo-containers/Containers-KeyedTree:v1.0/src' ]
55
0 commit comments