Skip to content

Commit 5e9d3fd

Browse files
committed
Issue #53: replace seaside.gemstome.com reference with seaside.gemtalksystems.com reference
1 parent c740380 commit 5e9d3fd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[._]*.s[a-w][a-z]
2+
[._]s[a-w][a-z]
3+
*.un~
4+
Session.vim
5+
.netrwhist
6+
*~

repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/instance/baselineadaptors..st

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ baselineadaptors: spec
8686
className: 'ConfigurationOfGsFastCGI';
8787
versionString: #'stable';
8888
loads: #('FastCGI');
89-
repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ].
89+
repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ].
9090
spec
9191
package: 'Seaside-Adaptors-Swazoo'
9292
with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ];
@@ -98,4 +98,4 @@ baselineadaptors: spec
9898
with: [ spec requires: #('Seaside-Adaptors-Swazoo') ];
9999
package: 'Seaside-GemStone-Adaptors-Zinc'
100100
with: [ spec requires: #('Zinc-Seaside') ].
101-
spec group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI') ]
101+
spec group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI') ]

0 commit comments

Comments
 (0)