aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/2-requests-and-responses
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/2-requests-and-responses')
-rw-r--r--tutorial/2-requests-and-responses/index.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/tutorial/2-requests-and-responses/index.html b/tutorial/2-requests-and-responses/index.html
index c32b7cda..e6dc3004 100644
--- a/tutorial/2-requests-and-responses/index.html
+++ b/tutorial/2-requests-and-responses/index.html
@@ -81,21 +81,14 @@
<ul class="nav navbar-nav">
<li ><a href="/">Home</a></li>
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Quickstart <b class="caret"></b></a>
+ <li class="dropdown active">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="../quickstart">Quickstart</a>
</li>
- </ul>
- </li>
-
- <li class="dropdown active">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
<li >
<a href="../1-serialization">1 - Serialization</a>
</li>