diff --git a/docs/latest/services/index.md b/docs/latest/services/index.md
index c8b35f6b2..61df42a37 100644
--- a/docs/latest/services/index.md
+++ b/docs/latest/services/index.md
@@ -28,7 +28,10 @@ them different below:
### Services (default)
-...
+Services are a work in progress. As we are still in the progress of creating a
+non-ui maintained service, this usage may change.
+
+[You can read more about default services: here](./services.md)
### UI Services
diff --git a/docs/latest/services/service.md b/docs/latest/services/service.md
index f6dae7d71..2de44b2a1 100644
--- a/docs/latest/services/service.md
+++ b/docs/latest/services/service.md
@@ -1,4 +1,12 @@
-# Services
+# Services (default)
+
+- [Overview](#overview)
+- [Example](#example)
+
+## Overview
+
+Services are a work in progress. As we are still in the progress of creating a
+non-ui maintained service, this usage may change.
diff --git a/docs/latest/services/ui.md b/docs/latest/services/ui.md
index d5b02989e..2f24c5258 100644
--- a/docs/latest/services/ui.md
+++ b/docs/latest/services/ui.md
@@ -1,7 +1,7 @@
# UI Services
-- [Overview](#/)
-- [Example](#/)
+- [Overview](#overview)
+- [Example](#example)
- [Tips & Tricks](#/)
- [Maintained Services](#/)
@@ -36,7 +36,7 @@ The `ServicesManager` is:
- All of it's lifecycle hooks (`preInit`)
- Each "getModuleFunction" (`getToolbarModule`, `getPanelModule`, etc.)
-## An Example
+## Example
That's all fine and good, but it's still a little too abstract. What does this
translate to in practice?
@@ -99,8 +99,8 @@ parts and pieces of the OHIF Platform to create a polished and powerful product.
To accomplish that, we maintain several UI Services that you can use in your own
project, or provide alternative implementations for:
-| Name | Description | Docs |
-| --------------------- | ----------- | ------------------------------------ |
-| UIDialogService | | [Here](./ui-dialog-service.md) |
-| UIModalService | | [Here](./ui-modal-service.md) |
-| UINotificationService | | [Here](./ui-notification-service.md) |
+| Name | Docs |
+| --------------------- | ------------------------------------ |
+| UIDialogService | [Here](./ui-dialog-service.md) |
+| UIModalService | [Here](./ui-modal-service.md) |
+| UINotificationService | [Here](./ui-notification-service.md) |