From a115c96f9802207ea3dc505e40fb2cb6034bc4db Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 27 Mar 2022 19:28:31 -0400 Subject: [PATCH] fix personal gitea social link --- socials.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/socials.php b/socials.php index fb6315b..a4ca20d 100755 --- a/socials.php +++ b/socials.php @@ -19,7 +19,7 @@ $social_icons = array( 'target' => "_blank" ), array('icon' => "mdi-github", 'url' => "https://github.com/apiontek", 'prof' => true, 'target' => "_blank"), - array('icon' => "svg-gitea", 'url' => "https://73k.us/git/adam", 'prof' => true, 'target' => "_blank"), + array('icon' => "svg-gitea", 'url' => "https://git.73k.us/adam", 'prof' => true, 'target' => "_blank"), array( 'icon' => "mdi-key-variant", 'url' => '/DF185CEE29A3D443_public_key.asc', @@ -92,4 +92,4 @@ function get_social_icons_prof_str() { return social_icons_str(get_social_icons_prof()); } -?> \ No newline at end of file +?>