mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Migrate to git.ari.lt
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
0d6ba404e1
commit
2e97ceef45
1 changed files with 3 additions and 3 deletions
|
@ -371,7 +371,7 @@ def mp():
|
|||
def dotfiles(_: str) -> Response:
|
||||
"""Dotfiles"""
|
||||
return flask.redirect(
|
||||
f"https://github.com/TruncatedDinoSour/dotfiles-cleaned/{flask.request.full_path[9:]}",
|
||||
f"https://git.ari.lt/ari/dotfiles-cleaned/{flask.request.full_path[9:]}",
|
||||
code=302,
|
||||
)
|
||||
|
||||
|
@ -382,7 +382,7 @@ def dotfiles(_: str) -> Response:
|
|||
def gh(_: str) -> Response:
|
||||
"""Main git account"""
|
||||
return flask.redirect(
|
||||
f"https://github.com/TruncatedDinoSour/{flask.request.full_path[3:]}",
|
||||
f"https://git.ari.lt/ari/{flask.request.full_path[3:]}",
|
||||
code=302,
|
||||
)
|
||||
|
||||
|
@ -393,6 +393,6 @@ def gh(_: str) -> Response:
|
|||
def lh(_: str) -> Response:
|
||||
"""Main git organization account"""
|
||||
return flask.redirect(
|
||||
f"https://github.com/ari-lt/{flask.request.full_path[3:]}",
|
||||
f"https://git.ari.t/ari.lt/{flask.request.full_path[3:]}",
|
||||
code=302,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue