From bca5087426bd12e858b2d415eb1a5308721fab96 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 25 Dec 2017 12:50:16 -0500 Subject: [PATCH] fix links --- README.md | 10 +++++----- services/build.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7bf77624..433999cfe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Hierarchical note taking application. Picture tells a thousand words: * Notes can be arranged into arbitrarily deep hierarchy * Notes can have more than 1 parents - see [cloning](https://github.com/zadam/trilium/wiki/Cloning-notes) * WYSIWYG (What You See Is What You Get) editing -* Fast and easy [navigation between notes](https://github.com/zadam/trilium/wiki/Note-navigation) +* Fast and easy [navigation between notes](https://github.com/zadam/trilium/wiki/Note-navigation) inspired by IDEs * Seamless note versioning * Can be deployed as web application and / or desktop application with offline access (electron based) * [Synchronization with](https://github.com/zadam/trilium/wiki/Synchronization) self-hosted sync server @@ -16,14 +16,14 @@ Hierarchical note taking application. Picture tells a thousand words: ## Builds -* If you want to install Trilium on server, follow [this page](https://github.com/zadam/trilium/wiki/Installation-on-server) -* If you want to use Trilium on the desktop, download binary release for your platfor from [[latest release|https://github.com/zadam/trilium/releases/latest]], unzip the package and run ```trilium``` executable. +* If you want to install Trilium on server, follow [this page](https://github.com/zadam/trilium/wiki/Installation-as-webapp) +* If you want to use Trilium on the desktop, download binary release for your platfor from [latest release](https://github.com/zadam/trilium/releases/latest), unzip the package and run ```trilium``` executable. ## Supported platforms -Desktop (electron) builds are available for Linux and Windows. +Desktop (electron) builds are available for Linux and Windows, both for 64 bits. -Requirements for web based installation are [outlined here](https://github.com/zadam/trilium/wiki/Installation-on-server). +Requirements for web based installation are [outlined here](https://github.com/zadam/trilium/wiki/Installation-as-webapp). Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers (not IE) might work as well. diff --git a/services/build.js b/services/build.js index 2de7cbfb9..cea5fedec 100644 --- a/services/build.js +++ b/services/build.js @@ -1 +1 @@ -module.exports = { build_date:"2017-12-24T23:10:42-05:00", build_revision: "8c7977906083eb7f7c793ad1e1dc1c9bc575f4bd" }; +module.exports = { build_date:"2017-12-25T10:07:19-05:00", build_revision: "583123ab0a5df7dca5b19f2c67ab8ef853e72673" };