Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace route_to() #540

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Replace route_to() #540

merged 1 commit into from
Jul 12, 2022

Conversation

MGatner
Copy link
Collaborator

@MGatner MGatner commented Jul 12, 2022

Many views us route_to() which returns a route and not a full URI. These will fail when running Myth out of a subfolder. This PR replaces these calls with url_to() which still supports named routes but makes it a fully-qualified URI.

Fixes #293

@MGatner MGatner merged commit 06524d9 into develop Jul 12, 2022
@MGatner MGatner deleted the url-to branch July 12, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem in all views
1 participant