diff --git a/README.md b/README.md index 6f62388..cb08469 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This repository contains documentation sources and examples for the GOM software Python API. > [!NOTE] -> Please refer to the [GOM Inspect Add-On Documentation 2022](https://zeissiqs.github.io/gom-software-python-api/2022/) for the resulting rendered output. +> Please refer to the [GOM Inspect Add-On Documentation 2022](https://zeiss.github.io/gom-software-python-api/2022/) for the resulting rendered output. diff --git a/doc/conf.py b/doc/conf.py index 160d897..b5c67ac 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Add-On Documentation' -copyright = '2023, Carl Zeiss GOM Metrology GmbH' +copyright = '2025, Carl Zeiss GOM Metrology GmbH' author = 'Carl Zeiss GOM Metrology GmbH' # -- General configuration --------------------------------------------------- @@ -31,7 +31,7 @@ # -- Options for sitemap ----------------------------------------------------- # https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html -html_baseurl = 'https://zeissiqs.github.io/gom-software-python-api/2022/' +html_baseurl = 'https://zeiss.github.io/gom-software-python-api/2022/' sitemap_url_scheme = "{link}" # -- Options for HTML output ------------------------------------------------- diff --git a/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md b/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md index 0326e65..f464ed1 100644 --- a/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md +++ b/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md @@ -15,7 +15,7 @@ > There is no UI based workspace editor yet, but workspace definitions can be added manually. -* An example is provided in the add-on 'Workspace editor tools'. +* An example is provided in the add-on 'Workspace'. * An add-on is just a ZIP file with a different extension (.package) containing JSON based object definitions. * It can be unpacked, edited and packaged again with a new workspace definition.