From e07e0759bda93f1dc52d71b6531bc34d5063a09f Mon Sep 17 00:00:00 2001 From: Chris Peoples <699389+cpeoples@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:09:11 -0500 Subject: [PATCH] Update Config (#4) --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index e080388..a15c26a 100644 --- a/config.toml +++ b/config.toml @@ -29,8 +29,8 @@ name = { first = "chris", last = "peoples" } links = [ { icon = "fa-solid fa-envelope", url = "mailto:peoples.chris@gmail.com" }, - { icon = "fa-brands fa-linkedin", url = "https://www.linkedin.com/in/chrispeoples/" }, - { icon = "fa-brands fa-gitlab", url = "" }, + { icon = "fa-brands fa-linkedin", url = "https://linkedin.com/in/chrispeoples" }, + { icon = "fa-brands fa-gitlab", url = "https://gitlab.com/cpeoples" }, { icon = "fa-brands fa-github-alt", url = "https://github.com/cpeoples" }, ]