Archive linker not correctly handling fragments in URLs #7
Notifications
Due Date
No due date set.
Blocks
#5 Static Wiki Website Archive
glitch-city-laboratories/epilogue
Reference: glitch-city-laboratories/epilogue#7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Archive linker is not parsing out the fragment before attaching .html extension to return value. This results in incorrect URLs such as:
https://archives.glitchcity.info/wiki/Arbitrary_code_execution#In_Generation_III.html
This should be:
https://archives.glitchcity.info/wiki/Arbitrary_code_execution.html#In_Generation_III
See also #8