From 167f6db952d366e501a0f7e20bdd84ae144c2d72 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:16:12 +0200 Subject: [PATCH] Fix of broken internal links in *.md -> relative links made absolute --- docs/manual.md | 6 +++--- docs/syntax-reference.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual.md b/docs/manual.md index a712be5..642868a 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1,6 +1,6 @@ > Document is partial, creation in progress -> Please refer to [README.md](../README.md) and [advanced-README.md](../advanced-README.md) for more usage examples -> Check also [syntax-reference.md](./syntax-reference.md) +> Please refer to [README.md](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/README.md) and [advanced-README.md](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/docs/advanced-README.md) for more usage examples +> Check also [syntax-reference.md](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/syntax-reference.md) --- Some sections added ad-hoc, to be integrated later @@ -11,7 +11,7 @@ Some sections added ad-hoc, to be integrated later Do you want to have a nice-looking horizontal separators in File Explorer like this? -![separators](./img/separators-by-replete.png) +![separators](https://raw.githubusercontent.com/SebastianMC/obsidian-custom-sort/master/docs/img/separators-by-replete.png) If so, head on to [Instruction and more context](https://github.com/SebastianMC/obsidian-custom-sort/discussions/57#discussioncomment-4983763) by [@replete](https://github.com/replete) diff --git a/docs/syntax-reference.md b/docs/syntax-reference.md index e5c0771..fe8e12f 100644 --- a/docs/syntax-reference.md +++ b/docs/syntax-reference.md @@ -1,6 +1,6 @@ > Document is partial, creation in progress -> Please refer to [README.md](../README.md) for usage examples -> Check [manual.md](./manual.md), maybe that file has already some content? +> Please refer to [README.md](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/README.md) for usage examples +> Check [manual.md](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/doc/manual.md), maybe that file has already some content? # Table of contents