patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Alyssa Ross <hi@alyssa.is>
To: Demi Marie Obenour <demiobenour@gmail.com>
Cc: Angel J <iamanaws@httpd.dev>, devel@spectrum-os.org
Subject: Re: [PATCH www] impressum: fix broken relative paths in subdirectories
Date: Sun, 28 Dec 2025 22:33:47 +0100	[thread overview]
Message-ID: <87344u2sw4.fsf@alyssa.is> (raw)
In-Reply-To: <00a562ee-5132-40f1-8242-655a0088191b@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2337 bytes --]

Demi Marie Obenour <demiobenour@gmail.com> writes:

> On 12/25/25 22:17, Angel J wrote:
>> Signed-off-by: Angel J <iamanaws@httpd.dev>
>> ---
>>  logo/index.html                      | 2 +-
>>  software/cloud-hypervisor/index.html | 2 +-
>>  software/index.html                  | 2 +-
>>  3 files changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/logo/index.html b/logo/index.html
>> index 0750053..2471cf9 100644
>> --- a/logo/index.html
>> +++ b/logo/index.html
>> @@ -61,4 +61,4 @@ by the Free Software Foundation; with no Invariant Sections, no
>>  Front-Cover Texts, and no Back-Cover Texts.</small>
>>  
>>  <p>
>> -<a href="impressum.html" lang="de"><small>Impressum</small></a>
>> +<a href="../impressum.html" lang="de"><small>Impressum</small></a>
>> diff --git a/software/cloud-hypervisor/index.html b/software/cloud-hypervisor/index.html
>> index 2fef585..0bda4a7 100644
>> --- a/software/cloud-hypervisor/index.html
>> +++ b/software/cloud-hypervisor/index.html
>> @@ -177,4 +177,4 @@ by the Free Software Foundation; with no Invariant Sections, no
>>  Front-Cover Texts, and no Back-Cover Texts.</small>
>>  
>>  <p>
>> -<a href="impressum.html" lang="de"><small>Impressum</small></a>
>> +<a href="../../impressum.html" lang="de"><small>Impressum</small></a>
>> diff --git a/software/index.html b/software/index.html
>> index a05e177..2a8a852 100644
>> --- a/software/index.html
>> +++ b/software/index.html
>> @@ -38,4 +38,4 @@ by the Free Software Foundation; with no Invariant Sections, no
>>  Front-Cover Texts, and no Back-Cover Texts.</small>
>>  
>>  <p>
>> -<a href="impressum.html" lang="de"><small>Impressum</small></a>
>> +<a href="../impressum.html" lang="de"><small>Impressum</small></a>
>
> Nice catch!  I wonder if automation can reduce the chance of similar
> problems.  Could a template engine be used to reduce repetition?
> Or at least check that all of the internal links are valid?

You don't need a template engine for that!  Take a look at
release/checks/doc-links.nix in Spectrum, which checks internal links in
the Spectrum documentation.

It might be good to unify the documentation with the rest of the
website, but I'm not sure yet.  It feels a bit weird to have stuff that
isn't about the Spectrum system inside the spectrum repo.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

  parent reply	other threads:[~2025-12-28 21:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-26  3:17 [PATCH www] impressum: fix broken relative paths in subdirectories Angel J
2025-12-26 20:37 ` Demi Marie Obenour
2025-12-27  7:09   ` Johannes Süllner
2025-12-28 21:34     ` Alyssa Ross
2025-12-28 21:33   ` Alyssa Ross [this message]
2026-02-02 13:29 ` Alyssa Ross

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 \
    --in-reply-to=87344u2sw4.fsf@alyssa.is \
    --to=hi@alyssa.is \
    --cc=demiobenour@gmail.com \
    --cc=devel@spectrum-os.org \
    --cc=iamanaws@httpd.dev \
    /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.
Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).