We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a redirect so that this link: https://openscapes.org/pathways-to-open-science
Redirects to https://openscapes.github.io/pathways-to-open-science/.
To do this, I believe it means adding this to the netlify.toml file following this pattern:
netlify.toml
[[redirects]] from = "https://openscapes.github.io/pathways-to-open-science/" to = "/pathways-to-open-science" status = 301
The text was updated successfully, but these errors were encountered:
try Add redirect for Pathways Program #90
d86216d
Merge pull request #92 from Openscapes/redirect
18fdf87
merged this PR #92, but I did not push a rendered version of a page. I don't know/understand whether that's necessary
Still getting Page Not Found from https://openscapes.org/pathways-to-open-science; not sure if this takes time to be implemented?
Sorry, something went wrong.
No branches or pull requests
Add a redirect so that this link: https://openscapes.org/pathways-to-open-science
Redirects to https://openscapes.github.io/pathways-to-open-science/.
To do this, I believe it means adding this to the
netlify.toml
file following this pattern:The text was updated successfully, but these errors were encountered: