aboutsummaryrefslogtreecommitdiff
path: root/documentation/manual.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/manual.html')
-rw-r--r--documentation/manual.html22
1 files changed, 11 insertions, 11 deletions
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>