Browse Source

:notebook: docs: fixup link on index

Ettore Di Giacinto 3 years ago
parent
commit
a63d7012c1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/content/en/_index.html
  2. 1 1
      docs/content/en/docs/_index.md

+ 1 - 1
docs/content/en/_index.html

@@ -74,7 +74,7 @@ Simple REST API with an embedded and simple UI with batteries included to operat
 	<a class="btn btn-md btn-primary mr-3 mb-4" href="{{< relref "/docs">}}/getting-started/api/">
 		WebUI
 		<i class="fab fa-globe ml-2 "></i></a>
-	 <a class="btn btn-md btn-primary mr-3 mb-4" href="{{< relref "/docs">}}/getting-started/gui/" >}}">GUI
+	 <a class="btn btn-md btn-primary mr-3 mb-4" href="{{< relref "/docs">}}/getting-started/gui/">GUI
 		<i class="fab fa-desktop ml-2 "></i></a><br>
 	Keep an eye on your network with the Web UI. <br>
 	Connect easily from your workstation with the frontend GUI app

+ 1 - 1
docs/content/en/docs/_index.md

@@ -27,7 +27,7 @@ It can:
 - **Be used as a library**
   - Plug a distributed p2p ledger easily in your golang code!
 
-Check out the docs below for further example and reference, have a look at our [getting started guide](/getting-started), the [cli interface](/docs/getting-started/cli), [gui desktop app](/docs/getting-started/gui), and the embedde [webUI](/docs/getting-started/webui)/[api](/docs/getting-started/api).
+Check out the docs below for further example and reference, have a look at our [getting started guide]({{< relref "/docs">}}/getting-started), the [cli interface]({{< relref "/docs">}}/getting-started/cli), [gui desktop app]({{< relref "/docs">}}/getting-started/gui), and the embedde [WebUI/API]({{< relref "/docs">}}/getting-started/api/).
 
 
 | WebUI            | [Desktop](https://github.com/mudler/edgevpn-gui)                                          |