all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#46663: [Website] 404 redirection on a link in a blog article
@ 2021-02-20 13:25 Epholys
  2021-02-20 21:22 ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 5+ messages in thread
From: Epholys @ 2021-02-20 13:25 UTC (permalink / raw)
  To: 46663

Hello,

I want to report a missing resource on the web page:
https://guix.gnu.org/en/blog/2020/guix-further-reduces-bootstrap-seed-to-25/ 


The link [full graph] redirects to a 404:
https://guix.gnu.org/en/static/blog/img/gcc-core-mesboot0-graph.svg

---

Thomas Munoz




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46663: [Website] 404 redirection on a link in a blog article
  2021-02-20 13:25 bug#46663: [Website] 404 redirection on a link in a blog article Epholys
@ 2021-02-20 21:22 ` pelzflorian (Florian Pelz)
  2021-02-22 19:20   ` raingloom
  0 siblings, 1 reply; 5+ messages in thread
From: pelzflorian (Florian Pelz) @ 2021-02-20 21:22 UTC (permalink / raw)
  To: Epholys; +Cc: 46663-done

On Sat, Feb 20, 2021 at 02:25:03PM +0100, Epholys wrote:
> Hello,
> 
> I want to report a missing resource on the web page:
> https://guix.gnu.org/en/blog/2020/guix-further-reduces-bootstrap-seed-to-25/
> 
> 
> The link [full graph] redirects to a 404:
> https://guix.gnu.org/en/static/blog/img/gcc-core-mesboot0-graph.svg

Thank you for reporting!  Fixed as
6361ba930f94d7c0f7f0265ff63c97d300c57067.

The website will rebuild soon to include the fix.

Closing.

Regards,
Florian




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46663: [Website] 404 redirection on a link in a blog article
  2021-02-20 21:22 ` pelzflorian (Florian Pelz)
@ 2021-02-22 19:20   ` raingloom
  2021-02-24 17:58     ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 5+ messages in thread
From: raingloom @ 2021-02-22 19:20 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: Epholys, 46663-done

On Sat, 20 Feb 2021 22:22:16 +0100
"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> wrote:

> On Sat, Feb 20, 2021 at 02:25:03PM +0100, Epholys wrote:
> > Hello,
> > 
> > I want to report a missing resource on the web page:
> > https://guix.gnu.org/en/blog/2020/guix-further-reduces-bootstrap-seed-to-25/
> > 
> > 
> > The link [full graph] redirects to a 404:
> > https://guix.gnu.org/en/static/blog/img/gcc-core-mesboot0-graph.svg
> >  
> 
> Thank you for reporting!  Fixed as
> 6361ba930f94d7c0f7f0265ff63c97d300c57067.
> 
> The website will rebuild soon to include the fix.
> 
> Closing.
> 
> Regards,
> Florian
> 
> 
> 

Is there something that scans the website for broken links? Might be
worth setting up if not.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46663: [Website] 404 redirection on a link in a blog article
  2021-02-22 19:20   ` raingloom
@ 2021-02-24 17:58     ` pelzflorian (Florian Pelz)
  2021-02-25  2:20       ` Bengt Richter
  0 siblings, 1 reply; 5+ messages in thread
From: pelzflorian (Florian Pelz) @ 2021-02-24 17:58 UTC (permalink / raw)
  To: raingloom; +Cc: Epholys, 46663-done

On Mon, Feb 22, 2021 at 08:20:43PM +0100, raingloom wrote:
> Is there something that scans the website for broken links? Might be
> worth setting up if not.

You made me check for other broken links using wget on a local build
of the website.  Indeed there were some more broken links.  Thanks!

However I am too lazy to try to set up automatic and continuous broken
link checking.  I think me and others should just be more careful when
moving things around.

Regards,
Florian




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46663: [Website] 404 redirection on a link in a blog article
  2021-02-24 17:58     ` pelzflorian (Florian Pelz)
@ 2021-02-25  2:20       ` Bengt Richter
  0 siblings, 0 replies; 5+ messages in thread
From: Bengt Richter @ 2021-02-25  2:20 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: Epholys, 46663-done

Hi,

On +2021-02-24 18:58:38 +0100, pelzflorian (Florian Pelz) wrote:
> On Mon, Feb 22, 2021 at 08:20:43PM +0100, raingloom wrote:
> > Is there something that scans the website for broken links? Might be
> > worth setting up if not.
> 
> You made me check for other broken links using wget on a local build
> of the website.  Indeed there were some more broken links.  Thanks!
> 
> However I am too lazy to try to set up automatic and continuous broken
> link checking.  I think me and others should just be more careful when
> moving things around.
> 
> Regards,
> Florian
> 
> 
> 

I couldn't believe this is not a stardard tool for web site maintainers,
so i put
    web broken link lister
to duckduckgo and got lots of hits. Well,  tl;dr -- having other concerns
at the moment, but at least I felt my hunch validated. I bet it gets
re-invented a lot :-p

-- 
Regards,
Bengt Richter




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-25  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 13:25 bug#46663: [Website] 404 redirection on a link in a blog article Epholys
2021-02-20 21:22 ` pelzflorian (Florian Pelz)
2021-02-22 19:20   ` raingloom
2021-02-24 17:58     ` pelzflorian (Florian Pelz)
2021-02-25  2:20       ` Bengt Richter

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.