From ed7937bd18640fc69e3156b40e9d4fe2b79ba2e2 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko Date: Tue, 18 Nov 2025 16:39:37 +0000 Subject: [PATCH 1/2] Update the reference to `documentation` submodule. --- _docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs b/_docs index 3b705dd0..214c0d47 160000 --- a/_docs +++ b/_docs @@ -1 +1 @@ -Subproject commit 3b705dd06074d1dbb7353f3ba84da66c5290392d +Subproject commit 214c0d4773acffd3a48713effbd956577c152ddb From 6ad42b5f116ab031b65cf37b2b67316b25551a5d Mon Sep 17 00:00:00 2001 From: Alex Tymchenko Date: Tue, 18 Nov 2025 16:48:01 +0000 Subject: [PATCH 2/2] Use the renamed URLs of the repositories. --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index f4f2635b..50460071 100644 --- a/_config.yml +++ b/_config.yml @@ -18,8 +18,8 @@ twitter_username: SpineEngine github_username: SpineEventEngine stackoverflow_username: Spine-Event-Engine -base_api_doc: https://spine.io/base/dokka-reference -core_api_doc: https://spine.io/core-java/dokka-reference +base_api_doc: https://spine.io/base-libraries/dokka-reference +core_api_doc: https://spine.io/core-jvm/dokka-reference web_api_doc: https://spine.io/web/dokka-reference js_api_doc: https://spine.io/web/reference/client-js dart_api_doc: https://spine.io/dart/reference