Conversation
Member
|
Looks like deployment worked, good catch. The Tutorials link isn't working though, can we address that here too? |
kescobo
approved these changes
Jan 23, 2026
Collaborator
Author
|
I fixed the BioTutorials link. I noticed that some of the package links weren't correct as well (they needed a |
Collaborator
Author
|
The links are not working still, despite checking that the urls are correct. The links in local build is working as well. There must be something going on during deployment beyond the actual spelling of the URL. I'll investigate. |
Member
|
Very weird. If you right-click the url and copy it, it works. And if you even refresh the 404 page with the exact same url, it works. Is there some weird javascript thing happening for links that have the same base url? |
Collaborator
Author
|
Yup, I was researching into it and it has to do with modification of the
URL after deployment. I'll send out another PR today and can explain
explicitly there.
…On Fri, Jan 23, 2026, 1:01 PM Kevin Bonham ***@***.***> wrote:
*kescobo* left a comment (BioJulia/biojulia.github.io#33)
<#33 (comment)>
Very weird. If you right-click the url and copy it, it works. And if you
even refresh the 404 page with the exact same url, it works. Is there some
weird javascript thing happening for links that have the same base url?
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ5XYWMQMN5RYOSQPZSZISD4IJOW3AVCNFSM6AAAAACSSZYBI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOOJRGU2DKOBZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing the issue here.