diff --git a/_config.yml b/_config.yml index a3eda82..e638b87 100644 --- a/_config.yml +++ b/_config.yml @@ -3,8 +3,7 @@ exclude: [implementations] markdown: kramdown highlighter: rouge -baseurl: "/preserves" -url: "/" +baseurl: "https://preserves.dev" defaults: - diff --git a/doc/preserves-tool.md b/doc/preserves-tool.md index ff7b1bc..f6da1c0 100644 --- a/doc/preserves-tool.md +++ b/doc/preserves-tool.md @@ -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 diff --git a/doc/schema-tools.md b/doc/schema-tools.md index 55926c1..d5ea193 100644 --- a/doc/schema-tools.md +++ b/doc/schema-tools.md @@ -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 diff --git a/implementations/rust/preserves-path/Cargo.toml b/implementations/rust/preserves-path/Cargo.toml index 2bd78b6..f6df05c 100644 --- a/implementations/rust/preserves-path/Cargo.toml +++ b/implementations/rust/preserves-path/Cargo.toml @@ -4,7 +4,7 @@ version = "3.1.0" authors = ["Tony Garnock-Jones "] 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" diff --git a/implementations/rust/preserves-schema/Cargo.toml b/implementations/rust/preserves-schema/Cargo.toml index a26f530..905a903 100644 --- a/implementations/rust/preserves-schema/Cargo.toml +++ b/implementations/rust/preserves-schema/Cargo.toml @@ -4,7 +4,7 @@ version = "2.4.0" authors = ["Tony Garnock-Jones "] 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" diff --git a/implementations/rust/preserves-tools/Cargo.toml b/implementations/rust/preserves-tools/Cargo.toml index 10d7f6c..749fa11 100644 --- a/implementations/rust/preserves-tools/Cargo.toml +++ b/implementations/rust/preserves-tools/Cargo.toml @@ -4,7 +4,7 @@ version = "2.4.0" authors = ["Tony Garnock-Jones "] 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" diff --git a/implementations/rust/preserves/Cargo.toml b/implementations/rust/preserves/Cargo.toml index 53ddd5b..4ff8644 100644 --- a/implementations/rust/preserves/Cargo.toml +++ b/implementations/rust/preserves/Cargo.toml @@ -4,7 +4,7 @@ version = "2.3.0" authors = ["Tony Garnock-Jones "] 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"