G'day dvergin,

I'm not experiencing any problems. Just for the record, here's what I tried.

On Firefox (version 89.0.2): https://docs.raku.org/ works fine; and, http://docs.raku.org/ and docs.raku.org both redirect to that URL.

$ wget --version GNU Wget 1.21.1 built on cygwin. ... $ wget https://docs.raku.org --2021-06-26 15:39:21-- https://docs.raku.org/ Resolving docs.raku.org (docs.raku.org)... 104.26.15.70, 104.26.14.70, + 172.67.68.41, ... Connecting to docs.raku.org (docs.raku.org)|104.26.15.70|:443... conne +cted. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘index.html’ index.html [ <=> + ] 6.16K --.-KB/s in 0s 2021-06-26 15:39:23 (16.4 MB/s) - ‘index.html’ saved [6307]
$ ping --version ping (GNU inetutils) 2.0 ... $ ping docs.raku.org PING docs.raku.org (104.26.15.70): 56 data bytes 64 bytes from 104.26.15.70: icmp_seq=0 ttl=60 time=5.763 ms ... 64 bytes from 104.26.15.70: icmp_seq=14 ttl=60 time=5.437 ms --- docs.raku.org ping statistics --- 15 packets transmitted, 15 packets received, 0% packet loss round-trip min/avg/max/stddev = 4.907/5.625/6.328/0.393 ms

I'm not sure if any of that helps you at all. It does indicate the docs.raku.org is generally healthy.

— Ken


In reply to Re: [Raku] Cannot Access https://docs.raku.org/ by kcott
in thread [Raku] Cannot Access https://docs.raku.org/ by dvergin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.