- Fixed a broken link on our landing page
- Added the GO document to the general getting-started document
diff --git a/src/site/asciidoc/index.adoc b/src/site/asciidoc/index.adoc
index eca96fd..cb71d76 100644
--- a/src/site/asciidoc/index.adoc
+++ b/src/site/asciidoc/index.adoc
@@ -40,7 +40,7 @@
                         industrial
                         programmable logic controllers (PLCs) using a variety of protocols but with a shared API.</div>
                     <div class="center text-center">
-                    <a href="users/plc4j/gettingstarted.html"
+                    <a href="users/gettingstarted.html"
                        class="plc4x-button plc4x-button-large plc4x-button-primary text-center"><i
                             class="fas fa-rocket"></i> Get started
                     </a>
diff --git a/src/site/asciidoc/users/gettingstarted.adoc b/src/site/asciidoc/users/gettingstarted.adoc
index d0e83b1..a258987 100644
--- a/src/site/asciidoc/users/gettingstarted.adoc
+++ b/src/site/asciidoc/users/gettingstarted.adoc
@@ -19,10 +19,10 @@
 
 Depending on the programming language, the usage will differ, therefore please go to the `Getting Started` version of the language of choice.
 
-//=== Go/Golang
-//
-//For guides on how to write PLC4X applications with Go, please go to the link:getting-started/plc4go.html[Go Getting Started]
-//
+=== Go/Golang
+
+For guides on how to write PLC4X applications with Go, please go to the link:getting-started/plc4go.html[Go Getting Started]
+
 === Java
 
 For guides on how to write PLC4X applications with Java, please go to the link:getting-started/plc4j.html[Java Getting Started]
\ No newline at end of file