diff --git a/README.md b/README.md
index ef3b77ab..6edef195 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
-- [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
+- [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
@@ -161,7 +161,7 @@ Build target is `JavaScript` **EMCAScript version 2018**
For details see [**Wiki Pages**](https://github.com/vladmandic/human/wiki)
-and [**API Specification**](https://vladmandic.github.io/human/typedoc/index.html)
+and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
diff --git a/src/human.ts b/src/human.ts
index 9c2a99e6..a2f0f6fc 100644
--- a/src/human.ts
+++ b/src/human.ts
@@ -53,13 +53,13 @@ function mergeDeep(...objects) {
}, {});
}
/**
- * Main Class for `Human` library
+ * **Human** library main class
*
* All methods and properties are available only as members of Human class
*
- * Configuration object definition: @link Config
- * Results object definition: @link Result
- * Possible inputs: @link Input
+ * - Configuration object definition: {@link Config}
+ * - Results object definition: {@link Result}
+ * - Possible inputs: {@link Input}
*/
export class Human {
version: String;
diff --git a/wiki b/wiki
index 936e36ce..f18a5e77 160000
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 936e36ce0fd331030b48db735836381f2f22134a
+Subproject commit f18a5e77f9aa0e3b6e0a1a8e1d229966a7021642