Skip to content

Commit

Permalink
docs: use user namespace for links while experimental
Browse files Browse the repository at this point in the history
This is ultimately expected to be hosted under release-engineering,
but let's not use those URLs until that happens, since links are
all broken otherwise.
  • Loading branch information
rohanpm committed Mar 16, 2020
1 parent a46de64 commit e899ee7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cdn_definitions/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "http://release-engineering.github.io/cdn-definitions/schema.json",
"$id": "http://rohanpm.github.io/cdn-definitions/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion cdn_definitions/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Check the dataset itself for explanatory comments on each field.

$schema: http://json-schema.org/draft-07/schema#
$id: http://release-engineering.github.io/cdn-definitions/schema.json
$id: http://rohanpm.github.io/cdn-definitions/schema.json


definitions:
Expand Down
8 changes: 4 additions & 4 deletions docs/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This dataset contains the latest version of CDN definitions.

It is also available in raw JSON or YAML format at URLs:

- https://release-engineering.github.io/cdn-definitions/data.json
- https://release-engineering.github.io/cdn-definitions/data.yaml
- https://rohanpm.github.io/cdn-definitions/data.json
- https://rohanpm.github.io/cdn-definitions/data.yaml


.. include:: ../cdn_definitions/data.yaml
Expand All @@ -24,8 +24,8 @@ the CDN definitions.

It is also available in raw JSON or YAML format at URLs:

- https://release-engineering.github.io/cdn-definitions/schema.json
- https://release-engineering.github.io/cdn-definitions/schema.yaml
- https://rohanpm.github.io/cdn-definitions/schema.json
- https://rohanpm.github.io/cdn-definitions/schema.yaml

.. include:: ../cdn_definitions/schema.yaml
:code: yaml
4 changes: 2 additions & 2 deletions docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Usage as online dataset

The latest version of this dataset can be downloaded at any time from URLs:

- https://release-engineering.github.io/cdn-definitions/data.json
- https://release-engineering.github.io/cdn-definitions/data.yaml
- https://rohanpm.github.io/cdn-definitions/data.json
- https://rohanpm.github.io/cdn-definitions/data.yaml

Both files contain equivalent data.

Expand Down

0 comments on commit e899ee7

Please sign in to comment.