Skip to content

Commit f3735dd

Browse files
Remove FAQ link.
1 parent 3e24305 commit f3735dd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

website/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install-docs:
1515
TEMP=`mktemp -d` ; cd $$TEMP ; tar xzf $$LATEST ; \
1616
cp domjudge-*/doc/team/team-manual*.pdf $(WWWDIR)/docs/ ; \
1717
cp -r domjudge-*/doc/manual/build/html/* $(WWWDIR)/docs/manual/ ; \
18-
rm -rf $$TEMP
18+
rm -rf $$TEMP

website/documentation.shtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
Document Format (PDF).</dd>
1111
</dl>
1212

13-
<p>A <a href="docs/admin-manual-8.html">
14-
Frequently Asked Questions section</a> is included in the Administrator's manual.</p>
15-
1613
<h2>API documentation</h2>
1714

1815
<p>DOMjudge provides a JSON REST API that can be used to query contest

0 commit comments

Comments
 (0)