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

https://www.qubes-os.org/doc/ links are 404 #3870

Closed
awokd opened this Issue Apr 30, 2018 · 6 comments

Comments

Projects
None yet
4 participants
@awokd

awokd commented Apr 30, 2018

Qubes OS version:

N/A

Affected component(s):

https://www.qubes-os.org/doc/


Steps to reproduce the behavior:

Click on one of the https://www.qubes-os.org/doc/ documents

Expected behavior:

Document is displayed

Actual behavior:

404 Not Found error

General notes:

Off-site links work normally


Related issues:

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Apr 30, 2018

Member

Looks like git submodules are not fetched.
Github support says they are working on resolving this, but no ETA yet.

Member

marmarek commented Apr 30, 2018

Looks like git submodules are not fetched.
Github support says they are working on resolving this, but no ETA yet.

@j77h

This comment has been minimized.

Show comment
Hide comment
@j77h

j77h Apr 30, 2018

some links within the github docs seem broken too:
verifying-signatures is at
qubes-doc/security-info/verifying-signatures but it's linked as
qubes-doc/security/verifying-signatures from
qubes-doc/security/security-guidelines and from
qubes-doc/security-info/security

j77h commented Apr 30, 2018

some links within the github docs seem broken too:
verifying-signatures is at
qubes-doc/security-info/verifying-signatures but it's linked as
qubes-doc/security/verifying-signatures from
qubes-doc/security/security-guidelines and from
qubes-doc/security-info/security

@awokd

This comment has been minimized.

Show comment
Hide comment
@awokd

awokd Apr 30, 2018

some links within the github docs seem broken too

I think that's ok; those links should (normally) get redirected by this portion of the verifying-signatures.md header:

---
layout: security
title: Verifying Signatures
permalink: /security/verifying-signatures/
redirect_from:
- /doc/verifying-signatures/
- /en/doc/verifying-signatures/
- /doc/VerifyingSignatures/
- /wiki/VerifyingSignatures/
---

awokd commented Apr 30, 2018

some links within the github docs seem broken too

I think that's ok; those links should (normally) get redirected by this portion of the verifying-signatures.md header:

---
layout: security
title: Verifying Signatures
permalink: /security/verifying-signatures/
redirect_from:
- /doc/verifying-signatures/
- /en/doc/verifying-signatures/
- /doc/VerifyingSignatures/
- /wiki/VerifyingSignatures/
---

@andrewdavidwong andrewdavidwong added this to the Documentation/website milestone Apr 30, 2018

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Apr 30, 2018

Member

Further details from GitHub Support via @marmarek:

Thanks for reaching out, and sorry for the trouble!

Our engineering team is currently performing unplanned maintenance on GitHub Pages. Unfortunately, sites relying on submodules will fail to build until this work is completed. Sites without submodules should continue to build successfully.

We're working to restore submodule functionality as soon as possible, but we don't yet have an ETA. As soon as we have an update to share, we'll certainly let you know.

Member

andrewdavidwong commented Apr 30, 2018

Further details from GitHub Support via @marmarek:

Thanks for reaching out, and sorry for the trouble!

Our engineering team is currently performing unplanned maintenance on GitHub Pages. Unfortunately, sites relying on submodules will fail to build until this work is completed. Sites without submodules should continue to build successfully.

We're working to restore submodule functionality as soon as possible, but we don't yet have an ETA. As soon as we have an update to share, we'll certainly let you know.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Apr 30, 2018

Member

The website works again :)

Member

marmarek commented Apr 30, 2018

The website works again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment