From 07fdd1bef1258e86cfdfc8cc54eb55434635fa69 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 1 Oct 2020 00:11:45 +0800 Subject: [PATCH] Fix image url link. --- doc/src/about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/about/index.md b/doc/src/about/index.md index 2c6efcc8..ce966635 100644 --- a/doc/src/about/index.md +++ b/doc/src/about/index.md @@ -3,7 +3,7 @@ What is Rhai {{#include ../links.md}} -![Rhai Logo](../images/rhai_logo.png) +![Rhai Logo]({{rootUrl}}/images/rhai_logo.png) Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way to add scripting to any application.