aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-16 22:48:37 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-16 22:48:37 -0800
commit23e827c4ae2d8ae07376091a4892aad181c90db1 (patch)
treee8b3db660b3e9c06a10e8d1d10a2d14fca06606b
parentc6c6b87c5e425679e8b38e41774be407fd10e94a (diff)
downloadakka-serial-23e827c4ae2d8ae07376091a4892aad181c90db1.tar.gz
akka-serial-23e827c4ae2d8ae07376091a4892aad181c90db1.tar.bz2
akka-serial-23e827c4ae2d8ae07376091a4892aad181c90db1.zip
updated site
-rw-r--r--documentation/index.html22
-rw-r--r--documentation/manual.html22
-rw-r--r--downloads/index.html20
-rw-r--r--index.html22
4 files changed, 43 insertions, 43 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>
diff --git a/documentation/manual.html b/documentation/manual.html
index 9b1e81c..1ebe1db 100644
--- a/documentation/manual.html
+++ b/documentation/manual.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>
@@ -116,7 +116,7 @@
<p>This will add a jar to your classpath containing native libraries for various platforms. At run time, the correct library for the current platform is selected, extracted and loaded. This solution enables running applications seamlessly, as if they were pure JVM applications.</p>
<h3 id="maximum-portability">Maximum Portability</h3>
-<p>First, obtain a copy of the native library, either by <a href="#building-from-source">building flow</a> or by <a href="/downloads">downloading</a> a precompiled version. In order to work with this version of flow, native libraries need to be of major version 3 and minor version greater or equal to 0.</p>
+<p>First, obtain a copy of the native library, either by <a href="#building-from-source">building flow</a> or by <a href="https://jodersky.github.io/flow/downloads">downloading</a> a precompiled version. In order to work with this version of flow, native libraries need to be of major version 3 and minor version greater or equal to 0.</p>
<p>Second, for every end-user application that relies on flow, manually add the native library for the current platform to the JVM’s library path. This can be achieved through various ways, notably:</p>
@@ -390,7 +390,7 @@ the client on new files.</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>
diff --git a/downloads/index.html b/downloads/index.html
index 5420a5d..104d302 100644
--- a/downloads/index.html
+++ b/downloads/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 - Downloads</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>
@@ -130,7 +130,7 @@ Flow is POSIX compatible so it can be built for a lot more platforms.</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>
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>