WIP.
diff --git a/_data/bin-releases.yml b/_data/bin-releases.yml
index 7a6393f..e1dd7d2 100644
--- a/_data/bin-releases.yml
+++ b/_data/bin-releases.yml
@@ -22,7 +22,7 @@
   zip_url: https://github.com/aradzinski/binstore/releases/download/v0.9.0/apache-nlpcraft-incubating-bin-0.9.0.zip
   sha256_url: https://github.com/aradzinski/binstore/releases/download/v0.9.0/apache-nlpcraft-incubating-bin-0.9.0.zip.sha256
   pgp_url: https://github.com/aradzinski/binstore/releases/download/v0.9.0/apache-nlpcraft-incubating-bin-0.9.0.zip.asc
-  github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.9.0
+  github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.9.0.2
   #  dockerhub_link: https://hub.docker.com/r/nlpcraftserver/server
   backward_compatible: yes
 
diff --git a/_scss/basic-concepts.scss b/_scss/basic-concepts.scss
deleted file mode 100644
index b26c3a6..0000000
--- a/_scss/basic-concepts.scss
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#basic-concepts {
-    dl.stm-example {
-        padding: 20px;
-        border: 1px solid #ddd;
-        -webkit-border-radius: 4px;
-        -moz-border-radius: 4px;
-        border-radius: 4px;
-        margin-left: 0 !important;
-
-        dd {
-            font-weight: 400;
-            font-family: monospace;
-            margin-top: 20px;
-            font-size: 120%;
-
-            i.fa {
-                text-align: left;
-                vertical-align: text-bottom;
-            }
-        }
-
-        dt {
-            margin-left: 20px;
-            font-weight: 400;
-        }
-
-        .stm-state {
-            display: inline-flex;
-
-            .stm {
-                margin-right: 20px;
-
-                label {
-                    font-weight: 500;
-                    display: block;
-                }
-
-                span {
-                    min-width: 50px;
-                    display: inline-block;
-                    padding: 3px 6px;
-                    border: 1px solid #C5D2F7 !important;
-                    border-radius: 2px;
-                    text-align: center;
-                    font-weight: 200;
-                    letter-spacing: 0.02em;
-                }
-            }
-        }
-    }
-}
\ No newline at end of file
diff --git a/assets/css/style.scss b/assets/css/style.scss
index f4c699e..f4a38a5 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -37,7 +37,6 @@
 @import 'download';
 @import 'example';
 @import 'three-cols';
-@import 'basic-concepts';
 @import 'use-cases';
 @import 'server-and-probes';
 @import 'metrics-and-tracing';