Closed selfthinker closed 5 years ago
It is a best practice to use url_for (or link_to) for URLs so that links are automatically converted to either relative or absolute, depending on setting. This will make it work in setups which are in a subdirectory, like GitHub Pages.
url_for
link_to
It is a best practice to use
url_for
(orlink_to
) for URLs so that links are automatically converted to either relative or absolute, depending on setting. This will make it work in setups which are in a subdirectory, like GitHub Pages.