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

docs: Replace linkds to linux.die.net #2057

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

mauriciovasquezbernal
Copy link
Member

@mauriciovasquezbernal mauriciovasquezbernal commented Sep 18, 2023

For an unknown reason linux.die.net returns 403 when used with wget:

$ wget -4 https://linux.die.net/man/1/stress
--2023-09-18 14:40:37--  https://linux.die.net/man/1/stress Resolving linux.die.net (linux.die.net)... 104.26.0.94, 172.67.69.187, 104.26.1.94 Connecting to linux.die.net (linux.die.net)|104.26.0.94|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2023-09-18 14:40:37 ERROR 403: Forbidden.

This is causing our "broken links" CI job to fail. This commit switches to alternative locations for those manuals.

For an unknown reason linux.die.net returns 403 when used with wget:

$ wget -4 https://linux.die.net/man/1/stress
--2023-09-18 14:40:37--  https://linux.die.net/man/1/stress
Resolving linux.die.net (linux.die.net)... 104.26.0.94, 172.67.69.187, 104.26.1.94
Connecting to linux.die.net (linux.die.net)|104.26.0.94|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-09-18 14:40:37 ERROR 403: Forbidden.

This is causing our "broken links" CI job to fail. This commit switches
to alternative locations for those manuals.

Signed-off-by: Mauricio Vásquez <mauriciov@microsoft.com>
Copy link
Member

@eiffel-fl eiffel-fl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was about to remove all those links with something like "see man *.x".

@mauriciovasquezbernal mauriciovasquezbernal merged commit 9c7e447 into main Sep 19, 2023
47 checks passed
@mauriciovasquezbernal mauriciovasquezbernal deleted the mauricio/linux-die-net branch September 19, 2023 12:30
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

Successfully merging this pull request may close these issues.

None yet

3 participants