From 14c6cc39687dee12cefee1a7bb69696ea94e0979 Mon Sep 17 00:00:00 2001 From: Tymoteusz Burak Date: Mon, 19 Aug 2024 15:52:30 +0200 Subject: [PATCH] README.md: add link to hosted docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80a0f43..3e9eaf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # About -This repository contains source code for the Zarhus documentation webpage. +This repository contains source code for the [Zarhus documentation webpage](https://docs.zarhus.com/). ## Contribution @@ -95,4 +95,4 @@ git commit --no-verify Embedding videos with in-line HTML `iframe` tag does not work. [mkdocs-video](https://github.com/soulless-viewer/mkdocs-video) plugin is used instead. To embed an video simply type the following in markdown: -`![type:video](https://www.youtube.com/embed/LXb3EKWsInQ)` (example). \ No newline at end of file +`![type:video](https://www.youtube.com/embed/LXb3EKWsInQ)` (example).