8000 Fix broken link in README by nelsonauner · Pull Request #381 · hpxmlwg/hpxml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix broken link in README #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HPXML

Home Performance XML (HPXML) is a data transfer standard for the home performance industry. This repository is where the development of the schemas happens.

* `Official HPXML Website <http://hpxmlonline.com>`_ - includes press releases, and general information about the project.
* `Official HPXML Website <https://www.hpxmlonline.com>`_ - includes press releases, and general information about the project.
* `HPXML Guide <http://hpxml-guide.readthedocs.org/en/latest/>`_ - Draft documentation including program administrator and software implementer guides. Includes examples and explanation of how to use HPXML.
* `HPXML Toolbox <https://hpxml.nrel.gov>`_ - Validator and Data Dictionary (schema explorer).

2 changes: 1 addition & 1 deletion guide/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you are thinking about implementing HPXML, or just want to learn more about t

* The :doc:`Software Developer Guide </software_developer/index>` provides developers with information on versioning, document structure, XML element references, and use case validation. The section also provides links to sample HPXML files.

HPXML is periodically updated to reflect changes in the needs of the market and the stakeholders that are using the standard. Whenever a new version of HXPML is released, the Implementation Guide will be updated to reflect changes to the data standard and how it is being used in the market. If you have questions about HPXML or believe you can contribute to the overall success of its deployment, please email us at hpxml@homeperformance.org. For more information on HPXML, visit http://www.hpxmlonline.com.
HPXML is periodically updated to reflect changes in the needs of the market and the stakeholders that are using the standard. Whenever a new version of HXPML is released, the Implementation Guide will be updated to reflect changes to the data standard and how it is being used in the market. If you have questions about HPXML or believe you can contribute to the overall success of its deployment, please email us at hpxml@homeperformance.org. For more information on HPXML, visit https://www.hpxmlonline.com.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion guide/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The HPXML schema follows the `Semantic Versioning 2.0 specification <http://semv

The minor version number is incremented when the schemas are changed in a manner that is backwards compatible with previous versions that share the same major version. In other words, a document created in a previous version of the schema will also validate against the new schema. Examples of changes that require a minor version change include adding elements, adding enumerations, and changing the annotation in the schema for an element.

Technical documentation can be found at http://www.hpxmlonline.com/.
Technical documentation can be found at https://www.hpxmlonline.com/.

HPXML Compliance
****************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Leverage HPXML Experience

In procuring a software provider, it is recommended that you consider their HPXML experience, including prior implementations of HPXML and participation in the working group. Many software vendors have already built in HPXML compliance or have been an active part of the HPXML development process. This experience should help speed up implementation and may reduce costs.

There are several program administrators that participate in the HPXML working group. If you have questions, or would like to learn about their experiences, email your request to hpxml@homeperformance.org or visit http://www.hpxmlonline.com.
There are several program administrators that participate in the HPXML working group. If you have questions, or would like to learn about their experiences, email your request to hpxml@homeperformance.org or visit https://www.hpxmlonline.com.

Plan for Testing and HPXML Coordination Support
***********************************************
Expand Down
2 changes: 1 addition & 1 deletion guide/source/software_developer/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Introduction

This section of the Implementation Guide is designed to outline the technical details of implementing HPXML. HPXML is
an expansive standard data format based on extensible markup language (XML) and maintained by the Building
Performance Institute's HPXML working group. For more information on HPXML, visit http://www.hpxmlonline.com.
Performance Institute's HPXML working group. For more information on HPXML, visit https://www.hpxmlonline.com.

The HPXML format is defined by a set of XML Schema (XSD) documents that outline
all the acceptable data elements, their structure, and relation to one another.
Expand Down
2 changes: 1 addition & 1 deletion guide/source/standard_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The audit dataset is designed for use by Home Performance with ENERGY STAR® or

The audit dataset was established through a consensus process of three geographically diverse existing whole-house programs, and is intended to meet the needs of most programs.

Programs that wish to adopt the audit dataset may download the `Data Selection Tool <http://www.hpxmlonline.com/tools-resources/data-selection-tool/>`_ for guidance on the required data fields. Software developers may visit Github for an example of an HPXML audit file.
Programs that wish to adopt the audit dataset may download the `Data Selection Tool <https://www.hpxmlonline.com/tools-resources/data-selection-tool/>`_ for guidance on the required data fields. Software developers may visit Github for an example of an HPXML audit file.

.. _upgrade-use-case-defn:

Expand Down
2 changes: 1 addition & 1 deletion guide/source/tools_and_resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A number of tool and resources exist to help software developers, programs, and
HPXML Website
*************

The Home Performance Coalition hosts a website that has information, tools, and resources on HPXML and its business cases. The website is: http://www.hpxmlonline.com.
The Home Performance Coalition hosts a website that has information, tools, and resources on HPXML and its business cases. The website is: https://www.hpxmlonline.com.

HPXML Implementation Guide
**************************
Expand Down
0