Update links.js
Copied from https://github.com/ember-learn/ember-website/pull/1041#issuecomment-1651505311
We can have people try out ember in their browsers before they do any setup on their machines.
Note, right now booting up broccoli in the browser is not the fastest experience. But the work on embroider, getting to vite, and converting the core addons to the v2 addon format will cut that time down immensely
Deploy Preview for ember-styleguide ready!
| Name | Link |
|---|---|
| Latest commit | e740577d239a096dada7a3b09bd8c81e6c75b1fd |
| Latest deploy log | https://app.netlify.com/sites/ember-styleguide/deploys/64c11bd9a76cd30008ce4073 |
| Deploy Preview | https://deploy-preview-477--ember-styleguide.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
thanks!
new.emberjs.com seems broken.
$ curl -Iv https://new.emberjs.com/
* Trying 3.13.31.214:443...
* Connected to new.emberjs.com (3.13.31.214) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Unknown (21):
* TLSv1.3 (IN), TLS alert, internal error (592):
* error:0A000438:SSL routines::tlsv1 alert internal error
* Closing connection 0
curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error
new.emberjs.com seems broken.
$ curl -Iv https://new.emberjs.com/ * Trying 3.13.31.214:443... * Connected to new.emberjs.com (3.13.31.214) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: /etc/ssl/certs * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS header, Unknown (21): * TLSv1.3 (IN), TLS alert, internal error (592): * error:0A000438:SSL routines::tlsv1 alert internal error * Closing connection 0 curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error
It works for me :) at least in the browser, not sure what you were trying. It's a link that will reroute you to stackblitz so it's not really within our control :)
Be sure to use http instead of https. It redirects to https. This is a limitation of DNS-based redirects.