Skip to content

Commit

Permalink
correct links to hybridization and disaggregation specs
Browse files Browse the repository at this point in the history
these links should be relative... they had a full path that included a deleted branch name
  • Loading branch information
WesIngwersen authored Aug 25, 2022
1 parent 848862c commit 6e6b2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format_specs/ModelSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Model specifications are assigned in a yml file based on the parameters shown be
| BasewithRedefinitions | bool | Y | Whether the model is based with redefinitions (TRUE or FALSE) |
| CommodityorIndustryType | str | Y | Define if this is a commodity x commodity (`Commodity`) or industry x industry (`Industry`) model |
| ScrapIncluded | bool | Y | Whether the model includes scrap (TRUE or FALSE) |
| DisaggregationSpecs | str | N | The [disaggregation specifications](https://github.com/USEPA/useeior/blob/hybridization/format_specs/ModelCustomization.md#disaggregation) |
| HybridizationSpecs | str | N | The [hybridization specifications](https://github.com/USEPA/useeior/blob/hybridization/format_specs/ModelCustomization.md#hybridization-file-specification) |
| DisaggregationSpecs | str | N | The [disaggregation specifications](ModelCustomization.md#disaggregation) |
| HybridizationSpecs | str | N | The [hybridization specifications](ModelCustomization.md#hybridization-file-specification) |
| SatelliteTable | list | | The [satellite table specifications](#Satellite-Table-Specifications) |
| Indicators | list | | The [indicator specifications](#Indicator-Specifications) |
| DemandVectors | list | | The [demand vector specifications](#Demand-Vector-Specifications) |
Expand Down

0 comments on commit 6e6b2a6

Please sign in to comment.