|
@@ -13,15 +13,15 @@
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
|
<!-- twitter bootstrap -->
|
|
|
- <link rel="stylesheet" href="_static/css/bootstrap.min.css">
|
|
|
- <link rel="stylesheet" href="_static/css/bootstrap-responsive.min.css">
|
|
|
+ <link rel="stylesheet" href="../_static/css/bootstrap.min.css">
|
|
|
+ <link rel="stylesheet" href="../_static/css/bootstrap-responsive.min.css">
|
|
|
|
|
|
<!-- main style file -->
|
|
|
- <link rel="stylesheet" href="_static/css/main.css">
|
|
|
+ <link rel="stylesheet" href="../_static/css/main.css">
|
|
|
|
|
|
<!-- vendor scripts -->
|
|
|
- <script src="_static/js/vendor/jquery-1.9.1.min.js" type="text/javascript" ></script>
|
|
|
- <script src="_static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js" type="text/javascript" ></script>
|
|
|
+ <script src="../_static/js/vendor/jquery-1.9.1.min.js" type="text/javascript" ></script>
|
|
|
+ <script src="../_static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js" type="text/javascript" ></script>
|
|
|
|
|
|
</head>
|
|
|
|
|
@@ -34,8 +34,8 @@
|
|
|
|
|
|
<div style="float: right" class="pull-right">
|
|
|
<ul class="nav">
|
|
|
- <li><a href="index.html">Introduction</a></li>
|
|
|
- <li class="active"><a href="gettingstarted.html">Getting started</a></li>
|
|
|
+ <li><a href="../">Introduction</a></li>
|
|
|
+ <li class="active"><a href="./">Getting started</a></li>
|
|
|
<li class=""><a href="http://docs.docker.io/en/latest/concepts/containers/">Documentation</a></li>
|
|
|
</ul>
|
|
|
|
|
@@ -46,7 +46,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="margin-left: -12px; float: left;">
|
|
|
- <a href="index.html"><img style="margin-top: 12px; height: 38px" src="_static/img/docker-letters-logo.gif"></a>
|
|
|
+ <a href="../index.html"><img style="margin-top: 12px; height: 38px" src="../_static/img/docker-letters-logo.gif"></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -180,7 +180,7 @@
|
|
|
|
|
|
|
|
|
<!-- bootstrap javascipts -->
|
|
|
-<script src="_static/js/vendor/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+<script src="../_static/js/vendor/bootstrap.min.js" type="text/javascript"></script>
|
|
|
|
|
|
<!-- Google analytics -->
|
|
|
<script type="text/javascript">
|