Skip to content

Commit 9cafe4f

Browse files
authored
Merge pull request #371 from BuildingSync/update-urls
update links to buildingsync website
2 parents 2b435ad + d23db20 commit 9cafe4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ a new pull request with the additions.
2222
and the [project website](https://buildingsync.net/).
2323
* [BuildingSync Examples](examples) - These examples are kept up to date and show a wide range of implementations. Any
2424
new update to BuildingSync is required to pass validation on these example files.
25-
* [BuildingSync Use Case Selection Tool](https://selectiontool.buildingsync.net/) allows for users to determine
25+
* [BuildingSync Use Case Validator](https://buildingsync.net/validation) allows for users to determine
2626
if their instance complies with a specific use case for BuildingSync by checking if the required elements are
27-
implemented in an uploaded instance. The Selection Tools provides an API for automated integration into
27+
implemented in an uploaded instance. An API is also provided for automated integration into
2828
other tools. Also, the website contains an easy way to view the entirety of the schema and how elements relate to
29-
the [Building Exchange Data Exchange Specification](https://bedes.lbl.gov/). The Selection Tool is open sourced
29+
the [Building Exchange Data Exchange Specification](https://bedes.lbl.gov/). The Validator is open sourced
3030
[here](https://github.com/BuildingSync/selection-tool)
3131
* [Use Case TestSuite](https://pypi.org/project/testsuite/) provides a Python package for easier generation of BuildingSync use cases. BuildingSync use cases depend on the generation of schematron documents, which is time-consuming and difficult to implement well. The TestSuite allows users to define a use case using a more palatable CSV template, which it then turns into a Schematron document. The source code is available [here](https://github.com/BuildingSync/TestSuite).
3232
* [BuildingSync to OpenStudio/EnergyPlus](https://rubygems.org/gems/buildingsync). The translator is open sourced

docs/release_instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This should trigger a GitHub workflow for building and publishing the release. I
3737

3838
### Update BuildingSync Website
3939

40-
At this point the GitHub action for publishing the release should be finished. Now we need to update the docs/data in [this repo](https://github.com/BuildingSync/website]). Check out the repo and make a new branch.
40+
At this point the GitHub action for publishing the release should be finished. Now we need to update the docs/data in [this repo](https://github.com/BuildingSync/selection-tool). Check out the repo and make a new branch.
4141

4242
* Copy `index.html` from the release into `schema/vX.Y.Z/documentation/index.html`.
4343
* Copy `enumerations.json` from the release into file into a new `_data/vXXX` folder in the website folder. Note that the folder cannot contain a dot.

0 commit comments

Comments
 (0)