Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-22 Thread Max Nikulin
On 22/08/2022 09:39, Ihor Radchenko wrote: Max Nikulin writes: Hmm. I actually missed that 302 it is not actual error. Applied onto main via 8d93f9b6b. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8d93f9b6b4e15427d62b84013ee726a0e6760ad9 Let's try to convince Woof! that it

Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-21 Thread Ihor Radchenko
Max Nikulin writes: >> It is not erring on my side. Maybe they changed something since last year? > > curl -I https://docs.mathjax.org/ > ^^ > HTTP/2 302 > date: Sun, 21 Aug 2022 06:16:52 GMT > content-type: text/html; charset=utf-8 > content-length: 0 > location: http://docs.mathjax

Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-20 Thread Max Nikulin
On 21/08/2022 12:53, Ihor Radchenko wrote: Max Nikulin writes: Let's fix at least the link. Old one gives 404 error. curl -I 'http://docs.mathjax.org/en/latest/tex.html' HTTP/1.1 404 Not Found Scheme is not changed to https: since the site prefers http: curl -I https://docs.mathjax.or

Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-20 Thread Ihor Radchenko
Max Nikulin writes: > Let's fix at least the link. Old one gives 404 error. Thanks! > Scheme is not changed to https: since the site prefers http: > > curl -I https://docs.mathjax.org/ > HTTP/2 302 It is not erring on my side. Maybe they changed something since last year? -- Ihor Rad