Skip to content

Index.html works, nothing else does #22240

Discussion options

You must be logged in to vote

At a glance, there are a bunch of problems:

<a href="https://razzlejazzled.github.io/RJ-G-Portfolio/pages/portfolio-details.html"> <span class="ion-ios-plus-outline"></span></a>

The directory in your repo is called Pages/, not pages/. You must use the exact same capitalization (that it works locally indicates you’re working on Windows, which ignores capitalization in filenames). Also it’d be better to make the link relative: Pages/portfolio-details.html

<a href="/pages/lplan-details.html"> <span class="ion-ios-plus-outline"></span></a>

There’s the same capitalization problem, and in addition the link is absolute, not relative (because of the leading slash). Pages/lplan-details.html shou…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants