Skip to content

Commit 895c844

Browse files
committed
Fix GitHub URLs:
"Fish-Git" ==> "SDL-Hercules-390"
1 parent b26f13e commit 895c844

9 files changed

+27
-27
lines changed

crypto/crypto.README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ For licensing information please refer to the LICENSE.txt document.
4040
For information on building the Crypto external package, refer to the BUILDING
4141
document in the external package's source repository at:
4242

43-
https://github.com/Fish-Git/crypto
43+
https://github.com/sdl-hercules-390/crypto
4444

4545
===============================================================================

hercver.rc2

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define HERCULES_PRODUCT "The Hercules System/370, ESA/390, and z/Architecture Emulator"
2626
#define HERCULES_COPYRIGHT "(C) Copyright 1999-2018"
2727
#define HERCULES_COMPANY "by Roger Bowler, Jan Jaeger, and others"
28-
#define HERCULES_PRODUCT_URL "http://fish-git.github.io/html"
28+
#define HERCULES_PRODUCT_URL "http://sdl-hercules-390.github.io/html"
2929
#define HERCULES_PRODUCT_EMAIL "[email protected]"
3030

3131
#if defined(PRERELEASE)

html/hercconf.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ <h3>System parameters</h3>
765765
It is however <i>not</i> a 100% complete implementation.
766766
<p>
767767
Please refer to the
768-
<a href="https://github.com/fish-git/hyperion/blob/master/README.ECPSVM">README.ECPSVM</a>
768+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.ECPSVM">README.ECPSVM</a>
769769
document for more detailed information,
770770
including an explanation of the <code>TRAP</code> and <code>NOTRAP</code> options.
771771
<p>
@@ -2819,7 +2819,7 @@ <h4>Arguments required for each device type</h4>
28192819
<p>
28202820

28212821
Refer to the distributed source-code's
2822-
<a href="https://github.com/fish-git/hyperion/blob/master/README.TAPE">README.TAPE</a>
2822+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.TAPE">README.TAPE</a>
28232823
document for additional information regarding system and application programming
28242824
for tape devices and instructions regarding use of the emulated <b>ACF</b>
28252825
(Automatic Cartridge Feeder) and <a href="#AUTOMOUNT">AUTOMOUNT</a> features

html/hercinst.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ <h2>Building and Installing</h2>
4949
<h3>Building from source - Windows</h3>
5050
<ol>
5151
<li>Download the
52-
<a href="https://github.com/fish-git/hyperion/archive/master.zip">source code .ZIP file</a>
53-
from Github, or even better, <a href="https://github.com/Fish-Git/hyperion">clone the repository</a>.
52+
<a href="https://github.com/sdl-hercules-390/hyperion/archive/master.zip">source code .ZIP file</a>
53+
from Github, or even better, <a href="https://github.com/sdl-hercules-390/hyperion">clone the repository</a>.
5454
<p>
5555
<em>Note:</em> By downloading this file (or cloning the repostiory) you agree to the terms
5656
of the <a href="herclic.html">Q Public Licence</a>.
5757
<br />
5858

5959
<li>
6060
Hercules for Windows is built using the Microsoft Visual C (MSVC) compiler.
61-
Refer to file <a href="https://github.com/fish-git/hyperion/blob/master/README.WIN64">README.WIN64</a> for details.
61+
Refer to file <a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.WIN64">README.WIN64</a> for details.
6262
Note: Fish also has updated VS2015/VS2017 instructions
6363
on his <a href="http://www.softdevlabs.com/hercules-vs2015-build.html">MSVC Hercules Build Instructions</a> web page.
6464
<br /><br />
6565

66-
<li>Be sure to read the <a href="https://fish-git.github.io/html/hercrnot.html">Release Notes</a>
66+
<li>Be sure to read the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html">Release Notes</a>
6767
with every new release, which contains important late-breaking information about each new release.
6868
<br /><br />
6969

@@ -117,8 +117,8 @@ <h3>Building from source - Linux and Mac OS X</h3>
117117
<ol>
118118

119119
<li>Download the
120-
<a href="https://github.com/fish-git/hyperion/archive/master.zip">source code .ZIP file</a>
121-
from Github, or even better, <a href="https://github.com/Fish-Git/hyperion">clone the repository</a>.
120+
<a href="https://github.com/sdl-hercules-390/hyperion/archive/master.zip">source code .ZIP file</a>
121+
from Github, or even better, <a href="https://github.com/sdl-hercules-390/hyperion">clone the repository</a>.
122122
<p>
123123
<em>Note:</em> By downloading this file (or cloning the repostiory) you agree to the terms
124124
of the <a href="herclic.html">Q Public Licence</a>.
@@ -129,7 +129,7 @@ <h3>Building from source - Linux and Mac OS X</h3>
129129
<pre>unzip hyperion-master.zip
130130
cd hyperion-master</pre>
131131

132-
<li>Be sure to read the <a href="https://fish-git.github.io/html/hercrnot.html">Release Notes</a>
132+
<li>Be sure to read the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html">Release Notes</a>
133133
with every new release, which contains important late-breaking information about each new release.
134134
<br />
135135
<br />
@@ -175,7 +175,7 @@ <h3>Building from source - Linux and Mac OS X</h3>
175175
<br /><br />
176176

177177
For more detailed External Package build information please refer to the
178-
<a href="https://github.com/fish-git/hyperion/blob/master/README.EXTPKG">README.EXTPKG</a>
178+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.EXTPKG">README.EXTPKG</a>
179179
document.
180180

181181
<p>

html/hercnew.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ <h2>What's new in this version of Hercules 4.0 Hyperion</h2>
1717
<p>Release date: Not yet determined.
1818
<ul>
1919
<li>Far too many fixes and enhancements to list here. Instead, please refer</br>
20-
to this repository's <a href="https://github.com/Fish-Git/hyperion/commits/master">commit log</a>
20+
to this repository's <a href="https://github.com/sdl-hercules-390/hyperion/commits/master">commit log</a>
2121
for a complete detailed list of all changes</br>
2222
made to this version, or to the
2323
<a href="hercrnot.html">Release notes</a> web page for a summary</br>
2424
of its major changes.
2525
</ul>
26-
<p>Source code: &nbsp;<a href="https://github.com/fish-git/hyperion/archive/master.zip">master.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; (GitHub)
26+
<p>Source code: &nbsp;<a href="https://github.com/sdl-hercules-390/hyperion/archive/master.zip">master.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; (GitHub)
2727
<br>
2828
Pre-built <a href="http://www.softdevlabs.com/hyperion.html#prebuilt">Windows binaries</a>&nbsp; &nbsp;&nbsp; (SoftDevLabs)
2929

html/hercrnot.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>Release notes for the SDL version of Hercules 4.00 Hyperion</h2>
2525
Select source code and associated functionality has been moved out of
2626
the Hercules repository and into separately maintained External Package
2727
repositories. Refer to the
28-
<a href="https://github.com/fish-git/hyperion/blob/master/README.EXTPKG">README.EXTPKG</a>
28+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.EXTPKG">README.EXTPKG</a>
2929
document for more information.
3030
</p>
3131

@@ -119,7 +119,7 @@ <h2>Release notes for the SDL version of Hercules 4.00 Hyperion</h2>
119119
The default implementation for the CMPSC Compression Call instruction
120120
is now the new cmpsc_2012 implementation. The previous legacy implementation
121121
no longer exists. Refer to the
122-
<a href="https://github.com/fish-git/hyperion/blob/master/README.CMPSC">README.CMPSC</a>
122+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.CMPSC">README.CMPSC</a>
123123
document of the source code distribution for more information.
124124
</p>
125125

@@ -252,7 +252,7 @@ <h2>Release notes for the SDL version of Hercules 4.00 Hyperion</h2>
252252
Hyperion 4.0 now provides a mostly complete ECPSVM CP/VM Assist
253253
implementation. While still not 100% complete, support for many new
254254
assists has been added and several bugs have been fixed. Refer to the
255-
<a href="https://github.com/fish-git/hyperion/blob/master/README.ECPSVM">README.ECPSVM</a>
255+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.ECPSVM">README.ECPSVM</a>
256256
document for more detailed information.
257257
</p>
258258

@@ -408,7 +408,7 @@ <h2>Release notes for the SDL version of Hercules 4.00 Hyperion</h2>
408408
A new Hercules S/370 Instruction Extension Facility has been implemented to
409409
replace the functionality previously provided by the "s37x.dll" dynamically
410410
loadable module. Please refer to the
411-
<a href="https://github.com/fish-git/hyperion/blob/master/README.S37X">README.S37X</a>
411+
<a href="https://github.com/sdl-hercules-390/hyperion/blob/master/README.S37X">README.S37X</a>
412412
document for more information.
413413
</p>
414414

html/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -271,17 +271,17 @@ <h4>What's New, Release Notes, etc:</h4>
271271
<li><a href="hercnew.html">What's new in this version</a>
272272
<li><a href="hercrnot.html">Release notes</a>
273273
<li><a href="http://groups.yahoo.com/group/hercules-390">Support Forum</a>
274-
<li><a href="https://github.com/fish-git/hyperion/issues">Issue Tracker</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>(<b>report your bugs here</b>)</i>
275-
<li><a href="https://github.com/fish-git/hyperion/wiki">Community Wiki</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>(it's only as good as <b><u>you</u></b> help make it)</i>
274+
<li><a href="https://github.com/sdl-hercules-390/hyperion/issues">Issue Tracker</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>(<b>report your bugs here</b>)</i>
275+
<li><a href="https://github.com/sdl-hercules-390/hyperion/wiki">Community Wiki</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>(it's only as good as <b><u>you</u></b> help make it)</i>
276276
</ul>
277277

278278
<h4>Source code and binaries:</h4>
279279
<ul>
280280
<li>Source code:
281281
<p>
282282
<ul>
283-
<li><a href="https://github.com/fish-git/hyperion">Source code repository on Github</a>
284-
<li><a href="https://github.com/fish-git/hyperion/archive/master.zip">Source code .ZIP file from Github</a>
283+
<li><a href="https://github.com/sdl-hercules-390/hyperion">Source code repository on Github</a>
284+
<li><a href="https://github.com/sdl-hercules-390/hyperion/archive/master.zip">Source code .ZIP file from Github</a>
285285
</ul>
286286
<p>
287287
<li>Windows binaries:
@@ -342,8 +342,8 @@ <h3>GitHub source code repositories:</h3>
342342
<br />
343343

344344
<dt>
345-
<a href="https://github.com/fish-git/hyperion" target="_blank">
346-
https://github.com/fish-git/<b>hyperion</b></a>
345+
<a href="https://github.com/sdl-hercules-390/hyperion" target="_blank">
346+
https://github.com/sdl-hercules-390/<b>hyperion</b></a>
347347
<dd>
348348
<p>
349349
This <b>hyperion</b> repository is the <b><i>SoftDevLabs</i></b> fork
@@ -391,7 +391,7 @@ <h3>Minimum supported host platforms:</h3>
391391
or entered into the appropriate Github issue tracker:
392392

393393
<ul>
394-
<li><a href="https://github.com/fish-git/hyperion/issues">Issues with <b>this <i>SoftDevLabs</i> version</b> of Hercules 4.0 Hyperion</a>
394+
<li><a href="https://github.com/sdl-hercules-390/hyperion/issues">Issues with <b>this <i>SoftDevLabs</i> version</b> of Hercules 4.0 Hyperion</a>
395395
<li><a href="https://github.com/rbowler/spinhawk/issues">Issues with the 3.x <b>spinhawk</b> version of Hercules</a>
396396
<p>
397397
<li><a href="http://groups.yahoo.com/group/hercules-390">Primary Hercules-390 Support Forum</a>

html/rexx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h2><a NAME="AWSCMD">Issuing Hercules Commands</a></h2>
366366
the usual convention of "stemvar<i>.0</i>" being set to the number of response lines
367367
and "stemvar<i>.1</i>" to "stemvar<i>.n</i>" holding the Hercules response lines themselves.
368368
A sample script called
369-
"<u><a href="https://github.com/Fish-Git/hyperion/blob/master/scripts/hcommand.rexx">hcommand.rexx</a></u>"
369+
"<u><a href="https://github.com/sdl-hercules-390/hyperion/blob/master/scripts/hcommand.rexx">hcommand.rexx</a></u>"
370370
illustrating both techniques ("Address" and "AWSCMD") can be found in the
371371
"<code>scripts</code>" subdirectory of the Hercules source code distribution.
372372

telnet/telnet.README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Source code:
88
https://github.com/seanmiddleditch/libtelnet
9-
https://github.com/Fish-Git/telnet
9+
https://github.com/sdl-hercules-390/telnet
1010

1111
Sean Middleditch
1212

0 commit comments

Comments
 (0)