Top-level https://data-apis.github.io/ URLs does not work
See original GitHub issueThe top level URLs https://data-apis.github.io/ and https://data-apis.github.io/array-api/ give 404. It should be straightforward to make these work. The first can be done by adding a data-apis.github.io
repo on this org with a simple index.html page that redirects to the main page. The other can be done similarly with an index.html on the gh-pages
of this repo.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Troubleshooting custom domains and GitHub Pages
You can check for common errors to resolve issues with custom domains or HTTPS for your GitHub Pages site.
Read more >Configuring a custom domain for your GitHub Pages site
Configuring a custom domain for your GitHub Pages site. You can customize the domain name of your GitHub Pages site. GitHub Pages is...
Read more >Github pages does not display repositories other than the ...
so i have a problem that the index page is showing up but not the other two pages. my index.html shows up fine...
Read more >Securing your GitHub Pages site with HTTPS
You can enforce HTTPS for your GitHub Pages site to transparently redirect all HTTP requests to HTTPS. ... Resolving problems with mixed content....
Read more >My page shows fine locally but on github the theme is gone ...
My page shows fine locally but on github the theme is gone and the links are ... I did try to add body...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Renamed. https://data-apis.github.io/ works now.
Ah that makes sense. We put up https://data-apis.github.io/array-api/latest/ as temporary for the “in progress” version, my intent was to put it at https://data-apis.org/array-api/ when the first version was final (which is going to take longer than planned earlier to arrive). But maybe we just need to do that now. Perhaps with a version switcher (latest, stable, v2021, etc.).
And/or add the link back from https://data-apis.github.io/array-api/latest/ to https://data-apis.org/.
Either seems better than duplicate URLs.