Skip to content

Commit

Permalink
Merge pull request #92 from Openscapes/redirect
Browse files Browse the repository at this point in the history
try Add redirect for Pathways Program #90
  • Loading branch information
stefaniebutland authored Feb 7, 2024
2 parents f1351f7 + d86216d commit 18fdf87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
from = "/team/"
to = "/team"
status = 301

[[redirects]]
from = "https://openscapes.github.io/pathways-to-open-science/"
to = "/pathways-to-open-science"
status = 301

# ---------------- blog posts ---------------- #

Expand Down

0 comments on commit 18fdf87

Please # to comment.