Skip to content

Commit

Permalink
New domain urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed May 4, 2024
1 parent c200c32 commit d2cf756
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion source/includes/_bareminimum.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Example data product with just the mandatory elements and attributes. This is th
```yml

schema: https://raw.githubusercontent.com/Open-Data-Product-Initiative/open-data-product-spec-rc/main/source/schema/odps.yaml
schema: https://opendataproducts.org/v3.0rc/schema/odps.yaml
version: 3.0
product:
en:
Expand Down
2 changes: 1 addition & 1 deletion source/includes/_helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You'll find a complete machine-readbale example of a data product from the right
```yml

---
schema: https://raw.githubusercontent.com/Open-Data-Product-Initiative/open-data-product-spec-rc/main/source/schema/odps.yaml
schema: https://opendataproducts.org/v3.0rc/schema/odps.yaml
version: 3.0
product:
en:
Expand Down
14 changes: 7 additions & 7 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ The specification is shared under <a href='https://www.apache.org/licenses/LICEN

**Version source:**

* <a href="https://github.com/Open-Data-Product-Initiative/open-data-product-spec-rc">https://github.com/Open-Data-Product-Initiative/open-data-product-spec-rc</a>
* <a href="https://github.com/Open-Data-Product-Initiative/v3.0rc">https://github.com/Open-Data-Product-Initiative/v3.0rc</a>

**ODPS YAML Schema:**

* <a href="https://github.com/Open-Data-Product-Initiative/open-data-product-spec-dev/tree/main/source/schema">YAML Schema</a>
* <a href="https://opendataproducts.org/v3.0rc/schema/odps.yaml">YAML Schema</a>

**Editors:**

Expand All @@ -61,7 +61,7 @@ The specification is shared under <a href='https://www.apache.org/licenses/LICEN

**Participate:**

* [Raise an issue in Github](https://github.com/Open-Data-Product-Initiative/open-data-product-spec-rc/issues)
* [Raise an issue in Github](https://github.com/Open-Data-Product-Initiative/v3.0rc/issues)

## Introduction

Expand Down Expand Up @@ -94,7 +94,7 @@ The specification has been designed with four major aspects of the data product
![odps-model](images/ODPS-design.png)


If you see something missing, described inaccurately or plain wrong, or you want to comment the specification, [raise an issue in Github](https://github.com/Open-Data-Product-Initiative/open-data-product-spec-rc/issues)
If you see something missing, described inaccurately or plain wrong, or you want to comment the specification, [raise an issue in Github](https://github.com/Open-Data-Product-Initiative/v3.0rc/issues)

## Document structure

Expand Down Expand Up @@ -136,7 +136,7 @@ Here's the list of attributes which can occur at the document root level. In the
> Example of document level attribute usage and structure:
```yml
schema: https://raw.githubusercontent.com/Open-Data-Product-Initiative/open-data-product-spec-rc/main/source/schema/odps.yaml
schema: https://opendataproducts.org/v3.0rc/schema/odps.yaml
version: 3.0
product:
details:
Expand Down Expand Up @@ -177,7 +177,7 @@ RecommendedUseCases **OBJECT** is an array which contains offers method to attac
> Example of document level attribute usage and structure:
```yml
schema: https://raw.githubusercontent.com/Open-Data-Product-Initiative/open-data-product-spec-rc/main/source/schema/odps.yaml
schema: https://opendataproducts.org/v3.0rc/schema/odps.yaml
version: 3.0
product:
details:
Expand Down Expand Up @@ -246,4 +246,4 @@ product:
| **useCaseURL**| URL | Valid URL, [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) | Valid URL of the more detailed usecase description. |
| **recommendedDataProducts** | array | Array of valid URLs ([RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986)) | Data products to recommend use next to this data product or even as replacement (for comparison). The URL provided MUST reference a description of a data product following this same standard |

If you see something missing, described inaccurately or plain wrong, or you want to comment the specification, [raise an issue in Github](https://github.com/Open-Data-Product-Initiative/open-data-product-spec-rc/issues)
If you see something missing, described inaccurately or plain wrong, or you want to comment the specification, [raise an issue in Github](https://github.com/Open-Data-Product-Initiative/v3.0rc/issues)

0 comments on commit d2cf756

Please sign in to comment.