From f9c324f309fb367443262ec0605c72f6547fd29c Mon Sep 17 00:00:00 2001 From: sakshee-19 Date: Fri, 5 Oct 2018 20:34:02 +0530 Subject: [PATCH] Fixes #1630: Broken link in architecture.md --- docs/misc/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/architecture.md b/docs/misc/architecture.md index ac990e6bc..4503a51e6 100644 --- a/docs/misc/architecture.md +++ b/docs/misc/architecture.md @@ -1,6 +1,6 @@ # The `loklak` Architecture -loklak is a java application which runs a jetty web server for the html interface and an Elasticsearch search server. The application contains a self-documentation which consists of the web pages you are looking at right now. There is also a [javadoc](javadoc.html). +loklak is a java application which runs a jetty web server for the html interface and an Elasticsearch search server. The application contains a self-documentation which consists of the web pages you are looking at right now. - [File System Structure](#the-file-system-structure) - [Application Sockets and Ports](#application-sockets-and-ports)