aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/tutorials/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/tutorials/index.py')
-rw-r--r--doc-src/tutorials/index.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc-src/tutorials/index.py b/doc-src/tutorials/index.py
index 22cc2b7f..1cb04679 100644
--- a/doc-src/tutorials/index.py
+++ b/doc-src/tutorials/index.py
@@ -3,4 +3,5 @@ from countershape import Page
pages = [
Page("30second.html", "Client playback: a 30 second example"),
Page("gamecenter.html", "Setting highscores on Apple's GameCenter"),
-]
+ Page("transparent-dhcp.html", "Transparently proxify virtual machines")
+] \ No newline at end of file