diff --git a/Configuration.md b/Configuration.md
index 0c7959a..551fd6e 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -1,6 +1,6 @@
# Configuration
-[**Configuration Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/config.html)
+[**Configuration Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/Config.html)
Detailed configuration options are explained below, but they are best seen in the menus present in the `demo` application:
*note: some advanced configuration options are not exposed in the UI*
diff --git a/Home.md b/Home.md
index 3cc17f2..5bc164a 100644
--- a/Home.md
+++ b/Home.md
@@ -32,7 +32,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)
-- [**TypeDoc API Specification: Human**](https://vladmandic.github.io/human/typedoc/classes/human.html)
+- [**TypeDoc API Specification: Human**](https://vladmandic.github.io/human/typedoc/classes/Human.html)
- [**TypeDoc API Specification: Root**](https://vladmandic.github.io/human/typedoc/)
- [**Change Log**](https://github.com/vladmandic/human/blob/main/CHANGELOG.md)
@@ -112,6 +112,6 @@ 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/classes/human.html)
+and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/Human.html)
diff --git a/Outputs.md b/Outputs.md
index c3423d7..e9c2b76 100644
--- a/Outputs.md
+++ b/Outputs.md
@@ -5,7 +5,7 @@ Result of `humand.detect()` method is a single object that includes data for all
`Result` object can also be generated as smoothened time-based interpolation from last known `Result` using `human.next()` method
-- [**Result Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/result.html)
+- [**Result Interface Specification**](https://vladmandic.github.io/human/typedoc/interfaces/Result.html)
- [**Sample Result JSON**](../assets/sample-result.json)
- [**Sample Persons JSON**](../assets/sample-persons.json)
diff --git a/Usage.md b/Usage.md
index 2c5a48c..96f57e4 100644
--- a/Usage.md
+++ b/Usage.md
@@ -4,7 +4,7 @@
All configuration is done in a single JSON object and all model weights are dynamically loaded upon their first usage
(and only then, `Human` will not load weights that it doesn't need according to configuration).
-[**Full API Specification**](https://vladmandic.github.io/human/typedoc/classes/human.html)
+[**Full API Specification**](https://vladmandic.github.io/human/typedoc/classes/Human.html)