Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect nodejs.github.io to nodejs.org #878

Closed
RedYetiDev opened this issue Jun 11, 2024 · 7 comments
Closed

Redirect nodejs.github.io to nodejs.org #878

RedYetiDev opened this issue Jun 11, 2024 · 7 comments

Comments

@RedYetiDev
Copy link
Member

The @nodejs organization has an unused nodejs.github.io page. I believe it should redirect users to https://nodejs.org, similar to how https://node.js.org does.

It wouldn't be that hard to setup, it would just be:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="refresh" content="0; url=https://nodejs.org">
    <title>Redirecting...</title>
</head>
<body>
    <p>If you are not redirected automatically, follow this <a href="https://nodejs.org">link</a>.</p>
</body>
</html>
@targos
Copy link
Member

targos commented Jun 11, 2024

nodejs.github.io is not an unused page. There's no page. What's the point in doing it if nothing links to this URL?

@RedYetiDev
Copy link
Member Author

Because it's possible for the organization to control the site, why not make it link to the actual site, similar to node.js.org

@richardlau
Copy link
Member

I'd prefer not to normalize nodejs.github.io as a way of getting to nodejs.org.
IIRC nodejs.github.io has something to do with the undici pages (I think we have a CNAME entry for undici.nodejs.org pointing to there).

@RedYetiDev
Copy link
Member Author

nodejs.github.io/undici -> undici.nodejs.org

Why not nodejs.github.io -> nodejs.org (Only the root path)

@targos
Copy link
Member

targos commented Jun 11, 2024

Because nodejs.github.io/undici is an implementation detail. The site is published there.
There is no reason for us to advertise nodejs.github.io anywhere. If there's no advertisement or public link to it, there's no reason for it to exist.

@RedYetiDev
Copy link
Member Author

Okay, thanks for indulging me :-)

@RedYetiDev RedYetiDev closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 2024
@richardlau
Copy link
Member

Because nodejs.github.io/undici is an implementation detail. The site is published there.

FWIW this (the implementation detail) may change in the future: nodejs/undici#3132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants