From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1740784047; bh=eV4o23+KkDzGTM4AN4gpcEiGEVS8DD8OPYZ5eEk4qzQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=GGzYDptO81Wh21l5FHxH78lku+Q8rkTa939sJqL7BYMr4Hjk0Z5CHZrh0rj/JwXaC oysV1HC22O6SypGlITEiO30JrZFxize3ugg+PEp24biSXK/008926tt7lf+pl9u8zM Tu110ODfCT/KBgcm/30q1moZFtpGYVfyeIsBEccwMOfIT3YrQ6alI47sA3dajQ2Vv3 mu6xpZmJXE9pOQCCSFOXmqULnoB61Buvl9f4EN1uuwHIlTlQSCTZqvZSdlqCZeyuh+ Yf1zg23Fkuv15UKBkEa96ImFomHgRhEQtT10HnfBLcl4N3+ZTJqTDjCx8LhErkTetd qKWOdlxDXd7Qw== Received: from integral2.. (unknown [182.253.126.171]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id AC4E32071AF5; Fri, 28 Feb 2025 23:07:25 +0000 (UTC) From: Ammar Faizi To: GNU/Weeb Mailing List Cc: Ammar Faizi , Alviro Iskandar Setiawan , Muhammad Rizki , "M. Taufiq Hidayat Pohan" Subject: [PATCH gwmail 1/2] old: profile: Fix not found error on 'Back to home' link Date: Sat, 1 Mar 2025 06:07:15 +0700 Message-Id: <20250228230715.1612619-1-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250228230459.1610844-1-ammarfaizi2@gnuweeb.org> References: <20250228230459.1610844-1-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We are now in a sub directory `/old`. Use relative path to keep up with the correct path. Signed-off-by: Ammar Faizi --- old/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old/profile.html b/old/profile.html index c2a3c53618cf..d894bee7676c 100644 --- a/old/profile.html +++ b/old/profile.html @@ -7,7 +7,7 @@ -

Back to Home

+

Back to Home

-- Ammar Faizi