From ea77f4f61af4260b442601d31c5d13c9c8ef5b47 Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:48:30 -0700 Subject: [PATCH] Try forcing the link in the doxybook generated content --- thrust/docs/doxybook/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrust/docs/doxybook/config.json b/thrust/docs/doxybook/config.json index 3c5e7148dfb..b802e042ef7 100644 --- a/thrust/docs/doxybook/config.json +++ b/thrust/docs/doxybook/config.json @@ -1,5 +1,5 @@ { - "baseUrl": "/api/", + "baseUrl": "cccl/thrust/api/", "copyImages": true, "fileExt": "md", "filesFilter": [],