llvm / llvm-iwg

The LLVM Infrastructure Working Group
https://foundation.llvm.org/docs/infrastructure-wg/
Other
18 stars 14 forks source link

Mailto link one of the Foundation IWG web site doesn't work #63

Open ChristianKuehnel opened 3 years ago

ChristianKuehnel commented 3 years ago

converting @lattner 's email into an issue:


This is super weird and I’m not sure what the issue is, but this page has two links for "iwg@llvm.org”. These should be mailto links, but they actually go to the root of the web site when clicked. The markdown looks correct, is this a web site generator issue?

iwg@llvm.org

Two other issues I noticed:

1) the “contact us” link on the sidebar is broken - clicking on it is a mailto link but has an extra // in it. I posted this PR to fix it. However I’m a bit concerned that it won’t work due to the above issue.

2) The CI in GitHub is broken on that PR with this error:

Package libssl1.0-dev is not available, but is referred to by another package.
34 This may mean that the package is missing, has been obsoleted, or
35 is only available from another source
36 
37 Package nodejs-dev is not available, but is referred to by another package.
38 This may mean that the package is missing, has been obsoleted, or
39 is only available from another source
40 However the following packages replace it:
41   libnode-dev
42
43 E: Package 'nodejs-dev' has no installation candidate
44 E: Package 'libssl1.0-dev' has no installation candidate
45

-Chris

ChristianKuehnel commented 3 years ago

I (hopefully) fixed the markdown linter issue (see PR above).

ChristianKuehnel commented 3 years ago

Concerning the rendering of the mailto links: