Prepare for move away from preserves.gitlab.io/preserves toward preserves.dev

This commit is contained in:
Tony Garnock-Jones 2022-05-24 13:32:54 +02:00
parent 46a1228aa7
commit 80e6e4aa3f
7 changed files with 7 additions and 10 deletions

View File

@ -3,8 +3,7 @@ exclude: [implementations]
markdown: kramdown
highlighter: rouge
baseurl: "/preserves"
url: "/"
baseurl: "https://preserves.dev"
defaults:
-

View File

@ -39,8 +39,7 @@ This is the main tool. It can
syntaxes;
- strip annotations;
- pretty-print; and
- break down and filter documents using [preserves path]({{
site.baseurl }}{% link preserves-path.md %}) selectors.
- break down and filter documents using [preserves path](..{% link preserves-path.md %}) selectors.
#### Usage

View File

@ -2,8 +2,7 @@
title: Tools for working with Preserves Schema
---
A number of tools for working with [Preserves Schema]({{ site.baseurl
}}{% link preserves-schema.md %}) exist:
A number of tools for working with [Preserves Schema](..{% link preserves-schema.md %}) exist:
- [preserves-schemac](preserves-schemac.html), generic Schema reader and linter
- [preserves-schema-rkt](preserves-schema-rkt.html), Racket code generator

View File

@ -4,7 +4,7 @@ version = "3.1.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of preserves-path, a query language for Preserves documents."
homepage = "https://preserves.gitlab.io/"
homepage = "https://preserves.dev/"
repository = "https://gitlab.com/preserves/preserves"
license = "Apache-2.0"

View File

@ -4,7 +4,7 @@ version = "2.4.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of Preserves Schema code generation and support for Rust."
homepage = "https://preserves.gitlab.io/"
homepage = "https://preserves.dev/"
repository = "https://gitlab.com/preserves/preserves"
license = "Apache-2.0"

View File

@ -4,7 +4,7 @@ version = "2.4.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Command-line utilities for working with Preserves documents."
homepage = "https://preserves.gitlab.io/"
homepage = "https://preserves.dev/"
repository = "https://gitlab.com/preserves/preserves"
license = "Apache-2.0"

View File

@ -4,7 +4,7 @@ version = "2.3.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of the Preserves serialization format via serde."
homepage = "https://preserves.gitlab.io/"
homepage = "https://preserves.dev/"
repository = "https://gitlab.com/preserves/preserves"
license = "Apache-2.0"