From 9a3579b5027d676a1d73340ecfb11194e0c5e45a Mon Sep 17 00:00:00 2001 From: Christoph Schmidt Date: Thu, 27 Nov 2025 16:27:57 +0100 Subject: [PATCH] Make symlinks of default files relative to also work on other workstations. --- src/fourc_webviewer_default_files/tutorial_solid_vtu.4C.yaml | 2 +- src/fourc_webviewer_default_files/tutorial_solid_vtu.vtu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fourc_webviewer_default_files/tutorial_solid_vtu.4C.yaml b/src/fourc_webviewer_default_files/tutorial_solid_vtu.4C.yaml index 7380855..23d2dbf 120000 --- a/src/fourc_webviewer_default_files/tutorial_solid_vtu.4C.yaml +++ b/src/fourc_webviewer_default_files/tutorial_solid_vtu.4C.yaml @@ -1 +1 @@ -/home/ana/workspace/4c-webviewer/tests/files/tutorial_solid_vtu.4C.yaml \ No newline at end of file +../../tests/files/tutorial_solid_vtu.4C.yaml \ No newline at end of file diff --git a/src/fourc_webviewer_default_files/tutorial_solid_vtu.vtu b/src/fourc_webviewer_default_files/tutorial_solid_vtu.vtu index f4d549d..af21979 120000 --- a/src/fourc_webviewer_default_files/tutorial_solid_vtu.vtu +++ b/src/fourc_webviewer_default_files/tutorial_solid_vtu.vtu @@ -1 +1 @@ -/home/ana/workspace/4c-webviewer/tests/files/tutorial_solid_vtu.vtu \ No newline at end of file +../../tests/files/tutorial_solid_vtu.vtu \ No newline at end of file