diff --git a/docs/apiendpoints.md b/docs/apiendpoints.md
index 68de382465475cf826cc603d070d30574f8e41ce..84ae5420e519525daeaf6867d62c9937ee47c1b7 100644
--- a/docs/apiendpoints.md
+++ b/docs/apiendpoints.md
@@ -1,6 +1,6 @@
 # API Endpoints
 
-Below is an interactive view of the OutpostSpawner REST API specification.
+Below is an interactive view of the UNICORESpawner REST API specification.
 
 <!-- client-rendered openapi UI copied from FastAPI -->
 
diff --git a/docs/conf.py b/docs/conf.py
index b65c05e50bf0739c371774590659aac776149702..c32e4d51e4ceff4d5ab8ad4779a6ab62f320c7d9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -81,7 +81,7 @@ myst_enable_extensions = [
 # a list of builtin themes.
 #
 html_theme = "sphinx_book_theme"
-html_title = "ForwardBaseSpawner"
+html_title = "UNICORESpawner"
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
diff --git a/docs/spawners/unicorespawner.md b/docs/spawners/unicorespawner.md
index e00109b9f91432dcbe607e85ad4f8ccd628f62b5..1a96f8e3a6b38585ec7ae7903f1872b57f43bfd4 100644
--- a/docs/spawners/unicorespawner.md
+++ b/docs/spawners/unicorespawner.md
@@ -1,5 +1,7 @@
 # UNICORESpawner
 
+Also look at the configuration of the base class [JupyterHub ForwardBaseSpawner](https://jupyterhub-forwardbasespawner.readthedocs.io/en/latest/spawners/forwardbasespawner.html)
+
 ```{eval-rst}
 .. automodule:: unicorespawner
 ```