From 182cb67ec3e5251c4ec3b7a8927c24d616a81fd3 Mon Sep 17 00:00:00 2001 From: Thibaut Monseigne <thibaut.monseigne@inria.fr> Date: Fri, 19 Feb 2021 11:00:35 +0100 Subject: [PATCH] :memo: Replace Unity xrefmap link (erwan repository) --- Documentation/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/docfx.json b/Documentation/docfx.json index c882f50..51f3551 100644 --- a/Documentation/docfx.json +++ b/Documentation/docfx.json @@ -43,7 +43,7 @@ } ], "sitemap": { - "baseUrl": "https://tmonseigne.github.io/LSL4Unity/", + "baseUrl": "https://openvibe.gitlabpages.inria.fr/unity-games/LSL4Unity/", "changefreq": "weekly", "fileOptions": { "api/*": { @@ -51,7 +51,7 @@ } } }, - "xref": [ "https://normanderwan.github.io/DocFxForUnity/Unity/2019.3/xrefmap.yml" ], + "xref": [ "https://normanderwan.github.io/UnityXrefMaps/xrefmap.yml" ], "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], "dest": "../_site" } -- GitLab