From 1aad69a5270a76995eb26a4faae0d7439d025f78 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 3 Jul 2023 09:43:04 +0000 Subject: [PATCH] tidyup extra '/' in fixed last-changed git commit link --- documentation/dev-portal/book.toml | 2 +- documentation/docs/book.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index 0a94135968..2306f90225 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/nym/" +git-repository-url = "https://github.com/nymtech/nym" 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 9c7a1bf8bb..b70997a556 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -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/nym/" +git-repository-url = "https://github.com/nymtech/nym" git-repository-icon = "fa-github" # edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}" # site-url = "/docs/"