From bdf8bf093c566c58253e54a45a8cfde2d87e28f6 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Thu, 10 Apr 2025 20:58:33 +0100 Subject: [PATCH] smp server: make symlinks relative --- apps/smp-server/static/a/index.html | 2 +- apps/smp-server/static/c/index.html | 2 +- apps/smp-server/static/i/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/smp-server/static/a/index.html b/apps/smp-server/static/a/index.html index fbab335f5..1140bcf31 120000 --- a/apps/smp-server/static/a/index.html +++ b/apps/smp-server/static/a/index.html @@ -1 +1 @@ -./apps/smp-server/static/link.html \ No newline at end of file +../link.html \ No newline at end of file diff --git a/apps/smp-server/static/c/index.html b/apps/smp-server/static/c/index.html index fbab335f5..1140bcf31 120000 --- a/apps/smp-server/static/c/index.html +++ b/apps/smp-server/static/c/index.html @@ -1 +1 @@ -./apps/smp-server/static/link.html \ No newline at end of file +../link.html \ No newline at end of file diff --git a/apps/smp-server/static/i/index.html b/apps/smp-server/static/i/index.html index fbab335f5..1140bcf31 120000 --- a/apps/smp-server/static/i/index.html +++ b/apps/smp-server/static/i/index.html @@ -1 +1 @@ -./apps/smp-server/static/link.html \ No newline at end of file +../link.html \ No newline at end of file