From afbe3d8674f786dfde1148cdf863c5d755ef399c Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 19 May 2014 10:20:56 +0200 Subject: [PATCH] doc: Update link to gosh --- doc/conventions.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/conventions.txt b/doc/conventions.txt index 3963c74e6c..50b3130ed0 100644 --- a/doc/conventions.txt +++ b/doc/conventions.txt @@ -8,9 +8,8 @@ Documentation ############# -We use the GOSH syntax -[http://os.inf.tu-dresden.de/~nf2/files/GOSH/current/gosh.txt] -for documentation and README files. +We use the GOSH syntax [https://github.com/nfeske/gosh] for documentation and +README files. README files @@ -53,7 +52,7 @@ but use a meaningful subdirectory that corresponds to the component that provides the interfaces. Each RPC interface is represented by a separate include subdirectory. For -an example, see 'base/include/ram_session/'. The headerfile that defines +an example, see 'base/include/ram_session/'. The header file that defines the RPC function interface has the same base name as the directory. The RPC stubs are called 'client.h' and 'server.h'. If your interface uses a custom capability type, it is defined in 'capability.h'. Furthermore, if your