Skip to content

Commit 1dda1dd

Browse files
author
James McKinney
committed
Fix a few last links
1 parent d507ea4 commit 1dda1dd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Project Open Data runs on GitHub pages and automatically regenerates as a static
4040

4141
## Licensing
4242

43-
By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under [the same terms under which the project is licensed](readme.md#licensing).
43+
By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under [the same terms under which the project is licensed](README.md#licensing).
4444

4545
## Privacy
4646

47-
All comments, messages, pull requests, and other submissions received through official White House pages including this GitHub page may be subject to archiving requirements. See the [readme](readme.md#privacy) for more information.
47+
All comments, messages, pull requests, and other submissions received through official White House pages including this GitHub page may be subject to archiving requirements. See the [readme](README.md#privacy) for more information.

Diff for: index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ This section is a list of definitions and principles used to guide the project.
3636

3737
Implementation guidance for open data practices.
3838

39-
3-1 [U.S. Government Policy on Open Data](policy-memo/) - Full text of the memorandum.
39+
3-1 [U.S. Government Policy on Open Data](/policy-memo/) - Full text of the memorandum.
4040

41-
3-2 [Implementation Guide](implementation-guide/) - Detailed descriptions and guidance for each step of implementing the policy.
41+
3-2 [Implementation Guide](/implementation-guide/) - Detailed descriptions and guidance for each step of implementing the policy.
4242

43-
3-3 [Public Data Listing](catalog) - The specific guidance for publishing the Open Data Catalog at the agency.gov/data page.
43+
3-3 [Public Data Listing](/catalog/) - The specific guidance for publishing the Open Data Catalog at the agency.gov/data page.
4444

45-
3-4 [Frequently Asked Questions](faq) - A growing list of common questions and answers to facilitate adoption of open data projects.
45+
3-4 [Frequently Asked Questions](/faq/) - A growing list of common questions and answers to facilitate adoption of open data projects.
4646

4747
----------------
4848

Diff for: policy-memo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To help build on these efforts, the President issued a Memorandum on May 23, 201
3636

3737
This Memorandum is designed to be consistent with existing requirements in the Paperwork Reduction Act,[^7] the E-Government Act of 2002,[^8] the Privacy Act of 1974,[^9] the Federal Information Security Management Act of 2002 (FISMA),[^10] the Confidential Information Protection and Statistical Efficiency Act of 2002 (CIPSEA),[^11] the Freedom of Information Act,[^12] the Information Quality Act,[^13] the Federal Records Act,[^14] and existing OMB and Office of Science and Technology Policy (OSTP) guidance.
3838

39-
If agencies have any questions regarding this Memorandum, please direct them to OMB at [[email protected]]([email protected]).
39+
If agencies have any questions regarding this Memorandum, please direct them to OMB at [[email protected]](mailto:[email protected]).
4040

4141
---
4242

Diff for: schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Field | title
225225
**Cardinality** | (0,1)
226226
**Required** | Yes, if the dataset is spatial
227227
**Accepted Values** | See Usage Notes
228-
**Usage Notes** | This field should contain one of the following types of content: (1) a bounding coordinate box for the dataset represented in latitude / longitude pairs where the coordinates are specified in decimal degrees and in the order of: minimum longitude, minimum latitude, maximum longitude, maximum latitude; (2) a latitude / longitude pair (in decimal degrees) representing a point where the dataset is relevant; (3) a geographic feature expressed in [Geography Markup Language using the Simple Features Profile](http://www.ogcnetwork.net/gml-sf); or (4) a geographic feature from the [GeoNames database](www.geonames.org).
228+
**Usage Notes** | This field should contain one of the following types of content: (1) a bounding coordinate box for the dataset represented in latitude / longitude pairs where the coordinates are specified in decimal degrees and in the order of: minimum longitude, minimum latitude, maximum longitude, maximum latitude; (2) a latitude / longitude pair (in decimal degrees) representing a point where the dataset is relevant; (3) a geographic feature expressed in [Geography Markup Language using the Simple Features Profile](http://www.ogcnetwork.net/gml-sf); or (4) a geographic feature from the [GeoNames database](http://www.geonames.org).
229229
**Example** | `{"spatial":"Lincoln, Nebraska"}`
230230

231231
{.table .table-striped}

0 commit comments

Comments
 (0)