From: Ammar Faizi <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
Alviro Iskandar Setiawan <[email protected]>,
Muhammad Rizki <[email protected]>,
"M. Taufiq Hidayat Pohan" <[email protected]>
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 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
We are now in a sub directory `/old`. Use relative path to keep up with
the correct path.
Signed-off-by: Ammar Faizi <[email protected]>
---
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 @@
<script type="text/javascript" src="assets/js/api.js"></script>
</head>
<body>
-<center><a href="/home.html"><h1>Back to Home</h1></a></center>
+<center><a href="home.html"><h1>Back to Home</h1></a></center>
<div id="frcg">
<form method="POST" id="uform" enctype="application/x-www-form-urlencoded">
<table>
--
Ammar Faizi
next prev parent reply other threads:[~2025-02-28 23:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 23:04 [PATCH gwmail 0/2] Small updates for the old "profile" page Ammar Faizi
2025-02-28 23:07 ` Ammar Faizi [this message]
2025-02-28 23:07 ` [PATCH gwmail 2/2] old: profile: Allow social media fields to be empty Ammar Faizi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox