Closed robertylewis closed 10 months ago
I cannot reproduce that. Do you still see this issue?
Yes, I still see this issue. If you click on irrational_sqrt_two
, or Irrational
, or Real.sqrt
, ... in the statement of item 1, it takes you to a nonexistent page.
Oh I didn't notice those links! I tried the blue ones at the bottom of each entry. I'll investigate.
Ok, it turns out it was left explicitly broken in #349 for some very mysterious reason since the fix was trivial. This is now fixed.
At https://leanprover-community.github.io/100.html we format and linkify each declaration using info from doc-gen. But it seems the format of this info has changed since mathlib3 and now has relative links, so these links are broken: e.g.
irrational_sqrt_2
links to https://leanprover-community.github.io/Mathlib/Data/Real/Irrational.html#irrational_sqrt_twoWe could add a
<base>
tag to this page (and check that none of the other links are relative), or find some other solution.