Skip to content

Commit 550f91a

Browse files
committed
Fix typo in URL.
1 parent cabb0c0 commit 550f91a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TCW/tcw32.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
target="http://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/"
4343
>How to Install and Use the Linux Bash Shell on Windows 10</ref>”. Once you’re in a
4444
terminal window, you can clone the TEI repos thus:
45-
<lb/><code>git clone git@github.com:TEIC/TEI.git</code> and
46-
<lb/><code>git clone git@github.com:TEIC/Stylesheets.git</code>
45+
<lb/><code lang="sh">git clone git@github.com:TEIC/TEI.git</code> and
46+
<lb/><code lang="sh">git clone git@github.com:TEIC/Stylesheets.git</code>
4747
</p>
4848
<p>It’s probably a good idea to keep these side-by-side. I put mine in a directory called:
4949
<code>/Users/hcayless/Development/TEIC</code>. As you will see, it’s a good idea to do
@@ -67,7 +67,7 @@
6767
The directory containing your repositories will be mapped to a directory in the container
6868
(which is why it’s easier to put them side-by-side). You’ll run the test container with a
6969
command like:
70-
<lb/><code>docker run --name tei -v /Users/hcayless/Development/TEIC:/tei -it -e TZ=America/New_York
70+
<lb/><code lang="sh">docker run --name tei -v /Users/hcayless/Development/TEIC:/tei -it -e TZ=America/New_York
7171
teic/teidev-docker</code>
7272
<lb/>which will put you in a Bash shell inside the container (named 'tei'), at the root directory.
7373
The directory on your local file system where you cloned the TEI and
@@ -102,7 +102,7 @@
102102
of tests you want to troubleshoot (e.g. <code>make test-oddity</code> in
103103
<code>Stylesheets/Test</code> to test ODD-conversion methods). The targets are all defined
104104
in the <code>Makefile</code>s.</p>
105-
<p>The <ref target="http://www.tei-c.org/Guidelines/P5/get.xml">Using the TEI GitHub
105+
<p>The <ref target="https://tei-c.org/guidelines/p5/using-the-tei-github-repository/">Using the TEI GitHub
106106
Repository</ref> document has more detail on all the processes you can run, and very
107107
meager information on how to get set up to run them—but you just bypassed all that.
108108
Besides the <code>make</code> targets listed there, both the TEI and Stylesheets repos

0 commit comments

Comments
 (0)