diff --git a/01_Internal_Tables.md b/01_Internal_Tables.md
index a924bc3..07a5daf 100644
--- a/01_Internal_Tables.md
+++ b/01_Internal_Tables.md
@@ -1460,4 +1460,4 @@ Tables](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?fil
## Executable Example
[zcl_demo_abap_internal_tables](./src/zcl_demo_abap_internal_tables.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/02_Structures.md b/02_Structures.md
index 70247dc..d43a4fc 100644
--- a/02_Structures.md
+++ b/02_Structures.md
@@ -666,4 +666,4 @@ for more information.
## Executable Example
[zcl_demo_abap_structures](./src/zcl_demo_abap_structures.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/03_ABAP_SQL.md b/03_ABAP_SQL.md
index 42e5311..af5e52b 100644
--- a/03_ABAP_SQL.md
+++ b/03_ABAP_SQL.md
@@ -1496,4 +1496,4 @@ Find more information on the topics covered here or not (e. g. topics like [tabl
## Executable Example
[zcl_demo_abap_sql](./src/zcl_demo_abap_sql.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/04_ABAP_Object_Orientation.md b/04_ABAP_Object_Orientation.md
index d5cb13a..c7d20b4 100644
--- a/04_ABAP_Object_Orientation.md
+++ b/04_ABAP_Object_Orientation.md
@@ -1210,4 +1210,4 @@ SET HANDLER handler_meth. "For static events
## Executable Example
[zcl_demo_abap_objects](./src/zcl_demo_abap_objects.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/05_Constructor_Expressions.md b/05_Constructor_Expressions.md
index 9f39ff0..ee6e82b 100644
--- a/05_Constructor_Expressions.md
+++ b/05_Constructor_Expressions.md
@@ -896,4 +896,4 @@ DATA(a) = COND #( LET b = c IN
## Executable Example
[zcl_demo_abap_constructor_expr](./src/zcl_demo_abap_constructor_expr.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/06_Dynamic_Programming.md b/06_Dynamic_Programming.md
index 482aa6d..75d878a 100644
--- a/06_Dynamic_Programming.md
+++ b/06_Dynamic_Programming.md
@@ -863,4 +863,4 @@ generation or execution of programs at runtime. They are not part of this cheat
## Executable Example
[zcl_demo_abap_dynamic_prog](./src/zcl_demo_abap_dynamic_prog.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/07_String_Processing.md b/07_String_Processing.md
index 5eb331c..61ebfa9 100644
--- a/07_String_Processing.md
+++ b/07_String_Processing.md
@@ -1175,4 +1175,4 @@ REPLACE PCRE `(.*?)PP(.*)` IN s1 WITH `$2#$1` IGNORING CASE. "pc app#ab a
## Executable Example
[zcl_demo_abap_string_proc](./src/zcl_demo_abap_string_proc.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/08_EML_ABAP_for_RAP.md b/08_EML_ABAP_for_RAP.md
index f245fdd..8ea5298 100644
--- a/08_EML_ABAP_for_RAP.md
+++ b/08_EML_ABAP_for_RAP.md
@@ -1180,4 +1180,4 @@ This cheat sheet is supported by different executable examples demonstrating var
>- The examples do not represent real life scenarios and are not suitable as role models for proper RAP scenarios. They rather focus on the technical side by giving an idea how the communication and data exchange between a RAP BO consumer and RAP BO provider can work. Additionally, the examples show how the methods for non-standard RAP BO operations might be self-implemented in an ABAP behavior pool.
>- Due to the simplification, the examples might not fully meet the requirements of the [RAP BO contract](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenrap_bo_contract_glosry.htm) in many respects.
>- The "RAP calculator" example can be checked out using the preview version of an SAP Fiori Elements UI. See the comments in the class for more information.
->- See the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
+>- See the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
diff --git a/11_ABAP_SQL_Grouping_Internal_Tables.md b/11_ABAP_SQL_Grouping_Internal_Tables.md
index f7087f2..8fffcc8 100644
--- a/11_ABAP_SQL_Grouping_Internal_Tables.md
+++ b/11_ABAP_SQL_Grouping_Internal_Tables.md
@@ -168,4 +168,4 @@ SIZE`](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file
## Executable Example
[zcl_demo_abap_sql_group_by](./src/zcl_demo_abap_sql_group_by.clas.abap)
-Note the steps outlined [here](README.md#๐ฌ-getting-started-with-the-examples) about how to import and run the code.
\ No newline at end of file
+Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.
\ No newline at end of file
diff --git a/README.md b/README.md
index dffa243..e1ce839 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@
- How to Use
+ How to Use
ยท
- Cheat Sheets
+ Cheat Sheets
ยท
- Examples
+ Examples