diff --git a/README.html b/README.html index c7f9016..63680b0 100644 --- a/README.html +++ b/README.html @@ -377,7 +377,7 @@

Flask Connector Examples

  • OCIO to MaterialX Definition Generation (Alpha) : Use the OpenColorIO package to query for color space transforms and create MaterialX node definitions.
  • Simple template example : A simple "template" application that can be copied and modified as desired.
  • -

    See build instructions found in utilities.

    +

    See build instructions found here.

    diff --git a/README.md b/README.md index b51e02f..4e6ee5b 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ See the home page - [OCIO to MaterialX Definition Generation (Alpha)](./flask/ocio/README.md) : Use the OpenColorIO package to query for color space transforms and create MaterialX node definitions. - [Simple template example](./flask/template/README.md) : A simple "template" application that can be copied and modified as desired. -See build instructions found in [utilities](utilities/README.md). +See build instructions found here. diff --git a/documents/html/index.html b/documents/html/index.html index ea4b9e9..fa07583 100644 --- a/documents/html/index.html +++ b/documents/html/index.html @@ -115,7 +115,7 @@

  • OCIO to MaterialX Definition Generation (Alpha) : Use the OpenColorIO package to query for color space transforms and create MaterialX node definitions.
  • Simple template example : A simple "template" application that can be copied and modified as desired.
  • -

    See build instructions found in utilities.

    +

    See build instructions found here.

    diff --git a/utilities/README.html b/utilities/README.html index cd17d37..dea1906 100644 --- a/utilities/README.html +++ b/utilities/README.html @@ -368,15 +368,13 @@

    Building

    Flask Application Building

    Documentation

    diff --git a/utilities/README.md b/utilities/README.md index 315e89f..7835cf4 100644 --- a/utilities/README.md +++ b/utilities/README.md @@ -2,12 +2,10 @@ ### Flask Application Building -- Run the `build_flask.sh` script to install all packages found in the Flask folder. -- For the OpenColorIO application the `materialxocio` package must be installed locally by cloning and installing the package found -in this repo. This package is currently not published on `PyPi`. +- Run the build_flask.sh script to install all packages found in the Flask folder. +- For the OpenColorIO application the `materialxocio` package must be installed locally by cloning and installing the package found in this repo. This package is currently not published on `PyPi`. ### Documentation -- Run the `build_docs.sh` script to build documentation for this repository. -- Update the `documents\Doxyfile` as necessary to add / update files / folders to include -with the documentation. +- Run the build_docs.sh script to build documentation for this repository. +- Update the `documents\Doxyfile` as necessary to add / update files / folders to include with the documentation.