Skip to content

Commit 362c3d4

Browse files
committed
update readme.md with the new repository - https://github.com/GsDevKit/ServiceVM
1 parent 97ff6a1 commit 362c3d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,13 @@ poll: cycle
283283
* [Install using tODE](#install-using-tode)
284284

285285
### Install using Metacello
286-
Clone the https://github.com/glassdb/ServiceVM repository to your local disk and
286+
Clone the https://github.com/GsDevKit/ServiceVM repository to your local disk and
287287
install the scripts needed by the service vm in the $GEMSTONE product tree (make
288288
sure you have $GEMSTONE defined before running the installScripts.sh step):
289289

290290
```shell
291291
cd /opt/git # root dir for git repository
292-
git clone git@github.com:glassdb/ServiceVM.git # clone service vm
292+
git clone https://github.com/GsDevKit/ServiceVM.git # clone service vm
293293
cd ServiceVM
294294
bin/installScripts.sh # $GEMSTONE must be defined
295295
```
@@ -299,7 +299,7 @@ extent0.seaside.dbf:
299299

300300
```Smalltalk
301301
| svcRepo |
302-
svcRepo := 'github://glassdb/ServiceVM:master/repository'. "Use this path if you haven't
302+
svcRepo := 'github://GsDevKit/ServiceVM:master/repository'. "Use this path if you haven't
303303
cloned the GitHub repository
304304
don't forget to install the
305305
scripts manually."
@@ -381,7 +381,7 @@ The project entry is a an object:
381381
```Smalltalk
382382
^ TDProjectSpecEntryDefinition new
383383
baseline: 'ServiceVM'
384-
repository: 'github://glassdb/ServiceVM:master/repository'
384+
repository: 'github://GsDevKit/ServiceVM:master/repository'
385385
loads: #('default');
386386
projectPath: self parent printString;
387387
status: #(#'active');

0 commit comments

Comments
 (0)