From 09975f4857cadd8a362130954a14653d9c9640eb Mon Sep 17 00:00:00 2001 From: Nils <> Date: Tue, 11 Aug 2020 21:00:32 +0200 Subject: [PATCH] link api directly in the readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ec3ab9..d682c61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # New Session Manager +[Quick-link to the API](https://linuxaudio.github.io/new-session-manager/api/index.html) + ## Introduction New Session Manager (NSM) is a tool to assist music production by grouping standalone programs into sessions. @@ -48,8 +50,8 @@ Documentation and tutorials for software-developers will be added at a later dat ## Documentation and Manual -Our documentation contains the API specification for the NSM protocol, which is the central document -if you want to add NSM support to your own application. +Our documentation contains the [API specification](https://linuxaudio.github.io/new-session-manager/api/index.html) +for the NSM protocol, which is the central document if you want to add NSM support to your own application. You can find html documentation installed to your systems SHARE dir or docs/out/index.html in this repository.