From b258cd8733b9365dddee0dfcbf9b5d33d52c0402 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 3 Jul 2023 09:28:14 +0000 Subject: [PATCH] fixed broken git url for last-changed mdbook plugin --- documentation/dev-portal/book.toml | 2 +- documentation/docs/book.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index fe2a9d1c9e..38dc43286f 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -79,7 +79,7 @@ copy-fonts = true no-section-label = false additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "last-changed.css"] additional-js = ["theme/pagetoc.js"] -git-repository-url = "https://github.com/nymtech/dev-portal" +git-repository-url = "https://github.com/nymtech/nym/documentation/dev-portal" git-repository-icon = "fa-github" # edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" site-url = "/developers/" diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index bfecb66a7f..1ff5cb8daf 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -49,7 +49,7 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` [preprocessor.variables.variables] minimum_rust_version = "1.66" # vars for links: TODO think on how to streamline updating -platform_release_version = "v1.1.23" +platform_release_version = "v1.1.22" wallet_release_version = "v1.2.5" [preprocessor.last-changed] @@ -87,7 +87,7 @@ copy-fonts = true no-section-label = false additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "last-changed.css"] additional-js = ["theme/pagetoc.js"] -git-repository-url = "https://github.com/nymtech/docs" +git-repository-url = "https://github.com/nymtech/nym/documentation/docs" git-repository-icon = "fa-github" # edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" # site-url = "/docs/"