Valentin Gagarin writes: > diff --git a/Documentation/doc/contributing/index.adoc b/Documentation/doc/contributing/index.adoc > index 04ff34a..c34f4c1 100644 > --- a/Documentation/doc/contributing/index.adoc > +++ b/Documentation/doc/contributing/index.adoc > @@ -1,5 +1,6 @@ > = Contributing > :page-nav_order: 5 > +:page-redirect_from: ["/contributing.html"] > > // SPDX-FileCopyrightText: 2023 Unikie > // SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0 I'd prefer to handle the redirects in nginx config if that's okay with you, so it's a proper server-side redirect. That's where all the existing redirects are. (This configuration is not currently in the Spectrum repo, but I plan for it to be, so it will be possible to still get the benefits of an atomic change once that's done.) > diff --git a/Documentation/index.html b/Documentation/index.html > index 5ce078c..c88cf79 100644 > --- a/Documentation/index.html > +++ b/Documentation/index.html > @@ -4,9 +4,10 @@ title: Spectrum, a step towards usable secure computing > no_heading: true > nav_order: 0 > --- > - > > > + > + Are we adopting FileCopyrightText then License-Identifier as the official style, then? I'll do it across the board if so — if it's important enough to rearrange, we should be doing it consistently. > > > > @@ -47,7 +48,7 @@ desktop systems. >

> Spectrum is free software, currently under active development. If you > are interested > -in participating, > +in contributing, > we'd love to have you. > >

Funding

> @@ -91,7 +92,7 @@ initiative by the Digital Single Market of the European Commission. > and mailing lists >
  • Git repositories >
  • Documentation > -
  • Contributing to Spectrum > +
  • Contributing to Spectrum doc/contributing is nicer, no? >
  • Bugs and upcoming projects >
  • Upstream bug/patch tracking > > -- > 2.54.0