Skip to content

Commit 7844feb

Browse files
authored
Update links in README to use full URLs
1 parent 29d9467 commit 7844feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ This repository hosts a database of building energy standards data to be used in
55

66
Note that not all prescriptive requirements are included in the database as building energy codes and standards include many exceptions to certain requirements which makes the creation of practical data table difficult. Users of the database are encouraged to leverage knowledge of the codes along with the data tables.
77

8-
The database covers data related to ASHRAE Standard 90.1-2004 through 2022, ASHRAE Standard 62.1-1999 through 2022, and the International Energy Conservation Code (IECC) 2006 through 2021. It also includes specific data tables for the Performance Rating Method of ASHRAE Standard 90.1 (Appendix G). The structure of the database is documented [here](/docs/Structure.md).
8+
The database covers data related to ASHRAE Standard 90.1-2004 through 2022, ASHRAE Standard 62.1-1999 through 2022, and the International Energy Conservation Code (IECC) 2006 through 2021. It also includes specific data tables for the Performance Rating Method of ASHRAE Standard 90.1 (Appendix G). The structure of the database is documented [here](https://github.com/pnnl/building-energy-standards-data/blob/develop/docs/Structure.md).
99

1010
The database is the main data source for the [openstudio-standards](https://github.com/NREL/openstudio-standards) Ruby gem and supersedes its original [database](https://drive.google.com/drive/folders/1x7yEU4jnKw-gskLBih8IopStwl0KAMEi).
1111

1212
This repository includes the database as well as Python APIs that can be used to build, query, edit, and export the database to formats such as SQLite, CSV and JSON.
1313

1414
# Accessing the Database
1515
## Locally
16-
The database can be accessed by either cloning this repository or by installing it using `pip` by running `pip install building-energy-standards-data`. To get started with the database, a quick start guide is provided [here](/docs/QuickStartGuide.md).
16+
The database can be accessed by either cloning this repository or by installing it using `pip` by running `pip install building-energy-standards-data`. To get started with the database, a quick start guide is provided [here](https://github.com/pnnl/building-energy-standards-data/blob/develop/docs/QuickStartGuide.md).
1717

1818
## Webservices
1919
Forthcoming!

0 commit comments

Comments
 (0)