From d52c6599999dc59df01965b87ad696cfb78030c0 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 17 Dec 2024 14:42:39 -0700 Subject: [PATCH] use correct docs site link --- README.md | 4 ++-- docs/developer_resources.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d04163b9b..4dfba8ed2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The GeoJSON Modelica Translator (GMT) is a one-way trip from GeoJSON in combination with a well-defined instance of the system parameters schema to a Modelica package with multiple buildings loads, energy transfer stations, distribution networks, and central plants. The project will eventually allow multiple paths to build up different district heating and cooling system topologies; however, the initial implementation is limited to 4GDHC and 5GDHC. -Documentation can be found at [https://nrel.github.io/geojson-modelica-translator](https://nrel.github.io/geojson-modelica-translator) +Documentation can be found at [https://docs.urbanopt.net/geojson-modelica-translator/](https://docs.urbanopt.net/geojson-modelica-translator/) The project is motivated by the need to easily evaluate district energy systems. The goal is to eventually cover the various generations of heating and cooling systems as shown in the figure below. The need to move towards 5GDHC systems results in higher efficiencies and greater access to additional waste-heat sources. @@ -73,4 +73,4 @@ During development we can [serve docs locally](https://squidfunk.github.io/mkdoc 1. Point browser to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) - To deploy, push a commit in the `docs` folder to the `main` branch -- Wait a few minutes, then verify the new documentation on the [docs website](https://nrel.github.io/geojson-modelica-translator/) +- Wait a few minutes, then verify the new documentation on the [docs website](https://docs.urbanopt.net/geojson-modelica-translator/) diff --git a/docs/developer_resources.md b/docs/developer_resources.md index c2cf72d79..91a578b3e 100644 --- a/docs/developer_resources.md +++ b/docs/developer_resources.md @@ -189,4 +189,4 @@ During development we can [serve docs locally](https://squidfunk.github.io/mkdoc 1. Point browser to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) - To deploy, push a commit in the `docs` folder to the `main` branch -- Wait a few minutes, then verify the new documentation on the [docs website](https://nrel.github.io/geojson-modelica-translator/) +- Wait a few minutes, then verify the new documentation on the [docs website](https://docs.urbanopt.net/geojson-modelica-translator/)