aboutsummaryrefslogtreecommitdiff
path: root/documentation/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/index.html')
-rw-r--r--documentation/index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/index.html b/documentation/index.html
index f3ccf64..fa5dc22 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -9,16 +9,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Serial communication library for Akka and Scala.">
- <link rel="shortcut icon" type="image/png" href="/assets/images/logo.png"/>
+ <link rel="shortcut icon" type="image/png" href="https://jodersky.github.io/flow/assets/images/logo.png"/>
<title>flow - Documentation</title>
- <link rel="stylesheet" href="/assets/lib/bootstrap/css/bootstrap.min.css">
- <link rel="stylesheet" href="/assets/lib/fontawesome/css/font-awesome.min.css">
- <link rel="stylesheet" href="/assets/stylesheets/solarized-dark.css">
- <link rel="stylesheet" href="/assets/stylesheets/main.css">
+ <link rel="stylesheet" href="https://jodersky.github.io/flow/assets/lib/bootstrap/css/bootstrap.min.css">
+ <link rel="stylesheet" href="https://jodersky.github.io/flow/assets/lib/fontawesome/css/font-awesome.min.css">
+ <link rel="stylesheet" href="https://jodersky.github.io/flow/assets/stylesheets/solarized-dark.css">
+ <link rel="stylesheet" href="https://jodersky.github.io/flow/assets/stylesheets/main.css">
- <script src="/assets/lib/jquery/jquery-1.11.3.min.js"></script>
+ <script src="https://jodersky.github.io/flow/assets/lib/jquery/jquery-1.11.3.min.js"></script>
</head>
<body>
@@ -28,13 +28,13 @@
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">
- <img src="/assets/images/logo.png" alt="flow logo">
+ <img src="https://jodersky.github.io/flow/assets/images/logo.png" alt="flow logo">
flow
</a>
</div>
<ul class="nav navbar-nav navbar-right">
- <li><a href="/documentation">Documentation & Help</a></li>
- <li><a href="/downloads">Download</a></li>
+ <li><a href="https://jodersky.github.io/flow/documentation">Documentation & Help</a></li>
+ <li><a href="https://jodersky.github.io/flow/downloads">Download</a></li>
<li><a href="https://github.com/jodersky/flow">GitHub</a></li>
</ul>
</div>
@@ -56,7 +56,7 @@ Explains how to get started and how all features work. Definitive guide to using
See some very simple, working demo applications.</p>
</li>
<li>
- <p><i class="fa fa-code"></i> <a href="/latest/api#com.github.jodersky.flow.Serial$">API documentation</a>
+ <p><i class="fa fa-code"></i> <a href="https://jodersky.github.io/flow/latest/api#com.github.jodersky.flow.Serial$">API documentation</a>
Browse flow’s API.</p>
</li>
</ul>
@@ -92,7 +92,7 @@ Gitter chat for simple inquiries.</p>
- <script src="/assets/lib/bootstrap/js/bootstrap.min.js"></script>
+ <script src="https://jodersky.github.io/flow/assets/lib/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>