Skip to content

Commit

Permalink
Merge pull request #1537 from sammachin/main
Browse files Browse the repository at this point in the history
update redirect
  • Loading branch information
jellybob authored May 14, 2024
2 parents cea71a3 + 9edfabd commit a976042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def network():

@base.route("/phones")
def phones():
return redirect("https://wiki.emfcamp.org/wiki/Phones")
return redirect("/about/phones")


@base.route("/feedback")
Expand Down

0 comments on commit a976042

Please sign in to comment.