Skip to content

Commit 98971ac

Browse files
committed
Adjusted links to access local docs.
1 parent 6dcc84b commit 98971ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/cstyle.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@
4343

4444
</p><p>The <b>recommended C style is used for the Oracle Solaris operating
4545
system source code</b> and is explained in a short (~20 pages) nicely formatted
46-
document: <a href="http://mff.devnull.cz/cstyle/cstyle.ms.pdf">C Style and
47-
Coding Standards for SunOS</a>.
46+
document: <a href="./cstyle.ms.pdf">C Style and Coding Standards for SunOS</a>.
4847

49-
</p><p>The <a href="http://mff.devnull.cz/cstyle/cstyle.pl">cstyle.pl</a> for
50-
verification is provided, and it works like this:
48+
</p><p>The <a href="./cstyle.pl">cstyle.pl</a> for verification is provided, and
49+
it works like this:
5150

5251
</p><pre>$ chmod u+x cstyle.pl
5352
$ ./cstyle.pl src/exams/parallel-udp/*.c

0 commit comments

Comments
 (0)