Skip to content

Commit 8fa63da

Browse files
committed
Migrate to vecorel.org
1 parent c151a75 commit 8fa63da

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pymarkdownlnt = ">=0.9"
1010
[scripts]
1111
test-docs = "pymarkdown -d md024,md013 scan ."
1212
test-schema = "vec validate-schema schema/schema.yaml"
13-
test-examples = "vec validate examples/geojson examples/geoparquet -s https://vecorel.github.io/extension-template/v0.1.0/schema.yaml,schema/schema.yaml -n -1"
14-
create-geoparquet = "vec create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -s https://vecorel.github.io/extension-template/v0.1.0/schema.yaml,schema/schema.yaml"
13+
test-examples = "vec validate examples/geojson examples/geoparquet -s https://vecorel.org/extension-template/v0.1.0/schema.yaml,schema/schema.yaml -n -1"
14+
create-geoparquet = "vec create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -s https://vecorel.org/extension-template/v0.1.0/schema.yaml,schema/schema.yaml"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template Extension Specification
22

33
- **Title:** Template
4-
- **Identifier:** <https://vecorel.github.io/extension-template/v0.1.0/schema.yaml>
4+
- **Identifier:** <https://vecorel.org/extension-template/v0.1.0/schema.yaml>
55
- **Property Name Prefix:** template
66
- **Extension Maturity Classification:** Proposal/Candidate/Stable
77
- **Owner**: @your-gh-handles @person2

examples/geojson/example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"schemas": {
33
"example": [
4-
"https://vecorel.github.io/specification/v0.1.0/schema.yaml",
5-
"https://vecorel.github.io/extension-template/v0.1.0/schema.yaml"
4+
"https://vecorel.org/specification/v0.1.0/schema.yaml",
5+
"https://vecorel.org/extension-template/v0.1.0/schema.yaml"
66
]
77
},
88
"type": "Feature",

schema/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$schema: https://vecorel.github.io/sdl/v0.2.0/schema.json
1+
$schema: https://vecorel.org/sdl/v0.2.0/schema.json
22
required:
33
- template:field1
44
properties:

0 commit comments

Comments
 (0)