aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/index.html b/index.html
index 6da21c6..196de3a 100644
--- a/index.html
+++ b/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</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>
@@ -57,7 +57,7 @@
</div>
<div class="col-sm-6">
<h2>Getting Started</h2>
- <p>Have a look at the example below to get a feel of flow's usage, then follow the first steps of the <a href="/documentation/manual.html">user guide</a>.</p>
+ <p>Have a look at the example below to get a feel of flow's usage, then follow the first steps of the <a href="https://jodersky.github.io/flow/documentation/manual.html">user guide</a>.</p>
</div>
</div>
</div>
@@ -136,7 +136,7 @@
- <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>